foundationdb/fdbserver
Xin Dong 3c7bd3549a Fix compile errors 2020-09-11 14:23:27 -07:00
..
sqlite fixed sqlite bug that was introduced in this PR 2020-02-04 10:46:32 -08:00
workloads merge master branch and resolve conflicts 2020-09-02 13:44:33 -07:00
ApplyMetadataMutation.cpp Remove a line that logs whether confChange was non-null. This was previously a pointer, and the logging indicated whether the caller expected a result. It is now a reference type, and we can't determine what the caller expects. 2020-08-31 16:25:39 -07:00
ApplyMetadataMutation.h Refactor applyMetadataMutations to accept less args 2020-08-06 11:40:40 -07:00
ArtMutationBuffer.h Remove using namespace std::rel_ops 2020-07-10 22:58:15 +00:00
BackupInterface.h Address review comments 2020-01-22 19:42:13 -08:00
BackupProgress.actor.cpp Fix compiler warnings 2020-07-28 18:30:26 +00:00
BackupProgress.actor.h Fix spammy GotBackupProgress events 2020-06-27 21:30:38 -07:00
BackupWorker.actor.cpp merge master branch 2020-08-11 19:22:10 -07:00
CMakeLists.txt merge master branch and resolve conflicts 2020-09-02 13:44:33 -07:00
ClusterController.actor.cpp merge master branch and resolve conflicts 2020-09-02 13:44:33 -07:00
CompactMap.cpp
ConflictSet.h Revert "Revert "Merge pull request #2257 from zjuLcg/report-conflicting-key"" 2020-03-24 18:11:15 -07:00
CoordinatedState.actor.cpp explicitly versioned every key in systemData, so we only will update the associated protocolVersion when the serialization actually changes 2020-05-22 16:35:01 -07:00
CoordinatedState.h
Coordination.actor.cpp When responding to OpenDatabaseCoordRequest and ElectionResultRequest immediately, don't start monitorLeaderForProxies, which will keep a process alive as a coordinator. 2020-06-04 15:48:06 -07:00
CoordinationInterface.h Merge pull request #3509 from sfc-gh-anoyes/anoyes/remove-using-relops 2020-07-22 11:58:25 -07:00
CoroFlow.actor.cpp When one of the sqlite reader or writer thread pools fail, fail the other with the same error. 2020-02-24 12:39:04 -08:00
CoroFlow.h
DBCoreState.h Remove using namespace std::rel_ops 2020-07-10 22:58:15 +00:00
DataDistribution.actor.cpp Merge pull request #3549 from yliucode/grv-proxy 2020-09-03 19:03:45 -07:00
DataDistribution.actor.h Merge branch 'release-6.3' 2020-07-29 00:31:55 -07:00
DataDistributionQueue.actor.cpp Merge branch 'release-6.3' 2020-07-29 00:31:55 -07:00
DataDistributionTracker.actor.cpp Increased some knobs to throttle the spammy read hot logging. Also added more details inside the read hot log to make it useful 2020-08-12 14:27:34 -07: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 Merge branch 'release-6.3' 2020-07-29 00:31:55 -07:00
FDBExecHelper.actor.cpp Merge release-6.3 into master 2020-05-22 09:25:32 -07:00
FDBExecHelper.actor.h deprecate isTLogInSameNode used by snapshot V1 2019-10-09 15:33:11 -07:00
GrvProxyServer.actor.cpp change ProxyStats to GrvProxyStats 2020-09-02 17:09:09 -07:00
IDiskQueue.h Merge branch 'release-6.3' 2020-07-29 00:31:55 -07:00
IKeyValueStore.h Mark IKeyValueStore::getStorageBytes const 2020-06-17 18:20:43 -07: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 Mark IKeyValueStore::getStorageBytes const 2020-06-17 18:20:43 -07:00
KeyValueStoreMemory.actor.cpp Mark IKeyValueStore::getStorageBytes const 2020-06-17 18:20:43 -07:00
KeyValueStoreRocksDB.actor.cpp Merge remote-tracking branch 'upstream/release-6.3' into dyoungworth/fixMerge1 2020-08-22 12:25:19 -07:00
KeyValueStoreSQLite.actor.cpp Mark IKeyValueStore::getStorageBytes const 2020-06-17 18:20:43 -07:00
Knobs.cpp merge master branch and resolve conflicts 2020-09-02 13:44:33 -07:00
Knobs.h merge master branch and resolve conflicts 2020-09-02 13:44:33 -07:00
LatencyBandConfig.cpp
LatencyBandConfig.h re-enabled flat buffers, fixed the latencyBandConfig serialization 2019-07-27 17:48:24 -07:00
LeaderElection.actor.cpp Fixed a number of problems with monitorLeaderRemotely 2020-05-10 14:20:50 -07:00
LeaderElection.h Remove USE_OBJECT_SERIALIZER knob 2020-02-12 10:41:52 -08:00
LogProtocolMessage.h
LogRouter.actor.cpp Remove debug trace events 2020-07-22 12:20:22 -07:00
LogSystem.h Merge branch 'release-6.3' 2020-08-31 19:33:34 -07:00
LogSystemConfig.h fix compiler errors 2020-04-17 17:47:50 -07: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 Merge branch 'release-6.3' 2020-08-31 19:33:34 -07:00
MasterInterface.h Merge master branch 2020-07-22 16:08:49 -07:00
MasterProxyServer.actor.cpp merge master branch and resolve conflicts 2020-09-02 13:44:33 -07:00
MoveKeys.actor.cpp Merge commit '5288033bcfe40c3ade97c8bf2d04cf31b3f16cb1' into feature-tree-broadcast 2020-04-17 15:17:37 -07:00
MoveKeys.actor.h Implemented direct removal of failed storage server from system keyspace 2019-08-27 14:39:43 -07:00
MutationTracking.cpp Fix several pessimizing move warnings 2020-07-21 19:49:52 +00: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 Merge branch 'release-6.3' 2020-08-31 19:33:34 -07:00
OldTLogServer_6_0.actor.cpp Merge branch 'release-6.3' 2020-08-31 19:33:34 -07:00
OldTLogServer_6_2.actor.cpp Merge branch 'master' into mengxu/tmp-merge-6.3 2020-07-13 10:15:56 -07:00
Orderer.actor.h
ProxyCommitData.actor.h merge master branch and resolve conflicts 2020-09-02 13:44:33 -07:00
QuietDatabase.actor.cpp Fix some conflicts and remote debugging trace events 2020-07-22 23:35:46 -07:00
QuietDatabase.h snap v2: worker and other helper related changes 2019-07-24 15:36:28 -07:00
Ratekeeper.actor.cpp merge with master 2020-09-04 16:11:42 +00: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
Resolver.actor.cpp Emit traces regularly about role assignment 2020-05-08 16:27:57 -07:00
ResolverInterface.h Revert "Revert "Request tracing"" 2020-07-07 10:06:13 -06:00
RestoreApplier.actor.cpp FastRestore:Cancel actors when restore request finishes 2020-08-25 14:46:26 -07:00
RestoreApplier.actor.h Merge branch 'release-6.3' 2020-08-31 19:33:34 -07:00
RestoreCommon.actor.cpp Move transformRestoredDatabase from server to client 2020-06-23 15:48:43 -07:00
RestoreCommon.actor.h Move transformRestoredDatabase from server to client 2020-06-23 15:48:43 -07:00
RestoreController.actor.cpp fix compiler warning 2020-08-31 01:23:47 -07:00
RestoreController.actor.h FastRestore:Fix incorrect assert 2020-08-24 19:59:56 -07:00
RestoreLoader.actor.cpp Merge branch 'release-6.3' 2020-08-31 19:33:34 -07:00
RestoreLoader.actor.h FastRestore:RequestScheduler:Minor code style improvement 2020-08-24 10:45:46 -07:00
RestoreRoleCommon.actor.cpp FastRestore:Simulate cpu busy and adjust simulation of overused memory usage 2020-08-26 10:07:49 -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 Merge branch 'release-6.3' 2020-08-11 22:45:43 -07:00
RestoreWorker.actor.cpp FastRestore:Debug trace for seg fault 2020-08-17 20:34:33 -07: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 Recover the machine count to be 12 2020-08-16 15:10:36 -07:00
SimulatedCluster.h code cleanup 2020-02-19 17:59:45 -08:00
SkipList.cpp Replace BOOST_NOEXCEPT with noexcept 2020-06-09 22:39:19 -07:00
Status.actor.cpp Fix compile errors 2020-09-11 14:23:27 -07:00
Status.h code cleanup based on review comments 2020-04-17 15:05:01 -07:00
StorageCache.actor.cpp re-added nowAssigned 2020-07-31 15:46:46 -07:00
StorageMetrics.actor.h fix: getReadHotRanges should be const function 2020-08-12 22:18:28 -07:00
StorageMetrics.h
TLogInterface.h Remove debug trace events 2020-07-22 12:20:22 -07:00
TLogServer.actor.cpp merge master branch and resolve conflicts 2020-09-02 13:44:33 -07:00
TagPartitionedLogSystem.actor.cpp Merge branch 'release-6.3' 2020-08-31 19:33:34 -07:00
TesterInterface.actor.h Merge pull request #2045 from atn34/disallow-scalar-network-messages 2019-08-30 13:38:54 -07:00
VFSAsync.cpp Unrevert "Enable -Wclass-memaccess and fix warnings" 2020-05-02 20:43:50 -07:00
VersionedBTree.actor.cpp Merge branch 'release-6.3' 2020-08-31 19:33:34 -07: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 master branch 2020-08-11 19:22:10 -07:00
art.h address test failure 2020-05-06 15:51:53 -07:00
art_impl.h Using Flow's wrappers for gcc builtins 2020-04-07 17:55:43 +02:00
fdbserver.actor.cpp Merge branch 'release-6.3' 2020-07-29 00:31:55 -07:00
masterserver.actor.cpp Fix compile errors 2020-09-11 14:23:27 -07:00
networktest.actor.cpp Rolled back the knob and logic for doing multiple write() calls in write loops before yielding, because they are not necessary. The testing that suggested otherwise was in error. 2020-07-16 22:54:14 -07:00
pubsub.actor.cpp
pubsub.h
storageserver.actor.cpp Merge master branch and keep master proxy reporting txn cost estimation to ratekeeper 2020-08-29 12:47:35 -07:00
template_fdb.h
tester.actor.cpp Resolve comments 2020-07-30 14:45:03 -07:00
worker.actor.cpp merge master branch and resolve conflicts 2020-09-02 13:44:33 -07:00