.. |
coroimpl
|
Merge remote-tracking branch 'origin/main' into features/tenant-lock2
|
2023-02-06 11:58:49 +01:00 |
include/fdbserver
|
EaR: Implement Key Check Value semantics (#9936)
|
2023-04-12 14:29:31 -07:00 |
workloads
|
EaR: Implement Key Check Value semantics (#9936)
|
2023-04-12 14:29:31 -07:00 |
ApplyMetadataMutation.cpp
|
Refactor the metacluster project into smaller files, and reorganize the namespaces. Move some metacluster and tenant testing helpers into the metacluster project.
|
2023-03-30 16:20:09 -07:00 |
BackupProgress.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
BackupWorker.actor.cpp
|
Revert "Revert "Refactor GetEncryptCipherKeys (#9600)"" (#9903)
|
2023-04-05 10:03:48 -07:00 |
BlobConnectionProviderTest.actor.cpp
|
[EAR]: Remove usage of EncryptDomainName for Encryption at-rest operations (#8715)
|
2022-11-16 10:26:39 -08:00 |
BlobGranuleServerCommon.actor.cpp
|
Remove EKP Interface from ServerDBInfo (#9909)
|
2023-04-06 11:35:47 -07:00 |
BlobGranuleValidation.actor.cpp
|
optimzing latency of granule open and adding some buffer for speed up sim (#9780)
|
2023-03-29 09:16:45 -05:00 |
BlobManager.actor.cpp
|
refactoring and adding future compatibility to blob range metadata (#9955)
|
2023-04-13 15:06:50 -05:00 |
BlobManifest.actor.cpp
|
Use separated actors to dump manifest and truncate mutation logs (#9931)
|
2023-04-07 16:38:37 -07:00 |
BlobMigrator.actor.cpp
|
Add blob manifest and mutation log status to "status json" (#9856)
|
2023-04-03 18:30:13 -07:00 |
BlobRestoreController.actor.cpp
|
Fix asan error caused by StringRef parameter of updateRestoreState
|
2023-03-09 13:04:45 -08:00 |
BlobWorker.actor.cpp
|
fix for bw read driven compaction rare race (#9784)
|
2023-04-10 11:27:59 -05:00 |
CMakeLists.txt
|
Move metacluster into its own directory and static library
|
2023-03-30 16:07:49 -07:00 |
ClusterController.actor.cpp
|
Merge pull request #9890 from halfprice/zhewu/log-router-gray-failure
|
2023-04-07 16:25:11 -07:00 |
ClusterRecovery.actor.cpp
|
Merge pull request #9854 from sfc-gh-ajbeamon/metacluster-separate-project
|
2023-04-04 09:43:41 -07:00 |
CommitProxyServer.actor.cpp
|
Remove EKP Interface from ServerDBInfo (#9909)
|
2023-04-06 11:35:47 -07:00 |
ConfigBroadcaster.actor.cpp
|
Fix a rare configuration database data loss bug
|
2022-11-22 11:20:04 -08:00 |
ConfigDatabaseUnitTests.actor.cpp
|
format source code after switch to clang 15
|
2022-12-08 17:26:45 +00:00 |
ConfigFollowerInterface.cpp
|
Add support for changing coordinators to the configuration database
|
2022-09-13 16:53:54 -07:00 |
ConfigNode.actor.cpp
|
format source code after switch to clang 15
|
2022-12-08 17:26:45 +00:00 |
ConsistencyScan.actor.cpp
|
Avoid divide-by-zero in isKeyValueInSample. (#9799)
|
2023-03-24 16:05:26 -04:00 |
CoordinatedState.actor.cpp
|
format source code after switch to clang 15
|
2022-12-08 17:26:45 +00:00 |
Coordination.actor.cpp
|
- Do not add fdbserver processes to the client list. (#9225)
|
2023-01-25 14:39:32 -05:00 |
DDRelocationQueue.actor.cpp
|
move EligibilityCounter to DataDistributionTeam.h; fix ParallelTCInfo compilation error; add MockDD definition of getStorageStats
|
2023-04-12 09:33:05 -07:00 |
DDShardTracker.actor.cpp
|
solve merge conflicts
|
2023-04-12 09:33:05 -07:00 |
DDTeamCollection.actor.cpp
|
change the initial value of CPU pivot
|
2023-04-12 09:33:05 -07:00 |
DDTxnProcessor.actor.cpp
|
move EligibilityCounter to DataDistributionTeam.h; fix ParallelTCInfo compilation error; add MockDD definition of getStorageStats
|
2023-04-12 09:33:05 -07:00 |
DataDistribution.actor.cpp
|
solve merge conflicts
|
2023-04-12 09:33:05 -07:00 |
DiskQueue.actor.cpp
|
Allow boolean parameters to be nested inside of namespaces or classes
|
2023-03-30 15:09:59 -07:00 |
EncryptKeyProxy.actor.cpp
|
EaR: Implement Key Check Value semantics (#9936)
|
2023-04-12 14:29:31 -07:00 |
FDBExecHelper.actor.cpp
|
Improve support for prebuilt boost
|
2023-02-27 15:38:58 -06:00 |
GlobalTagThrottler.actor.cpp
|
Create GLOBAL_TAG_THROTTLING_MIN_TPS knob
|
2023-02-08 09:48:33 -08:00 |
GrvProxyServer.actor.cpp
|
Merge remote-tracking branch 'origin/main' into expose-tag-throttled-duration
|
2023-02-08 11:25:14 -08:00 |
GrvProxyTagThrottler.actor.cpp
|
Add /GrvProxyTagThrottler/MultiTag unit test
|
2023-02-08 14:28:21 -08:00 |
GrvTransactionRateInfo.actor.cpp
|
Rename parameters for GrvTransactionRateInfo::endReleaseWindow
|
2022-11-08 08:24:51 -08:00 |
IConfigConsumer.cpp
|
Add support for changing coordinators to the configuration database
|
2022-09-13 16:53:54 -07:00 |
IKeyValueStore.actor.cpp
|
Handle the case when range is empty
|
2023-03-28 13:47:44 -07:00 |
IPager.cpp
|
EaR: Implement Key Check Value semantics (#9936)
|
2023-04-12 14:29:31 -07:00 |
KeyValueStoreCompressTestData.actor.cpp
|
Changing single key deletions to delete based on number of deletes instead of bytelimit. (#9867)
|
2023-04-03 13:55:58 -07:00 |
KeyValueStoreMemory.actor.cpp
|
Revert "Revert "Refactor GetEncryptCipherKeys (#9600)"" (#9903)
|
2023-04-05 10:03:48 -07:00 |
KeyValueStoreRocksDB.actor.cpp
|
Changing single key deletions to delete based on number of deletes instead of bytelimit. (#9867)
|
2023-04-03 13:55:58 -07:00 |
KeyValueStoreSQLite.actor.cpp
|
Changing single key deletions to delete based on number of deletes instead of bytelimit. (#9867)
|
2023-04-03 13:55:58 -07:00 |
KeyValueStoreShardedRocksDB.actor.cpp
|
Changing single key deletions to delete based on number of deletes instead of bytelimit. (#9867)
|
2023-04-03 13:55:58 -07:00 |
KnobProtectiveGroups.cpp
|
Add a knob to allow token-less tenant data access for untrusted clients
|
2022-09-08 14:53:01 +02:00 |
LatencyBandConfig.cpp
|
…
|
|
LatencyBandsMap.actor.cpp
|
Make old latency bands expire in LatencyBandsMap
|
2022-10-26 18:23:36 -07:00 |
LeaderElection.actor.cpp
|
- FdbServer not able to join cluster (during upgrade): Address this
|
2023-03-27 20:52:30 +00:00 |
LocalConfiguration.actor.cpp
|
Allow boolean parameters to be nested inside of namespaces or classes
|
2023-03-30 15:09:59 -07:00 |
LogRouter.actor.cpp
|
Remote debug TraceEvent
|
2023-03-27 11:47:11 -07:00 |
LogSystem.cpp
|
Remove rare annotation
|
2022-11-21 09:03:22 -08:00 |
LogSystemConfig.cpp
|
…
|
|
LogSystemDiskQueueAdapter.actor.cpp
|
format source code after switch to clang 15
|
2022-12-08 17:26:45 +00:00 |
LogSystemPeekCursor.actor.cpp
|
Remote debug TraceEvent
|
2023-03-27 11:47:11 -07:00 |
MetricClient.actor.cpp
|
Extract IConnection and NetworkAddress out from network.h
|
2023-01-24 14:48:31 -08:00 |
MetricLogger.actor.cpp
|
Extract IConnection and NetworkAddress out from network.h
|
2023-01-24 14:48:31 -08:00 |
MockGlobalState.actor.cpp
|
Update storage metrics functions to use the version at which tenant was read
|
2023-02-01 19:44:31 -08:00 |
MoveKeys.actor.cpp
|
Clean up data move tombstone when DD init (#9901)
|
2023-04-06 13:48:18 -07:00 |
MutationTracking.cpp
|
Remove code probe from debug path
|
2022-11-21 09:03:22 -08:00 |
OldTLogServer_4_6.actor.cpp
|
format source code after switch to clang 15
|
2022-12-08 17:26:45 +00:00 |
OldTLogServer_6_0.actor.cpp
|
extract KeyBackedConfig, StorageWiggleData class; solve template resolution problem; solve MV txn and native api conflict by splitting RunTransaction file
|
2023-01-02 23:34:39 -08:00 |
OldTLogServer_6_2.actor.cpp
|
extract KeyBackedConfig, StorageWiggleData class; solve template resolution problem; solve MV txn and native api conflict by splitting RunTransaction file
|
2023-01-02 23:34:39 -08:00 |
OnDemandStore.actor.cpp
|
…
|
|
PaxosConfigConsumer.actor.cpp
|
Fix a rare configuration database data loss bug
|
2022-11-22 11:20:04 -08:00 |
QuietDatabase.actor.cpp
|
Log reason for QuietDatabase check failure. (#9775)
|
2023-03-23 15:02:51 -04:00 |
RESTKmsConnector.actor.cpp
|
EaR: Implement Key Check Value semantics (#9936)
|
2023-04-12 14:29:31 -07:00 |
Ratekeeper.actor.cpp
|
adding system priority option to getDatabaseConfiguration, and several debugging improvements (#9864)
|
2023-04-06 15:08:40 -05:00 |
RemoteIKeyValueStore.actor.cpp
|
format source code after switch to clang 15
|
2022-12-08 17:26:45 +00:00 |
ResolutionBalancer.actor.cpp
|
…
|
|
Resolver.actor.cpp
|
Revert "Revert "Refactor GetEncryptCipherKeys (#9600)"" (#9903)
|
2023-04-05 10:03:48 -07:00 |
ResolverBug.cpp
|
Add framework for writing negative simulation tests
|
2023-03-15 11:22:25 -07:00 |
RestoreApplier.actor.cpp
|
Fix clang 15 compiler warnings
|
2022-12-08 13:59:37 -08:00 |
RestoreCommon.actor.cpp
|
Add macros for literal string ref versions of __FUNCTION__ and __FILE__
|
2022-09-30 16:05:47 -07:00 |
RestoreController.actor.cpp
|
Snapshot Backup Tenant Deletion Support (#9145)
|
2023-01-26 17:46:14 -08:00 |
RestoreLoader.actor.cpp
|
Revert "Revert "Refactor GetEncryptCipherKeys (#9600)"" (#9903)
|
2023-04-05 10:03:48 -07:00 |
RestoreRoleCommon.actor.cpp
|
extract KeyBackedConfig, StorageWiggleData class; solve template resolution problem; solve MV txn and native api conflict by splitting RunTransaction file
|
2023-01-02 23:34:39 -08:00 |
RestoreUtil.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
RestoreWorker.actor.cpp
|
Extract ProcessInfo, MachineInfo, KillType out from ISimulator
|
2023-01-24 14:48:42 -08:00 |
RestoreWorkerInterface.actor.cpp
|
…
|
|
RkTagThrottleCollection.cpp
|
Merge pull request #8319 from sfc-gh-tclinkenbeard/add-rare-code-probe-annotation
|
2022-10-07 09:39:00 -06:00 |
RocksDBCheckpointUtils.actor.cpp
|
RocksDB 7.10.2 version upgrade (#9828)
|
2023-04-03 10:01:22 -07:00 |
RocksDBLogForwarder.actor.cpp
|
format source code after switch to clang 15
|
2022-12-08 17:26:45 +00:00 |
RoleLineage.actor.cpp
|
…
|
|
ServerCheckpoint.actor.cpp
|
Psm checkpoint (#9636)
|
2023-03-21 09:14:10 -07:00 |
ShardsAffectedByTeamFailure.cpp
|
made a variety of improvements that came from code review
|
2023-03-17 10:30:34 -07:00 |
SigStack.cpp
|
…
|
|
SimKmsConnector.actor.cpp
|
EaR: Implement Key Check Value semantics (#9936)
|
2023-04-12 14:29:31 -07:00 |
SimpleConfigConsumer.actor.cpp
|
Avoid race between ConfigNodeImpl::getChanges and ConfigNodeImpl::commitMutations
|
2022-12-05 10:10:08 -08:00 |
SimulatedCluster.actor.cpp
|
Merge pull request #9041 from halfprice/zhewu/gc-earlier-generations
|
2023-04-03 10:16:19 -07:00 |
SkipList.cpp
|
First successful negative run
|
2023-03-15 11:22:25 -07:00 |
Status.actor.cpp
|
Remove EKP Interface from ServerDBInfo (#9909)
|
2023-04-06 11:35:47 -07:00 |
StorageCache.actor.cpp
|
Revert "Revert "Refactor GetEncryptCipherKeys (#9600)"" (#9903)
|
2023-04-05 10:03:48 -07:00 |
StorageMetrics.actor.cpp
|
getTeam based on EligiblityCount
|
2023-04-12 09:33:05 -07:00 |
TCInfo.actor.cpp
|
remove smoothedCPU
|
2023-04-12 09:33:05 -07:00 |
TLogServer.actor.cpp
|
Cleanup GcGeneration test and function documents
|
2023-03-27 12:31:44 -07:00 |
TSSMappingUtil.actor.cpp
|
…
|
|
TagPartitionedLogSystem.actor.cpp
|
Address comments
|
2023-03-27 14:41:21 -07:00 |
TagThrottler.actor.cpp
|
Switch some usages of LiteralStringRef to use the _sr suffix
|
2022-09-30 16:04:16 -07:00 |
TenantCache.actor.cpp
|
fix unit test failure because of implicit uint16_t conversion to int
|
2023-03-14 22:23:20 -07:00 |
TransactionTagCounter.cpp
|
Implemented first version of Transaction::getTotalCost, along with workload
|
2022-10-16 21:58:08 -07:00 |
VFSAsync.cpp
|
Extract ProcessInfo, MachineInfo, KillType out from ISimulator
|
2023-01-24 14:48:42 -08:00 |
VersionedBTree.actor.cpp
|
Merge remote-tracking branch 'origin/main' into replaceRange
|
2023-04-06 13:18:30 -07:00 |
VersionedBTreeDebug.cpp
|
Redwood: fix tree height overgrowth with per-tenant encryption (#9020)
|
2023-01-06 15:56:37 -08:00 |
WaitFailure.actor.cpp
|
…
|
|
fdbserver.actor.cpp
|
Recurit EKP without Enabling Encryption (#9885)
|
2023-04-03 20:05:21 -07:00 |
masterserver.actor.cpp
|
Revert "Revert "Refactor GetEncryptCipherKeys (#9600)"" (#9903)
|
2023-04-05 10:03:48 -07:00 |
networktest.actor.cpp
|
Extract IConnection and NetworkAddress out from network.h
|
2023-01-24 14:48:31 -08:00 |
pubsub.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
storageserver.actor.cpp
|
Merge pull request #9788 from sfc-gh-jazhuang/replaceRange
|
2023-04-06 18:16:37 -07:00 |
tester.actor.cpp
|
Allow boolean parameters to be nested inside of namespaces or classes
|
2023-03-30 15:09:59 -07:00 |
worker.actor.cpp
|
Merge pull request #9890 from halfprice/zhewu/log-router-gray-failure
|
2023-04-07 16:25:11 -07:00 |