foundationdb/fdbserver
sfc-gh-tclinkenbeard 9edfffb6a6 Test backup encryption in 10% of backup tests 2021-06-26 17:40:55 -07:00
..
sqlite Fix applying offset to NULL in C 2021-06-04 09:35:03 -07:00
workloads Test backup encryption in 10% of backup tests 2021-06-26 17:40:55 -07:00
ApplyMetadataMutation.cpp Adding comments and a quarantine case I forgot 2021-06-11 10:42:33 -05:00
ApplyMetadataMutation.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
ArtMutationBuffer.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
BackupInterface.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
BackupProgress.actor.cpp Create RangeResult type alias 2021-05-03 13:14:16 -07:00
BackupProgress.actor.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
BackupWorker.actor.cpp Move RestoreWorkerInterface into fdbserver 2021-05-30 15:02:33 -07:00
CMakeLists.txt Remove fdbserver/Orderer.actor.h 2021-06-24 11:23:37 -07:00
ClusterController.actor.cpp Add updateWorkerHealth interface in cluster controller 2021-06-24 19:42:28 -07:00
CommitProxyServer.actor.cpp Revert "Make the sim2 run loop match the behavior of the net2 run loop." 2021-06-22 14:50:01 -07:00
CompactMap.cpp apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
ConfigBroadcastFollowerInterface.h Update fdbserver/ConfigBroadcastFollowerInterface.h 2021-06-12 08:11:59 -07:00
ConfigBroadcaster.actor.cpp Fix gcc -Wsubobject-linkage warning 2021-06-18 17:12:32 -07:00
ConfigBroadcaster.h Addressed review comments 2021-06-12 08:21:40 -07:00
ConfigDatabaseUnitTests.actor.cpp Addressed review comments 2021-06-16 11:34:20 -07:00
ConfigFollowerInterface.cpp Introduce ConfigBroadcastFollowerInterface for broadcaster to local configuration communication 2021-05-23 00:41:15 -07:00
ConfigFollowerInterface.h Add comments to configuration database code 2021-06-10 17:14:37 -07:00
ConflictSet.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
CoordinatedState.actor.cpp apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
CoordinatedState.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
Coordination.actor.cpp Rename coordination files to fix upgrades 2021-06-18 14:16:49 -07:00
CoordinationInterface.h Add UseConfigDB class 2021-06-10 20:57:50 -07:00
CoroFlow.actor.cpp Merge branch 'release-6.3-pre-format' into master-format 2021-03-10 10:40:53 -08:00
CoroFlow.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
CoroFlowCoro.actor.cpp Fix windows build 2021-03-10 18:56:01 -08:00
DBCoreState.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
DataDistribution.actor.cpp add knob 2021-06-23 05:49:55 +00:00
DataDistribution.actor.h add perpetualStorageWiggler 2021-05-20 23:31:08 +00:00
DataDistributionQueue.actor.cpp wait remove 2021-06-21 05:18:42 +00:00
DataDistributionTracker.actor.cpp Avoid casting NaN to int 2021-06-04 09:47:06 -07:00
DataDistributorInterface.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
DeltaTree.h Added documentation for DeltaTree2. 2021-06-10 02:29:17 -07:00
DiskQueue.actor.cpp Revert "Make the sim2 run loop match the behavior of the net2 run loop." 2021-06-22 14:50:01 -07:00
FDBExecHelper.actor.cpp Update fdbserver/FDBExecHelper.actor.cpp 2021-05-25 10:24:00 -07:00
FDBExecHelper.actor.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
GrvProxyServer.actor.cpp Add a few ProxyStats fields. 2021-06-22 11:45:58 -07:00
IConfigConsumer.cpp Add UseConfigDB class 2021-06-10 20:57:50 -07:00
IConfigConsumer.h Update fdbserver/IConfigConsumer.h 2021-06-12 08:04:09 -07:00
IConfigDatabaseNode.cpp Remove TestID from stateful configuration database classes, and fix some bugs 2021-06-07 00:29:36 -07:00
IConfigDatabaseNode.h Add comments to configuration database code 2021-06-10 17:14:37 -07:00
IDiskQueue.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
IKeyValueContainer.h Move IKeyValueContainer from flow to fdbserver 2020-11-15 12:23:08 -08:00
IKeyValueStore.h Create RangeResult type alias 2021-05-03 13:14:16 -07:00
IPager.h Merge commit '98e463d642d1e674983842c8b2925981ff849729' into redwood-deltatree2-master 2021-06-09 01:31:16 -07:00
KeyValueStoreCompressTestData.actor.cpp Create RangeResult type alias 2021-05-03 13:14:16 -07:00
KeyValueStoreMemory.actor.cpp Merge remote-tracking branch 'origin/master' into config-db 2021-06-10 22:31:23 -07:00
KeyValueStoreRocksDB.actor.cpp Revert "Revert "Add support for running non-simulation tests on Joshua"" 2021-06-15 14:15:02 -04:00
KeyValueStoreSQLite.actor.cpp Revert "Make the sim2 run loop match the behavior of the net2 run loop." 2021-06-22 14:50:01 -07:00
Knobs.h cherry pick streaming replies to master 2021-06-19 09:47:13 -07:00
LatencyBandConfig.cpp apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
LatencyBandConfig.h Use LF instead of CRLF in LatencyBandConfig 2021-03-11 08:56:55 -08:00
LeaderElection.actor.cpp Merge remote-tracking branch 'origin/master' into config-db 2021-06-01 15:39:34 -07:00
LeaderElection.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
LocalConfiguration.actor.cpp Fix gcc -Wsubobject-linkage warning 2021-06-18 17:12:32 -07:00
LocalConfiguration.h Add comments to configuration database code 2021-06-10 17:14:37 -07:00
LogProtocolMessage.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
LogRouter.actor.cpp Disallow conversion from float in specialCounter 2021-06-04 12:09:13 -07:00
LogSystem.h Capture how fast an SS is catching up to its tLog-SS lag 2021-05-11 20:03:21 +00:00
LogSystemConfig.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
LogSystemDiskQueueAdapter.actor.cpp apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
LogSystemDiskQueueAdapter.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
LogSystemPeekCursor.actor.cpp Address build failure 2021-05-13 21:38:07 +00:00
MasterInterface.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
MetricLogger.actor.cpp Create RangeResult type alias 2021-05-03 13:14:16 -07:00
MetricLogger.actor.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
MoveKeys.actor.cpp Adding comments and a quarantine case I forgot 2021-06-11 10:42:33 -05:00
MoveKeys.actor.h Testing Storage Server implementation 2021-05-25 20:28:50 +00:00
MutationTracking.cpp More TSS Changes/Fixes 2021-05-25 20:37:48 +00:00
MutationTracking.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
NetworkTest.h cherry pick streaming replies to master 2021-06-19 09:47:13 -07:00
OldTLogServer_4_6.actor.cpp Revert "Make the sim2 run loop match the behavior of the net2 run loop." 2021-06-22 14:50:01 -07:00
OldTLogServer_6_0.actor.cpp Revert "Make the sim2 run loop match the behavior of the net2 run loop." 2021-06-22 14:50:01 -07:00
OldTLogServer_6_2.actor.cpp Revert "Make the sim2 run loop match the behavior of the net2 run loop." 2021-06-22 14:50:01 -07:00
OnDemandStore.actor.cpp Remove TestID from stateful configuration database classes, and fix some bugs 2021-06-07 00:29:36 -07:00
OnDemandStore.h Create configuration database node files on demand 2021-05-23 18:01:50 -07:00
PaxosConfigConsumer.actor.cpp Add GetSnapshotAndChangesRequest type 2021-05-18 15:28:44 -07:00
PaxosConfigConsumer.h Add comments to configuration database code 2021-06-10 17:14:37 -07:00
PaxosConfigDatabaseNode.actor.cpp Remove TestID from stateful configuration database classes, and fix some bugs 2021-06-07 00:29:36 -07:00
PaxosConfigDatabaseNode.h Add comments to configuration database code 2021-06-10 17:14:37 -07:00
ProxyCommitData.actor.h TSS Mapping Change 2021-06-02 17:30:09 +00:00
QuietDatabase.actor.cpp Don't inject TSS faults if speedUpSimulation is set 2021-06-18 12:41:48 -05:00
QuietDatabase.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
RadixTree.h Avoid calling memcpy with null 2nd argument 2021-06-04 09:48:06 -07:00
Ratekeeper.actor.cpp More TSS Changes/Fixes 2021-05-25 20:37:48 +00:00
RatekeeperInterface.h Remove fdbserver include from fdbclient/CommitProxyInterface.h 2021-05-30 15:02:26 -07:00
RecoveryState.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
Resolver.actor.cpp Remove fdbserver/Orderer.actor.h 2021-06-24 11:23:37 -07:00
ResolverInterface.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
RestoreApplier.actor.cpp apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
RestoreApplier.actor.h Move RestoreWorkerInterface into fdbserver 2021-05-30 15:02:33 -07:00
RestoreCommon.actor.cpp apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
RestoreCommon.actor.h Move RestoreWorkerInterface into fdbserver 2021-05-30 15:02:33 -07:00
RestoreController.actor.cpp Create RangeResult type alias 2021-05-03 13:14:16 -07:00
RestoreController.actor.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
RestoreLoader.actor.cpp apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
RestoreLoader.actor.h Move RestoreWorkerInterface into fdbserver 2021-05-30 15:02:33 -07:00
RestoreRoleCommon.actor.cpp apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
RestoreRoleCommon.actor.h Move RestoreWorkerInterface into fdbserver 2021-05-30 15:02:33 -07:00
RestoreUtil.actor.cpp FastRestore:Replace master word with controller 2020-07-16 16:37:13 -07:00
RestoreUtil.h Move RestoreWorkerInterface into fdbserver 2021-05-30 15:02:33 -07:00
RestoreWorker.actor.cpp Remove unnecessary temporary objects while growing objects of type std::vector<std::pair<A, B>> 2021-05-10 16:32:50 -07:00
RestoreWorker.actor.h Move RestoreWorkerInterface into fdbserver 2021-05-30 15:02:33 -07:00
RestoreWorkerInterface.actor.cpp Move RestoreWorkerInterface into fdbserver 2021-05-30 15:02:33 -07:00
RestoreWorkerInterface.actor.h Move RestoreWorkerInterface into fdbserver 2021-05-30 15:02:33 -07:00
ServerDBInfo.actor.h Introduce ConfigBroadcastFollowerInterface for broadcaster to local configuration communication 2021-05-23 00:41:15 -07:00
ServerDBInfo.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-05 16:31:35 -06:00
SimpleConfigConsumer.actor.cpp Addressed review comments 2021-06-16 11:34:20 -07:00
SimpleConfigConsumer.h Add comments to configuration database code 2021-06-10 17:14:37 -07:00
SimpleConfigDatabaseNode.actor.cpp Fixed compile error on macOS clang. 2021-06-21 20:19:36 -07:00
SimpleConfigDatabaseNode.h Add comments to configuration database code 2021-06-10 17:14:37 -07:00
SimulatedCluster.actor.cpp Revert "Make the sim2 run loop match the behavior of the net2 run loop." 2021-06-22 14:50:01 -07:00
SimulatedCluster.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
SkipList.cpp Avoid applying non-zero offset to null in c++ 2021-06-04 09:48:43 -07:00
SpanContextMessage.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
Status.actor.cpp Merge remote-tracking branch 'origin/master' into config-db 2021-06-10 22:31:23 -07:00
Status.h Add .cluster.configuration status json field 2021-05-18 10:47:16 -07:00
StorageCache.actor.cpp Create RangeResult type alias 2021-05-03 13:14:16 -07:00
StorageMetrics.actor.h Histograms for storage server write path components. 2021-06-11 14:48:13 -07:00
StorageMetrics.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
TLogInterface.h Create health monitor in FDB workers to monitor network condition. This change is only inside the worker. 2021-06-16 14:50:44 -07:00
TLogServer.actor.cpp Revert "Make the sim2 run loop match the behavior of the net2 run loop." 2021-06-22 14:50:01 -07:00
TSSMappingUtil.actor.cpp Addressing review comments 2021-06-03 15:31:16 +00:00
TSSMappingUtil.actor.h Addressing review comments 2021-06-03 15:31:16 +00:00
TagPartitionedLogSystem.actor.cpp Merge remote-tracking branch 'origin/master' into remove-extra-copies 2021-06-07 10:26:06 -07:00
TesterInterface.actor.h allow simulation properties to be overwritten 2021-05-20 13:48:41 -06:00
VFSAsync.cpp Revert "Make the sim2 run loop match the behavior of the net2 run loop." 2021-06-22 14:50:01 -07:00
VFSAsync.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
VersionedBTree.actor.cpp Remove redundant check. 2021-06-16 10:00:27 -07:00
WaitFailure.actor.cpp apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
WaitFailure.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
WorkerInterface.actor.h Add updateWorkerHealth interface in cluster controller 2021-06-24 19:42:28 -07:00
art.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
art_impl.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
fdbserver.actor.cpp Explicitly initialize useConfigDB in fdbserver.actor.cpp 2021-06-18 20:18:59 -07:00
masterserver.actor.cpp Merge pull request #5015 from kakaiu/zhewang-add-traceevent-in-recovery 2021-06-21 13:00:46 -05:00
networktest.actor.cpp cherry pick streaming replies to master 2021-06-19 09:47:13 -07:00
pubsub.actor.cpp Create RangeResult type alias 2021-05-03 13:14:16 -07:00
pubsub.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
storageserver.actor.cpp fixed a trace event which used fetchVersion before it was defined in the actor 2021-06-25 16:43:19 -07:00
template_fdb.h apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
tester.actor.cpp Revert "Revert "Properly set simulation test for perpetual storage wiggle and bug fixing"" 2021-06-11 22:58:05 +00:00
worker.actor.cpp Add updateWorkerHealth interface in cluster controller 2021-06-24 19:42:28 -07:00