foundationdb/fdbclient
A.J. Beamon e10704fd76 Cherry-pick region related status changes from 6.3 2020-06-09 14:56:21 -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 fix: messed up define 2020-02-20 17:29:06 -08: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 Including port in addresses option is deprecated in 630 rather than 700. Includes other latent generated go changes to the documentation. 2020-04-07 08:51:15 -07:00
AsyncFileBlobStore.actor.cpp Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used. 2019-05-10 14:01:52 -07: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 Backup and DR layer status document generation now uses snapshot reads for all keys read to avoid unnecessary conflicts when read during a status update or cleanup transaction. Since many of the keys read use wrapper functions, all of the underlying functions in BackupAgentBase and its two implementations also required a snapshot mode argument. All snapshot arguments default to false to match the underlying FDB API get/getrange methods. 2019-12-19 00:29:35 -08:00
BackupAgentBase.actor.cpp Cleanup the fdbbackup cleanup command output. Add cleanup to the usage output printed for fdbbackup. 2019-10-31 09:52:21 -07:00
BackupContainer.actor.cpp BackupContainerFilesystem no longer unnecessarily depends on abspath() to find the last part of a path string, since it shouldn't touch the local filesystem in the remote case. 2020-02-18 16:35:00 -08: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 fix: blobstore needs to handshake tls connections 2020-02-28 15:44:22 -08:00
BlobStore.h Merge branch 'release-6.0' of https://github.com/apple/foundationdb 2019-03-12 04:49:12 -07:00
CMakeLists.txt After a proxy dies, it will remain alive for an additional 10 seconds to forward clients to the new proxies 2019-07-08 12:53:40 -07:00
ClientLogEvents.h Addressed review comments 2019-07-22 12:17:05 -07:00
ClientWorkerInterface.h increase the priority of reboot and recruitment requests 2019-11-11 15:17:11 -08:00
ClusterInterface.h Our binaries that act like clients (fdbcli, backup and DR binaries) were reporting an unknown client version. Clients did not react if the list of supported versions changed. 2020-02-28 09:35:21 -08:00
CommitTransaction.h remove snap v1 related code 2019-07-25 17:29:31 -07:00
CoordinationInterface.h cache the serialization of clientDBInfo 2019-09-11 15:19:42 -07:00
DatabaseBackupAgent.actor.cpp pipelined fdbdr status 2020-02-25 15:48:00 -08:00
DatabaseConfiguration.cpp added the ability to configure satellite_logs by satellite location, this will overwrite the region configure if both are present 2019-10-14 18:30:15 -07:00
DatabaseConfiguration.h do not recruit satellite tlogs when usable regions=1 2020-03-13 10:24:52 -07:00
DatabaseContext.h Add more metrics to the TransactionMetrics event 2020-03-05 14:00:44 -08:00
EventTypes.actor.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
FDBOptions.h Unknown options should not be used internally (i.e. underneath thread-safe API). This commit removes various checks that options exist and replaces them with an ASSERT. 2019-07-11 11:25:39 -07:00
FDBTypes.h added logging when encountering an inverted range 2020-04-22 23:37:29 -07:00
FailureMonitorClient.actor.cpp cleanup calls to FlowTransport::isClient() 2020-04-22 23:36:40 -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 backup should also submit on the first proxy for similar reasons to DR 2020-02-25 15:57:32 -08:00
HTTP.actor.cpp Workarounds for strange behaviors in Boost ssl sockets on MacOS and Linux. When writing to the ssl socket, write_some() would sometimes return BrokenPipe instead of WouldBlock unless onWriteable on the raw socket was checked first. On MacOS, even with the onWriteable check using a send size greater than 2016 (determined experimentally) would still result in the error. Also consolidated two identical copies of SendBufferIterator. 2020-06-04 01:44:05 -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 Use ThreadFuture for getApproximateSize 2019-07-10 14:58:07 -07: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 delay recoveries after 70 outstanding generations, and stop recoveries after 100 outstanding generations to prevent a death spiral from filling up the coordinated state 2020-03-13 10:28:32 -07:00
Knobs.h delay recoveries after 70 outstanding generations, and stop recoveries after 100 outstanding generations to prevent a death spiral from filling up the coordinated state 2020-03-13 10:28:32 -07:00
ManagementAPI.actor.cpp Added advanceversion command to fdbcli 2020-05-20 15:47:31 -07:00
ManagementAPI.actor.h Added advanceversion command to fdbcli 2020-05-20 15:47:31 -07:00
MasterProxyInterface.h Added additional logging related to memory errors (including in status) 2020-03-13 18:31:22 -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 Our binaries that act like clients (fdbcli, backup and DR binaries) were reporting an unknown client version. Clients did not react if the list of supported versions changed. 2020-02-28 09:35:21 -08:00
MonitorLeader.h Our binaries that act like clients (fdbcli, backup and DR binaries) were reporting an unknown client version. Clients did not react if the list of supported versions changed. 2020-02-28 09:35:21 -08:00
MultiVersionAssignmentVars.h Merge release-5.1 into release-5.2 2018-05-30 09:09:55 -07:00
MultiVersionTransaction.actor.cpp Merge pull request #1756 from jzhou77/db-option 2019-07-19 08:33:24 -07:00
MultiVersionTransaction.h Only destroy db if non-null 2020-05-28 23:22:45 +00:00
MutationList.h added comments 2019-11-13 12:53:23 -08:00
NativeAPI.actor.cpp Cleanup: Use the shutdown callback for destroying TLS state. 2020-04-20 13:16:16 -07:00
NativeAPI.actor.h Our binaries that act like clients (fdbcli, backup and DR binaries) were reporting an unknown client version. Clients did not react if the list of supported versions changed. 2020-02-28 09:35:21 -08:00
Notified.h enforce a minimum recovery duration, which allows proxies to avoid checking if the epoch is alive as long as its last commit has been less than MINIMUM_RECOVERY_DURATION ago 2019-07-12 13:10:21 -07:00
RYWIterator.cpp Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used. 2019-05-10 14:01:52 -07:00
RYWIterator.h Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used. 2019-05-10 14:01:52 -07:00
ReadYourWrites.actor.cpp Simulate a timeout for an in-flight commit with client buggify 2020-04-27 22:09:03 +00:00
ReadYourWrites.h Fix size calculation 2019-07-16 15:21:13 -07:00
RunTransaction.actor.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
Schemas.cpp Cherry-pick region related status changes from 6.3 2020-06-09 14:56:21 -07:00
Schemas.h Merge commit '3b2700d25334c53d13496ca16682642aac951beb' into track-server-request-latencies 2019-01-24 11:43:26 -08:00
SnapshotCache.h Fix UBSAN report 2019-12-04 09:42:35 -08:00
Status.h ProtocolVersion type - second try 2019-06-18 17:55:27 -07:00
StatusClient.actor.cpp removed unused code 2020-02-20 11:57:54 -08:00
StatusClient.h Clients which fetch status should not disconnect from the coordinators and cluster controller between each retrieval 2020-01-22 15:41:22 -08:00
StorageServerInterface.h Data distribution uses available space instead of free space when evaluating whether processes are low on space and penalizing them. 2020-02-20 11:21:03 -08: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 code cleanup 2019-08-06 16:30:30 -07:00
SystemData.h code cleanup 2019-08-06 16:30:30 -07:00
TaskBucket.actor.cpp backup_agent crashed on startup 2019-11-13 20:54:10 -08:00
TaskBucket.h added logging to TaskBucket 2019-11-12 19:15:56 -08:00
ThreadSafeTransaction.actor.cpp Don't wrap the connection file in a reference until after we are on the main thread because references aren't thread safe. 2019-07-19 11:16:30 -07:00
ThreadSafeTransaction.h Minor code fix 2019-07-10 14:58:07 -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 Fix another hardcoded priority. 2019-06-25 10:36:32 -07:00
VersionedMap.h And another. 2019-06-25 14:19:56 -07:00
WriteMap.h Addressed code review comments 2019-04-05 13:12:20 -07:00
fdbclient.vcxproj After a proxy dies, it will remain alive for an additional 10 seconds to forward clients to the new proxies 2019-07-08 12:53:40 -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