| .. |
|
coroimpl
|
fdbserver compiling (but linking still fails)
|
2022-06-27 18:54:58 -06:00 |
|
include/fdbserver
|
create ShardsAffectedByTeamFailure.h
|
2022-07-29 15:12:15 -07:00 |
|
workloads
|
Merge pull request #7714 from sfc-gh-nwijetunga/nim/tenant-encryption-property
|
2022-07-29 11:30:19 -07:00 |
|
ApplyMetadataMutation.cpp
|
Use key-backed types for tenants. Add a tenant state field that will be used in upcoming work. Some other tenant related refactoring.
|
2022-07-21 20:33:28 -07:00 |
|
BackupProgress.actor.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
|
BackupWorker.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
BlobGranuleServerCommon.actor.cpp
|
Fix a few compile warnings about unused variables
|
2022-07-19 10:01:41 -07:00 |
|
BlobGranuleValidation.actor.cpp
|
Fixed granule purging bug and improved debugging for purging
|
2022-07-25 12:19:41 -05:00 |
|
BlobManager.actor.cpp
|
Add a limit to the number of tenants that can be created in a cluster
|
2022-07-27 08:21:03 -07:00 |
|
BlobWorker.actor.cpp
|
Merge branch 'main' into features/authz
|
2022-07-27 20:51:32 +02:00 |
|
CMakeLists.txt
|
Fix ASAN build (#7629)
|
2022-07-20 14:14:46 -07:00 |
|
ClusterController.actor.cpp
|
fix pr issues
|
2022-07-26 10:14:59 -07:00 |
|
ClusterRecovery.actor.cpp
|
Ensure change coordinators request came from same generation proxy
|
2022-07-19 17:44:48 -07:00 |
|
CommitProxyServer.actor.cpp
|
Transactions could change tenant ID part way through. The dummy transaction could set a new tenant ID but use the old tenant prefix.
|
2022-07-30 16:16:18 -07:00 |
|
ConfigBroadcaster.actor.cpp
|
Reenable status json for dynamic knobs, add unit test
|
2022-06-21 11:43:05 -07:00 |
|
ConfigDatabaseUnitTests.actor.cpp
|
Reenable status json for dynamic knobs, add unit test
|
2022-06-21 11:43:05 -07:00 |
|
ConfigFollowerInterface.cpp
|
Fix ConfigFollowerInterface constructor.
|
2022-04-08 14:21:49 -07:00 |
|
ConfigNode.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
CoordinatedState.actor.cpp
|
Add -r changeclusterkey tool for snapshot restore (#7687)
|
2022-07-25 22:12:28 -07:00 |
|
Coordination.actor.cpp
|
initalize values
|
2022-07-27 17:29:10 -07:00 |
|
DDTeamCollection.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
DDTxnProcessor.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
DataDistribution.actor.cpp
|
Merge pull request #7701 from liquid-helium/resume-data-move-timing
|
2022-07-26 09:45:14 -07:00 |
|
DataDistributionQueue.actor.cpp
|
Update fdbserver/DataDistributionQueue.actor.cpp
|
2022-07-29 10:22:21 -07:00 |
|
DataDistributionTracker.actor.cpp
|
create ShardsAffectedByTeamFailure.h
|
2022-07-29 15:12:15 -07:00 |
|
DiskQueue.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
EncryptKeyProxy.actor.cpp
|
Support TLog encryption in commit proxy (#6942)
|
2022-06-29 14:21:05 -07:00 |
|
FDBExecHelper.actor.cpp
|
Avoid duplicate snapshot on one process if it serves as multiple roles (#7294)
|
2022-06-29 11:23:07 -07:00 |
|
GetEncryptCipherKeys.actor.cpp
|
Support TLog encryption in commit proxy (#6942)
|
2022-06-29 14:21:05 -07:00 |
|
GlobalTagThrottler.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
GrvProxyServer.actor.cpp
|
Update fdbserver/GrvProxyServer.actor.cpp
|
2022-07-22 10:37:29 -07:00 |
|
IConfigConsumer.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
|
KeyValueStoreCompressTestData.actor.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
|
KeyValueStoreMemory.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
KeyValueStoreRocksDB.actor.cpp
|
Fixed memory leak for RocksDb and CheckpointReader. (#7665)
|
2022-07-25 12:36:29 -07:00 |
|
KeyValueStoreSQLite.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
KeyValueStoreShardedRocksDB.actor.cpp
|
Disable ShardedRocksDB in simulation when shard_encode_location_metadata is disabled (#7726)
|
2022-07-28 13:54:29 -07:00 |
|
KnobProtectiveGroups.cpp
|
fixup! Let invalid knob in toml not raising ASSERT but a TraceEvent
|
2022-03-17 16:53:10 -07:00 |
|
LatencyBandConfig.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
|
LeaderElection.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
LocalConfiguration.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
LogRouter.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
LogSystem.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
LogSystemConfig.cpp
|
Merge branch 'main-4a085fc84' into vv
|
2022-03-30 22:28:06 -07:00 |
|
LogSystemDiskQueueAdapter.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
LogSystemPeekCursor.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
MetricLogger.actor.cpp
|
Merge pull request #7620 from sfc-gh-ajbeamon/make-tuple
|
2022-07-20 17:09:10 -07:00 |
|
MoveKeys.actor.cpp
|
Disable ShardedRocksDB in simulation when shard_encode_location_metadata is disabled (#7726)
|
2022-07-28 13:54:29 -07:00 |
|
MutationTracking.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
OldTLogServer_4_6.actor.cpp
|
Fix ScopeEventFieldTypeMismatch error for TLogMetrics
|
2022-07-19 22:27:29 -07:00 |
|
OldTLogServer_6_0.actor.cpp
|
Increase AllTags field length in TLogReady
|
2022-07-20 13:17:21 -07:00 |
|
OldTLogServer_6_2.actor.cpp
|
Increase AllTags field length in TLogReady
|
2022-07-20 13:17:21 -07:00 |
|
OnDemandStore.actor.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
|
PaxosConfigConsumer.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
QuietDatabase.actor.cpp
|
Shard based move (#6981)
|
2022-07-07 20:49:16 -07:00 |
|
RESTKmsConnector.actor.cpp
|
Merge branch 'main' into features/authz
|
2022-07-27 00:08:57 +02:00 |
|
Ratekeeper.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
RemoteIKeyValueStore.actor.cpp
|
Remote ikvs debugging (#6465)
|
2022-03-31 17:08:59 -07:00 |
|
ResolutionBalancer.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
Resolver.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
RestoreApplier.actor.cpp
|
Fix idempotent spelling
|
2022-07-01 10:34:10 -07:00 |
|
RestoreCommon.actor.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
|
RestoreController.actor.cpp
|
Add proxy option to backup and restore params.
|
2022-03-28 17:10:49 -07:00 |
|
RestoreLoader.actor.cpp
|
Support TLog encryption in commit proxy (#6942)
|
2022-06-29 14:21:05 -07:00 |
|
RestoreRoleCommon.actor.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
|
RestoreUtil.actor.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
|
RestoreWorker.actor.cpp
|
moved wellknownendpoints and fixed some includes
|
2022-06-23 17:03:53 -06:00 |
|
RestoreWorkerInterface.actor.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
|
RkTagThrottleCollection.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
RocksDBCheckpointUtils.actor.cpp
|
Fixed memory leak for RocksDb and CheckpointReader. (#7665)
|
2022-07-25 12:36:29 -07:00 |
|
RoleLineage.actor.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
|
ServerCheckpoint.actor.cpp
|
ServerCheckpoint.actor.*
|
2022-05-19 13:27:21 -07:00 |
|
ShardsAffectedByTeamFailure.cpp
|
create ShardsAffectedByTeamFailure.h
|
2022-07-29 15:12:15 -07:00 |
|
SigStack.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
|
SimKmsConnector.actor.cpp
|
Support TLog encryption in commit proxy (#6942)
|
2022-06-29 14:21:05 -07:00 |
|
SimpleConfigConsumer.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
SimulatedCluster.actor.cpp
|
Disable ShardedRocksDB in simulation when shard_encode_location_metadata is disabled (#7726)
|
2022-07-28 13:54:29 -07:00 |
|
SkipList.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
|
Status.actor.cpp
|
fix storage_metadata disappear because other attribution is missed
|
2022-07-27 15:55:38 -07:00 |
|
StorageCache.actor.cpp
|
Remove unused "readQueueSizeMetric"
|
2022-07-19 14:38:10 -07:00 |
|
StorageMetrics.actor.cpp
|
Move UnitTests.h include
|
2022-05-10 19:43:57 -07:00 |
|
TCInfo.actor.cpp
|
Shard based move (#6981)
|
2022-07-07 20:49:16 -07:00 |
|
TLogServer.actor.cpp
|
TLog track unpopped recovery tag
|
2022-07-25 20:10:18 -07:00 |
|
TSSMappingUtil.actor.cpp
|
Add support for returning whether a key-backed type range read has more results or not.
|
2022-07-13 15:46:10 -07:00 |
|
TagPartitionedLogSystem.actor.cpp
|
Log tlog initialization
|
2022-07-21 13:54:44 -07:00 |
|
TagThrottler.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
TenantCache.actor.cpp
|
Merge pull request #7714 from sfc-gh-nwijetunga/nim/tenant-encryption-property
|
2022-07-29 11:30:19 -07:00 |
|
TransactionTagCounter.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
VFSAsync.cpp
|
fdbserver compiling (but linking still fails)
|
2022-06-27 18:54:58 -06:00 |
|
VersionedBTree.actor.cpp
|
Merge branch 'main' into features/authz
|
2022-07-27 00:08:57 +02:00 |
|
WaitFailure.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
fdbserver.actor.cpp
|
Merge branch 'main' into features/authz
|
2022-07-27 00:08:57 +02:00 |
|
masterserver.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
|
networktest.actor.cpp
|
enforce include modularization in cmake
|
2022-06-23 14:37:35 -06:00 |
|
pubsub.actor.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
|
storageserver.actor.cpp
|
Merge pull request #7714 from sfc-gh-nwijetunga/nim/tenant-encryption-property
|
2022-07-29 11:30:19 -07:00 |
|
tester.actor.cpp
|
Merge pull request #7714 from sfc-gh-nwijetunga/nim/tenant-encryption-property
|
2022-07-29 11:30:19 -07:00 |
|
worker.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |