foundationdb/fdbclient
Jingyu Zhou e193cac5ef Merge remote-tracking branch 'apple/master' into tlog
Resolve Conflicts: fdbserver/MasterProxyServer.actor.cpp
2019-05-01 17:18:00 -07:00
..
json_spirit Initial repository commit 2017-05-25 13:48:44 -07:00
libb64 Move AsyncFileBlobStore and related files to fdbclient. 2018-10-26 13:49:42 -07:00
md5 Move AsyncFileBlobStore and related files to fdbclient. 2018-10-26 13:49:42 -07:00
rapidjson Move AsyncFileBlobStore and related files to fdbclient. 2018-10-26 13:49:42 -07:00
rapidxml Move AsyncFileBlobStore and related files to fdbclient. 2018-10-26 13:49:42 -07:00
sha1 Move AsyncFileBlobStore and related files to fdbclient. 2018-10-26 13:49:42 -07:00
vexillographer Update documentation about batch priority transactions 2019-03-26 15:45:38 -07:00
AsyncFileBlobStore.actor.cpp Minor fixes in fdbclient for intellisense 2019-02-19 15:16:59 -08:00
AsyncFileBlobStore.actor.h fixed a merge error 2018-11-12 19:20:39 -08:00
Atomic.h Implements CompareAndClear AtomicOp 2019-02-04 14:59:56 -08:00
AutoPublicAddress.cpp net: Support IPv6 #963 2019-03-04 14:12:41 -08:00
BackupAgent.actor.h Fix all -Wunused-variable warnings 2019-04-15 18:13:00 -07:00
BackupAgentBase.actor.cpp Fix all -Wunused-variable warnings 2019-04-15 18:13:00 -07:00
BackupContainer.actor.cpp Remove trace-calls to printable (in non-workloads) 2019-04-05 13:12:19 -07:00
BackupContainer.h Added --json option to fdbbackup describe. Also added expired percentage indicator to snapshot details. 2019-03-06 14:14:06 -08:00
BlobStore.actor.cpp Merge branch 'release-6.0' of https://github.com/apple/foundationdb 2019-03-12 04:49:12 -07:00
BlobStore.h Merge branch 'release-6.0' of https://github.com/apple/foundationdb 2019-03-12 04:49:12 -07:00
CMakeLists.txt Merge pull request #1470 from mpilman/fixes/windows-parallel-build 2019-04-25 12:02:10 -07:00
ClientDBInfo.h Replace & operator with variadic function 2018-12-28 11:33:42 -08:00
ClientLogEvents.h Remove trace-calls to printable (in non-workloads) 2019-04-05 13:12:19 -07:00
ClientWorkerInterface.h Update fdbclient/ClientWorkerInterface.h 2019-04-03 20:05:19 -07:00
ClusterInterface.h Add support for a client or worker having multiple issues. 2019-03-22 08:29:41 -07:00
CommitTransaction.h Implements CompareAndClear AtomicOp 2019-02-04 14:59:56 -08:00
CoordinationInterface.h changed NetworkAddressList to at most two addresses for performance 2019-03-23 17:54:46 -07:00
DatabaseBackupAgent.actor.cpp Fix OPEN_FOR_IDE -Wunused-variable warnings 2019-04-16 15:28:01 -07:00
DatabaseConfiguration.cpp added three_data_hall_fallback configuration 2019-04-07 22:58:18 -07:00
DatabaseConfiguration.h removed LocalitySetRef and IRepPolicyRef typedefs, because for clarity the Ref suffix is reserved for arena allocated objects instead of reference counted objects. 2019-03-13 13:14:39 -07:00
DatabaseContext.h Throw process_behind instead of future_version when all storage nodes on a team are behind. process_behind gets the same backoff behavior as not_committed. Add proxy_memory_limit_exceeded to the retryable predicate. 2019-04-08 14:21:24 -07:00
EventTypes.actor.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
FDBOptions.h Log network, cluster, and database options when they are set. Throw an exception if the option being set doesn't exist. 2018-07-17 16:23:16 -07:00
FDBTypes.h Add pseudo locality for log routers and tlogs 2019-04-23 21:35:56 -07:00
FailureMonitorClient.actor.cpp the default failure state for local addresses should be not failed 2019-04-08 10:43:48 -07:00
FailureMonitorClient.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
FileBackupAgent.actor.cpp Fix OPEN_FOR_IDE -Wunused-variable warnings 2019-04-16 15:28:01 -07:00
HTTP.actor.cpp Merge branch 'release-6.0' of https://github.com/apple/foundationdb 2019-03-12 04:49:12 -07:00
HTTP.h Added optional support for sending a unique id per request in a header for logging/tracking purposes. 2019-01-08 14:48:47 -08:00
IClientApi.h Merge branch 'master' into remove-cluster-from-bindings 2018-11-26 12:01:03 -08:00
JSONDoc.h Move AsyncFileBlobStore and related files to fdbclient. 2018-10-26 13:49:42 -07:00
JsonBuilder.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
JsonBuilder.h Move AsyncFileBlobStore and related files to fdbclient. 2018-10-26 13:49:42 -07:00
KeyBackedTypes.h Remove trace-calls to printable (in non-workloads) 2019-04-05 13:12:19 -07:00
KeyRangeMap.actor.cpp Use proper fwd decl in NativeAPI 2019-02-19 15:16:59 -08:00
KeyRangeMap.h Remove noexcept macro and replace with BOOST_NOEXCEPT. 2019-03-05 22:06:12 -08:00
Knobs.cpp For small clusters that are growing quickly, it could happen that the rateLimit is set to a low value and it would take very long to read the entire database. Fix this by setting the rateLimit to the maximum allowed value if reading the entire database is taking a long time. 2019-04-10 17:13:37 -07:00
Knobs.h For small clusters that are growing quickly, it could happen that the rateLimit is set to a low value and it would take very long to read the entire database. Fix this by setting the rateLimit to the maximum allowed value if reading the entire database is taking a long time. 2019-04-10 17:13:37 -07:00
ManagementAPI.actor.cpp Merge branch 'release-6.1' 2019-04-30 18:27:04 -07:00
ManagementAPI.actor.h fdbcli would return success even when configure failed for a variety of error types 2019-04-30 16:30:19 -07:00
MasterProxyInterface.h Highly prioritize storageServerRejoin messages on the proxy, so that storage servers can rejoin the cluster even when a proxy is CPU saturated 2019-04-23 20:56:01 -07:00
MetricLogger.actor.cpp Minor fixes in fdbclient for intellisense 2019-02-19 15:16:59 -08:00
MetricLogger.h Use proper fwd decl in NativeAPI 2019-02-19 15:16:59 -08:00
MonitorLeader.actor.cpp Merge branch 'master' into mengxu/tls-switch-status-PR 2019-03-12 15:20:54 -07:00
MonitorLeader.h TLS Status: Resolve review comments 2019-03-11 17:10:08 -07:00
MultiVersionAssignmentVars.h Merge release-5.1 into release-5.2 2018-05-30 09:09:55 -07:00
MultiVersionTransaction.actor.cpp Fix all -Wunused-variable warnings 2019-04-15 18:13:00 -07:00
MultiVersionTransaction.h Fix: The multi-version client would block when trying to connect to an external cluster. 2019-01-14 10:53:03 -08:00
MutationList.h Replace & operator with variadic function 2018-12-28 11:33:42 -08:00
NativeAPI.actor.cpp Fix OPEN_FOR_IDE -Wunused-variable warnings 2019-04-16 15:28:01 -07:00
NativeAPI.actor.h retry limit and max delay transaction options are no longer reset after onError 2019-03-21 18:50:02 -04:00
Notified.h Remove noexcept macro and replace with BOOST_NOEXCEPT. 2019-03-05 22:06:12 -08:00
RYWIterator.cpp Addressed code review comments 2019-04-05 13:12:20 -07:00
RYWIterator.h Implements CompareAndClear AtomicOp 2019-02-04 14:59:56 -08:00
ReadYourWrites.actor.cpp Addressed code review comments 2019-04-05 13:12:20 -07:00
ReadYourWrites.h retry limit and max delay transaction options are no longer reset after onError 2019-03-21 18:50:02 -04:00
RunTransaction.actor.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
Schemas.cpp added three_data_hall_fallback configuration 2019-04-07 22:58:18 -07:00
Schemas.h Merge commit '3b2700d25334c53d13496ca16682642aac951beb' into track-server-request-latencies 2019-01-24 11:43:26 -08:00
SnapshotCache.h Addressed code review comments 2019-04-05 13:12:20 -07:00
Status.h Move AsyncFileBlobStore and related files to fdbclient. 2018-10-26 13:49:42 -07:00
StatusClient.actor.cpp Fix various compiler warnings 2019-03-15 10:34:57 -07:00
StatusClient.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
StorageServerInterface.h Refactor tag population of ServerCacheInfo 2019-04-22 11:55:04 -07:00
Subspace.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
Subspace.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
SystemData.cpp Remove trace-calls to printable (in non-workloads) 2019-04-05 13:12:19 -07:00
SystemData.h added the ability to make a zoneId for maintenance in fdbcli 2019-04-01 17:55:13 -07:00
TaskBucket.actor.cpp Addressed code review comments 2019-04-05 13:12:20 -07:00
TaskBucket.h Use proper fwd decl in NativeAPI 2019-02-19 15:16:59 -08:00
ThreadSafeTransaction.actor.cpp Avoiding holding references to ThreadSafeDatabase on the main thread because this can cause a race with fdb_stop_network when it comes time to destroy it. 2019-03-25 16:11:50 -07:00
ThreadSafeTransaction.h Avoiding holding references to ThreadSafeDatabase on the main thread because this can cause a race with fdb_stop_network when it comes time to destroy it. 2019-03-25 16:11:50 -07:00
Tuple.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
Tuple.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
VersionedMap.actor.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
VersionedMap.h Remove noexcept macro and replace with BOOST_NOEXCEPT. 2019-03-05 22:06:12 -08:00
WriteMap.h Addressed code review comments 2019-04-05 13:12:20 -07:00
fdbclient.vcxproj Fix Windows link errors 2019-03-11 17:49:03 -07:00
local.mk remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
versions.h.cmake fdbserver now compiling 2018-12-13 14:13:47 -08:00