foundationdb/fdbserver
Evan Tschannen 346a4e3ecd Merge branch 'release-6.3'
# Conflicts:
#	fdbcli/fdbcli.actor.cpp
#	fdbrpc/LoadBalance.actor.h
#	fdbrpc/MultiInterface.h
#	fdbserver/ClusterController.actor.cpp
#	fdbserver/MasterProxyServer.actor.cpp
#	fdbserver/masterserver.actor.cpp
2021-03-01 18:52:06 -08:00
..
sqlite Another refactor of SQLite injected error handling to address failures of the previous attempt. Some code cleanup. Added documentation of injected error handling works and why. 2021-01-30 18:06:05 -08:00
workloads Merge branch 'release-6.3' 2021-03-01 18:52:06 -08:00
ApplyMetadataMutation.cpp Add uses of makeReference 2020-11-07 22:10:18 -08:00
ApplyMetadataMutation.h Merge pull request #3748 from sfc-gh-ljoswiak/visibility-2 2020-10-14 17:35:32 -07:00
ArtMutationBuffer.h Remove using namespace std::rel_ops 2020-07-10 22:58:15 +00:00
BackupInterface.h
BackupProgress.actor.cpp Fix compiler warnings 2020-07-28 18:30:26 +00:00
BackupProgress.actor.h Use structured bindings in for loops 2020-12-27 01:46:20 -04:00
BackupWorker.actor.cpp conflicts 2020-10-23 06:33:00 +00:00
CMakeLists.txt Merge pull request #4242 from sfc-gh-mpilman/features/coroutine2 2021-02-17 15:45:19 -08:00
ClusterController.actor.cpp Merge branch 'release-6.3' 2021-03-01 18:52:06 -08:00
CommitProxyServer.actor.cpp Add txnRejectedForQueuedTooLong in ProxyStats 2021-02-12 13:04:58 -08:00
CompactMap.cpp Replace NULL with nullptr in fdbserver 2020-09-20 11:31:49 -07:00
ConflictSet.h Add more comments and refactor for SkipList 2020-10-13 12:55:08 -07:00
CoordinatedState.actor.cpp Use unique_ptr for PImpl 2020-12-08 09:09:32 -08:00
CoordinatedState.h Use unique_ptr for PImpl 2020-12-08 09:09:32 -08:00
Coordination.actor.cpp Revert "CDs reject requests from external cluster or requests need to be forwarded based on an old forward request." 2021-02-05 13:05:33 -08:00
CoordinationInterface.h Revert "CDs reject requests from external cluster or requests need to be forwarded based on an old forward request." 2021-02-05 13:05:33 -08:00
CoroFlow.actor.cpp CoroFlow and remove libcoro 2021-01-26 17:23:17 -07:00
CoroFlow.h
CoroFlowCoro.actor.cpp use libcoroutine for Windows 2021-02-17 09:23:41 -07:00
DBCoreState.h Remove using namespace std::rel_ops 2020-07-10 22:58:15 +00:00
DataDistribution.actor.cpp Merge branch 'release-6.3' 2021-03-01 18:52:06 -08:00
DataDistribution.actor.h Merge branch 'release-6.3' 2021-02-15 02:13:06 -08:00
DataDistributionQueue.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
DataDistributionTracker.actor.cpp Merge branch 'release-6.3' 2021-02-15 02:13:06 -08:00
DataDistributorInterface.h Merge master branch and keep master proxy reporting txn cost estimation to ratekeeper 2020-08-29 12:47:35 -07:00
DeltaTree.h Added commonPrefixLength for StringRefs that takes a prefix skip length. 2020-05-10 04:24:11 -07:00
DiskQueue.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
FDBExecHelper.actor.cpp Use consistent return method for fork_child 2021-01-29 16:27:48 -08:00
FDBExecHelper.actor.h Make ExecCmdValueString const-correct 2020-12-27 14:15:22 -04:00
GrvProxyServer.actor.cpp Merge release-6.3 into master 2020-10-19 22:51:56 -07:00
IDiskQueue.h Merge branch 'release-6.3' 2020-07-29 00:31:55 -07:00
IKeyValueContainer.h Move IKeyValueContainer from flow to fdbserver 2020-11-15 12:23:08 -08:00
IKeyValueStore.h Merge branch 'release-6.3' 2021-03-01 18:52:06 -08:00
IPager.h Merge remote-tracking branch 'upstream/release-6.3' into dyoungworth/fixMerge1 2020-08-22 12:25:19 -07:00
IVersionedStore.h Improved const-correctness 2020-06-17 18:20:43 -07:00
KeyValueStoreCompressTestData.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
KeyValueStoreMemory.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
KeyValueStoreRocksDB.actor.cpp Merge branch 'release-6.3' 2021-03-01 18:52:06 -08:00
KeyValueStoreSQLite.actor.cpp Merge branch 'release-6.3' into merge-release-6.3-into-master 2021-02-08 12:58:34 -08:00
Knobs.cpp Merge pull request #4254 from sfc-gh-tclinkenbeard/capture-forked-process-output 2021-02-24 14:34:24 -07:00
Knobs.h Merge pull request #4254 from sfc-gh-tclinkenbeard/capture-forked-process-output 2021-02-24 14:34:24 -07:00
LatencyBandConfig.cpp
LatencyBandConfig.h Use override where applicable in fdbserver 2020-10-07 18:41:19 -07:00
LeaderElection.actor.cpp Add uses of makeReference 2020-11-07 22:10:18 -08:00
LeaderElection.h Add uses of makeReference 2020-11-07 22:10:18 -08:00
LogProtocolMessage.h
LogRouter.actor.cpp Merge branch 'release-6.3' 2021-03-01 18:52:06 -08:00
LogSystem.h Merge branch 'release-6.3' 2021-03-01 18:52:06 -08:00
LogSystemConfig.h Merge branch 'release-6.3' into anoyes/merge-6.3-to-master 2021-01-15 18:04:09 +00:00
LogSystemDiskQueueAdapter.actor.cpp Make IDiskQueue const-correct 2020-07-21 14:45:04 -07:00
LogSystemDiskQueueAdapter.h Merge branch 'release-6.3' 2020-07-29 00:31:55 -07:00
LogSystemPeekCursor.actor.cpp Make ILogSystem::IPeekCursor const-correct 2020-12-08 09:09:31 -08:00
MasterInterface.h Rename more places from proxy to commit proxy 2020-09-15 22:29:49 -07:00
MasterProxyServer.actor.cpp Merge branch 'release-6.3' into mengxu/ha-code 2021-02-19 21:47:09 -08:00
MetricLogger.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
MetricLogger.actor.h Fix incantation again 2021-01-26 02:36:43 +00:00
MoveKeys.actor.cpp Fix bugs turned up by _GLIBCXX_DEBUG 2021-02-09 00:41:21 +00:00
MoveKeys.actor.h Added comma to comment 2020-10-17 11:23:52 -07:00
MutationTracking.cpp Enable copy elision in debugTagsAndMessageEnabled 2021-01-23 12:21:56 -08:00
MutationTracking.h Add a bit of documentation, and the TODO trail for future work. 2020-05-13 18:44:22 -07:00
NetworkTest.h
OldTLogServer_4_6.actor.cpp Apply clang-tidy's modernize-use-override fix 2021-01-26 02:04:12 +00:00
OldTLogServer_6_0.actor.cpp Merge branch 'release-6.3' into merge-release-6.3-into-master 2021-02-08 12:58:34 -08:00
OldTLogServer_6_2.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
Orderer.actor.h
ProxyCommitData.actor.h Add txnRejectedForQueuedTooLong in ProxyStats 2021-02-12 13:04:58 -08:00
QuietDatabase.actor.cpp Fix some conflicts and remote debugging trace events 2020-07-22 23:35:46 -07:00
QuietDatabase.h
RadixTree.h Use structured bindings in for loops 2020-12-27 01:46:20 -04:00
Ratekeeper.actor.cpp Use structured bindings in for loops 2020-12-27 01:46:20 -04:00
RatekeeperInterface.h Merge master branch and keep master proxy reporting txn cost estimation to ratekeeper 2020-08-29 12:47:35 -07:00
RecoveryState.h Make enums automatically binary serializable 2020-11-14 19:22:04 -08:00
Resolver.actor.cpp Merge pull request #3748 from sfc-gh-ljoswiak/visibility-2 2020-10-14 17:35:32 -07:00
ResolverInterface.h Revert "Revert "Request tracing"" 2020-07-07 10:06:13 -06:00
RestoreApplier.actor.cpp Fix OPEN_FOR_IDE build in preparation for using clang-tidy 2021-01-26 02:04:11 +00:00
RestoreApplier.actor.h Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
RestoreCommon.actor.cpp winbuild: fix duplicate definition of Codec<ERestoreState>::pack and unpack in Debug build 2021-01-30 19:03:25 +01:00
RestoreCommon.actor.h FastRestore:Handle retriable blob error 2020-09-09 07:29:17 -07:00
RestoreController.actor.cpp Add uses of makeReference 2020-11-07 22:10:18 -08:00
RestoreController.actor.h Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
RestoreLoader.actor.cpp Fix OPEN_FOR_IDE build in preparation for using clang-tidy 2021-01-26 02:04:11 +00:00
RestoreLoader.actor.h Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
RestoreRoleCommon.actor.cpp FastRestore:Fix trace event overflow in traceRoleVersionBatchProgress 2020-09-06 21:05:16 -07:00
RestoreRoleCommon.actor.h FastRestore:Loader:Add scheduler to dispatch requests based on resource utilization and request priority 2020-08-15 21:21:51 -07:00
RestoreUtil.actor.cpp FastRestore:Replace master word with controller 2020-07-16 16:37:13 -07:00
RestoreUtil.h Make enums automatically binary serializable 2020-11-14 19:22:04 -08:00
RestoreWorker.actor.cpp Add uses of makeReference 2020-11-07 22:10:18 -08:00
RestoreWorker.actor.h FR:fix compilation error 2020-08-04 23:04:38 -07:00
ServerDBInfo.actor.h Merge branch 'master' into fdb_cache_wo_allocator 2020-05-08 16:23:29 -07:00
ServerDBInfo.h Merge branch 'master' into fdb_cache_subfeature2 2020-05-04 17:29:43 -07:00
SimulatedCluster.actor.cpp Merge branch 'release-6.3' 2021-03-01 18:52:06 -08:00
SimulatedCluster.h
SkipList.cpp Improve SkipList const-correctness 2020-12-26 21:31:45 -04:00
SpanContextMessage.h Add span metadata message 2020-09-04 15:36:47 -07:00
Status.actor.cpp Add txnRejectedForQueuedTooLong in ProxyStats 2021-02-17 21:40:46 -08:00
Status.h code cleanup based on review comments 2020-04-17 15:05:01 -07:00
StorageCache.actor.cpp Use unique_ptr for adding shards 2020-12-26 22:34:46 -04:00
StorageMetrics.actor.h Merge branch 'release-6.3' into anoyes/merge-release-6.3-master 2020-12-04 01:38:07 +00:00
StorageMetrics.h
TLogInterface.h Fix serialization order 2020-10-06 18:33:29 -07:00
TLogServer.actor.cpp Merge branch 'release-6.3' 2021-03-01 18:52:06 -08:00
TagPartitionedLogSystem.actor.cpp Merge branch 'release-6.3' 2021-03-01 18:52:06 -08:00
TesterInterface.actor.h
VFSAsync.cpp Merge branch 'release-6.3' into merge-release-6.3-into-master 2021-02-08 12:58:34 -08:00
VFSAsync.h Another refactor of SQLite injected error handling to address failures of the previous attempt. Some code cleanup. Added documentation of injected error handling works and why. 2021-01-30 18:06:05 -08:00
VersionedBTree.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
WaitFailure.actor.cpp Merge branch 'release-6.2' into release-6.3 2020-08-31 01:10:29 -07:00
WaitFailure.h Log peer address whose failure can cause master recovery 2020-07-10 15:57:03 -07:00
WorkerInterface.actor.h Merge branch 'release-6.3' 2021-03-01 18:52:06 -08:00
art.h address test failure 2020-05-06 15:51:53 -07:00
art_impl.h Replace NULL with nullptr in fdbserver 2020-09-20 11:31:49 -07:00
fdbserver.actor.cpp Merge branch 'release-6.3' 2021-03-01 18:52:06 -08:00
masterserver.actor.cpp Merge branch 'release-6.3' 2021-03-01 18:52:06 -08:00
networktest.actor.cpp Replace NULL with nullptr in fdbserver 2020-09-20 11:31:49 -07:00
pubsub.actor.cpp
pubsub.h
storageserver.actor.cpp Merge branch 'release-6.3' 2021-03-01 18:52:06 -08:00
template_fdb.h
tester.actor.cpp Use clang-tidy to automatically fix missing overrides 2021-01-26 02:04:12 +00:00
worker.actor.cpp Merge branch 'release-6.3' into merge-release-6.3-into-master 2021-02-08 12:58:34 -08:00