.. |
sqlite
|
fix typo
|
2021-06-28 11:14:55 +08:00 |
workloads
|
Added simulation workload for blob granules and fixed some bugs
|
2021-08-26 13:48:05 -05:00 |
ApplyMetadataMutation.cpp
|
Merge branch 'master' of https://github.com/apple/foundationdb into feature-range-feed
|
2021-07-27 17:04:58 -07: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
|
Merge remote-tracking branch 'origin/master' into fix-more-clang-warnings
|
2021-07-28 11:51:02 -07:00 |
BlobManager.actor.cpp
|
Added simulation workload for blob granules and fixed some bugs
|
2021-08-26 13:48:05 -05:00 |
BlobManagerInterface.h
|
Refactored blob worker/manager to be in separate files
|
2021-08-23 14:16:09 -05:00 |
BlobWorker.actor.cpp
|
Added simulation workload for blob granules and fixed some bugs
|
2021-08-26 13:48:05 -05:00 |
BlobWorker.actor.h
|
Refactored blob worker/manager to be in separate files
|
2021-08-23 14:16:09 -05:00 |
CMakeLists.txt
|
Added simulation workload for blob granules and fixed some bugs
|
2021-08-26 13:48:05 -05:00 |
ClusterController.actor.cpp
|
Refactored blob granule reads to actually be in NativeAPI
|
2021-08-25 15:01:38 -05:00 |
CommitProxyServer.actor.cpp
|
Add histograms to CommitProxyServer. (#5299)
|
2021-08-05 09:17:37 -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 more -Wreorder-ctor warnings across several files
|
2021-07-24 11:43:19 -07:00 |
ConfigBroadcaster.h
|
Addressed review comments
|
2021-06-12 08:21:40 -07:00 |
ConfigDatabaseUnitTests.actor.cpp
|
Merge pull request #5222 from sfc-gh-tclinkenbeard/paxos-config-db
|
2021-08-02 10:03:24 -07:00 |
ConfigFollowerInterface.cpp
|
Add simple implementation to PaxosConfigConsumer
|
2021-07-18 17:07:10 -07:00 |
ConfigFollowerInterface.h
|
Server committed version requests in SimpleConfigDatabaseNode
|
2021-07-18 17:56:44 -07:00 |
ConfigNode.actor.cpp
|
Remove multiple implementations of ConfigNode
|
2021-07-18 18:25:06 -07:00 |
ConfigNode.h
|
Fix header for ConfigNode.h
|
2021-07-26 19:26:31 -07:00 |
ConflictSet.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
CoordinatedState.actor.cpp
|
Add .log() to bare TraceEvent() invocations without any .detail()s to avoid clang-tidy warning about immediate destruction of object without use.
|
2021-07-26 19:55:10 -07:00 |
CoordinatedState.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Coordination.actor.cpp
|
Merge remote-tracking branch 'origin/master' into paxos-config-db
|
2021-07-28 12:54:02 -07:00 |
CoordinationInterface.h
|
Add simple implementation to PaxosConfigConsumer
|
2021-07-18 17:07:10 -07:00 |
CoroFlow.actor.cpp
|
Merge remote-tracking branch 'origin/master' into fix-clang-warnings
|
2021-07-28 12:29:27 -07:00 |
CoroFlow.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
CoroFlowCoro.actor.cpp
|
Add .log() to bare TraceEvent() invocations without any .detail()s to avoid clang-tidy warning about immediate destruction of object without use.
|
2021-07-26 19:55:10 -07:00 |
DBCoreState.h
|
Fix -Wreorder-ctor warnings in NativeAPI.actor.cpp and several other files
|
2021-07-24 00:23:06 -07:00 |
DataDistribution.actor.cpp
|
remove unused variables
|
2021-08-03 10:15:34 -07:00 |
DataDistribution.actor.h
|
add perpetualStorageWiggler
|
2021-05-20 23:31:08 +00:00 |
DataDistributionQueue.actor.cpp
|
Fix more -Wreorder-ctor warnings across many files
|
2021-07-24 11:20:51 -07:00 |
DataDistributionTracker.actor.cpp
|
Fix more -Wreorder-ctor warnings across many files
|
2021-07-24 11:20:51 -07:00 |
DataDistributorInterface.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
DeltaTree.h
|
Fix many -Wreorder-ctor warnings
|
2021-07-23 17:33:18 -07:00 |
DiskQueue.actor.cpp
|
Fix more -Wreorder-ctor warnings across many files
|
2021-07-24 11:20:51 -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
|
Apply suggestions.
|
2021-08-04 13:51:56 -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 |
IDiskQueue.h
|
Add FDB_ prefix to BOOLEAN_PARAM macros
|
2021-07-09 05:42:14 -07: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
|
Bug fix, BTreeCursor pager event reason was not being initialized. Changed metric column order.
|
2021-07-21 01:28:25 -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 fix-more-clang-warnings
|
2021-07-28 11:51:02 -07:00 |
KeyValueStoreRocksDB.actor.cpp
|
Fix key name
|
2021-07-30 13:27:43 -04:00 |
KeyValueStoreSQLite.actor.cpp
|
Merge pull request #5264 from sfc-gh-tclinkenbeard/fix-more-clang-warnings
|
2021-07-29 15:43:54 -07:00 |
Knobs.h
|
rebase
|
2021-07-26 10:55:22 -04: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
|
Add .log() to bare TraceEvent() invocations without any .detail()s to avoid clang-tidy warning about immediate destruction of object without use.
|
2021-07-26 19:55:10 -07:00 |
LeaderElection.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
LocalConfiguration.actor.cpp
|
Merge pull request #5222 from sfc-gh-tclinkenbeard/paxos-config-db
|
2021-08-02 10:03:24 -07:00 |
LocalConfiguration.h
|
Merge remote-tracking branch 'origin/master' into const-serverdbinfo
|
2021-07-20 10:18:40 -07:00 |
LogProtocolMessage.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
LogRouter.actor.cpp
|
Fix many -Wreorder-ctor warnings
|
2021-07-23 17:33:18 -07:00 |
LogSystem.h
|
Add histograms to CommitProxyServer. (#5299)
|
2021-08-05 09:17:37 -07: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
|
Fix many -Wreorder-ctor warnings
|
2021-07-23 17:33:18 -07:00 |
LogSystemPeekCursor.actor.cpp
|
Fix -Wreorder-ctor warnings in LogSystemPeekCursor.actor.cpp and several other files
|
2021-07-24 00:48:13 -07:00 |
MasterInterface.h
|
Fix many -Wreorder-ctor warnings
|
2021-07-23 17:33:18 -07:00 |
MetricLogger.actor.cpp
|
Merge remote-tracking branch 'origin/master' into fix-more-clang-warnings
|
2021-07-28 11:51:02 -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
|
Add .log() to bare TraceEvent() invocations without any .detail()s to avoid clang-tidy warning about immediate destruction of object without use.
|
2021-07-26 19:55:10 -07: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
|
Merge pull request #5264 from sfc-gh-tclinkenbeard/fix-more-clang-warnings
|
2021-07-29 15:43:54 -07:00 |
OldTLogServer_6_0.actor.cpp
|
Merge pull request #5264 from sfc-gh-tclinkenbeard/fix-more-clang-warnings
|
2021-07-29 15:43:54 -07:00 |
OldTLogServer_6_2.actor.cpp
|
Merge pull request #5264 from sfc-gh-tclinkenbeard/fix-more-clang-warnings
|
2021-07-29 15:43:54 -07:00 |
OnDemandStore.actor.cpp
|
Fix many -Wreorder-ctor warnings
|
2021-07-23 17:33:18 -07:00 |
OnDemandStore.h
|
Create configuration database node files on demand
|
2021-05-23 18:01:50 -07:00 |
PaxosConfigConsumer.actor.cpp
|
Add simple implementation to PaxosConfigConsumer
|
2021-07-18 17:07:10 -07:00 |
PaxosConfigConsumer.h
|
Add simple implementation to PaxosConfigConsumer
|
2021-07-18 17:07:10 -07:00 |
ProxyCommitData.actor.h
|
Add histograms to CommitProxyServer. (#5299)
|
2021-08-05 09:17:37 -07:00 |
QuietDatabase.actor.cpp
|
add information print
|
2021-07-30 19:22:49 -07:00 |
QuietDatabase.h
|
Prevent dataDistributor from modifying ServerDBInfo object
|
2021-07-11 22:04:54 -07:00 |
RadixTree.h
|
Avoid calling memcpy with null 2nd argument
|
2021-06-04 09:48:06 -07:00 |
Ratekeeper.actor.cpp
|
Using local files for blob granules in simulation
|
2021-08-24 14:15:14 -05:00 |
RatekeeperInterface.h
|
Reader can read blob worker interface and mapping from db, read files, apply mutations, and return result
|
2021-08-06 11:02:05 -05:00 |
RecoveryState.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Resolver.actor.cpp
|
Prevent resolver from modifying ServerDBInfo object
|
2021-07-11 22:04:58 -07:00 |
ResolverInterface.h
|
Implement the core logic of gray network triggered recovery in cluster controller
|
2021-06-30 11:27:05 -07:00 |
RestoreApplier.actor.cpp
|
Add .log() to bare TraceEvent() invocations without any .detail()s to avoid clang-tidy warning about immediate destruction of object without use.
|
2021-07-26 19:55:10 -07:00 |
RestoreApplier.actor.h
|
Merge remote-tracking branch 'origin/master' into fix-more-clang-warnings
|
2021-07-28 11:51:02 -07:00 |
RestoreCommon.actor.cpp
|
Rename ::TRUE and ::FALSE in BooleanParams to ::True and ::False so as to not conflict with the TRUE and FALSE macros provided by the Windows and MacOS SDKs.
|
2021-07-17 00:11:40 -07:00 |
RestoreCommon.actor.h
|
Move RestoreWorkerInterface into fdbserver
|
2021-05-30 15:02:33 -07:00 |
RestoreController.actor.cpp
|
Add .log() to bare TraceEvent() invocations without any .detail()s to avoid clang-tidy warning about immediate destruction of object without use.
|
2021-07-26 19:55:10 -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
|
Fix many -Wreorder-ctor warnings
|
2021-07-23 17:33:18 -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
|
Add .log() to bare TraceEvent() invocations without any .detail()s to avoid clang-tidy warning about immediate destruction of object without use.
|
2021-07-26 19:55:10 -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
|
Add simple implementation to PaxosConfigConsumer
|
2021-07-18 17:07:10 -07:00 |
SimpleConfigConsumer.h
|
Add comments to configuration database code
|
2021-06-10 17:14:37 -07:00 |
SimulatedCluster.actor.cpp
|
Added simulation workload for blob granules and fixed some bugs
|
2021-08-26 13:48:05 -05:00 |
SimulatedCluster.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
SkipList.cpp
|
Fix more -Wreorder-ctor warnings across many files
|
2021-07-24 11:20:51 -07:00 |
SpanContextMessage.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Status.actor.cpp
|
Added *BOOLEAN_PARAM macros to enforce documentation of boolean parameters
|
2021-07-02 15:04:42 -07:00 |
Status.h
|
Add .cluster.configuration status json field
|
2021-05-18 10:47:16 -07:00 |
StorageCache.actor.cpp
|
Merge remote-tracking branch 'origin/master' into fix-more-clang-warnings
|
2021-07-28 11:51:02 -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
|
Fix many -Wreorder-ctor warnings
|
2021-07-23 17:33:18 -07:00 |
TLogServer.actor.cpp
|
fixed usage of durable version
|
2021-08-09 21:58:44 -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
|
Add histograms to CommitProxyServer. (#5299)
|
2021-08-05 09:17:37 -07:00 |
TesterInterface.actor.h
|
allow simulation properties to be overwritten
|
2021-05-20 13:48:41 -06:00 |
VFSAsync.cpp
|
Fix many -Wreorder-ctor warnings
|
2021-07-23 17:33:18 -07:00 |
VFSAsync.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
VersionedBTree.actor.cpp
|
Merge pull request #5264 from sfc-gh-tclinkenbeard/fix-more-clang-warnings
|
2021-07-29 15:43:54 -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
|
Fix many -Wreorder-ctor warnings
|
2021-07-23 17:33:18 -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
|
Fault Injection Active/Deactivation - Edit usage in fdbserver
|
2021-07-26 11:04:18 -07:00 |
masterserver.actor.cpp
|
Merge remote-tracking branch 'origin/master' into fix-more-clang-warnings
|
2021-07-28 11:51:02 -07: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
|
Merge branch 'feature-range-feed' into blob_full
|
2021-08-12 10:22:28 -05:00 |
template_fdb.h
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
tester.actor.cpp
|
Merge pull request #5313 from sfc-gh-xwang/master
|
2021-08-02 13:59:57 -07:00 |
worker.actor.cpp
|
Account for the case where TLogInterface may not present in ServerDbInfo in worker health monitor
|
2021-08-02 07:30:27 -07:00 |