.. |
coroimpl
|
Make g_simulator a pointer
|
2022-09-15 09:00:33 -07:00 |
include/fdbserver
|
Format clean
|
2022-10-06 14:09:00 -07:00 |
workloads
|
Merge pull request #8378 from sfc-gh-ajbeamon/tenant-support-for-database-switching
|
2022-10-05 14:57:33 -07:00 |
ApplyMetadataMutation.cpp
|
Update backup to include system key ranges needed for tenants. Run simulated backup tests with tenants.
|
2022-09-22 10:00:13 -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
|
fixed build with OPEN_FOR_IDE
|
2022-10-04 17:01:02 -06:00 |
BlobGranuleServerCommon.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
BlobGranuleValidation.actor.cpp
|
Added test check to verify change feeds get cleaned up at the end of blob granule tests (#8322)
|
2022-10-05 12:58:05 -05:00 |
BlobManager.actor.cpp
|
Targeted blob granules fault injection (#8231)
|
2022-10-05 13:44:38 -05:00 |
BlobManifest.actor.cpp
|
misc changes for manifest dumper
|
2022-10-04 10:33:43 -07:00 |
BlobWorker.actor.cpp
|
Targeted blob granules fault injection (#8231)
|
2022-10-05 13:44:38 -05:00 |
CMakeLists.txt
|
Only pass SSD_ROCKSDB_EXPERIMENTAL if RocksDB is actually enabled
|
2022-09-26 18:38:54 -06:00 |
ClusterController.actor.cpp
|
Comments cleanup
|
2022-10-06 14:09:00 -07:00 |
ClusterRecovery.actor.cpp
|
create new tracking key for metacluster traces
|
2022-10-05 12:08:36 -07:00 |
CommitProxyServer.actor.cpp
|
Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide
|
2022-10-04 18:27:48 -06:00 |
ConfigBroadcaster.actor.cpp
|
Update type of coordinators hash
|
2022-09-13 16:53:54 -07:00 |
ConfigDatabaseUnitTests.actor.cpp
|
Delay cluster controller restart when pushing knob updates to workers
|
2022-09-13 16:53:54 -07:00 |
ConfigFollowerInterface.cpp
|
Add support for changing coordinators to the configuration database
|
2022-09-13 16:53:54 -07:00 |
ConfigNode.actor.cpp
|
Update type of coordinators hash
|
2022-09-13 16:53:54 -07:00 |
ConsistencyScan.actor.cpp
|
- Version vector specific: Propagate the latest commit version, as (#8393)
|
2022-10-05 16:23:56 -04:00 |
CoordinatedState.actor.cpp
|
Apply feedback
|
2022-09-13 16:53:54 -07:00 |
Coordination.actor.cpp
|
Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide
|
2022-10-04 18:27:48 -06:00 |
DDRelocationQueue.actor.cpp
|
change shared_ptr to Reference
|
2022-09-27 11:22:47 -07:00 |
DDShardTracker.actor.cpp
|
merge upstream/main
|
2022-09-28 14:01:50 -07:00 |
DDTeamCollection.actor.cpp
|
correct getServerListAndProcessClasses implementation (100k pass)
|
2022-10-03 22:24:35 -07:00 |
DDTxnProcessor.actor.cpp
|
correct getServerListAndProcessClasses implementation (100k pass)
|
2022-10-03 22:24:35 -07:00 |
DataDistribution.actor.cpp
|
change shared_ptr to Reference
|
2022-09-27 11:22:47 -07:00 |
DiskQueue.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
EncryptKeyProxy.actor.cpp
|
Enable encryption authentication configurability (#8312)
|
2022-09-29 16:18:55 -07:00 |
FDBExecHelper.actor.cpp
|
Merge branch 'apple:main' into dwagin/freebsd
|
2022-09-21 17:16:28 +03:00 |
GlobalTagThrottler.actor.cpp
|
Update fdbserver/GlobalTagThrottler.actor.cpp
|
2022-09-26 13:24:54 -07:00 |
GrvProxyServer.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
IConfigConsumer.cpp
|
Add support for changing coordinators to the configuration database
|
2022-09-13 16:53:54 -07:00 |
KeyValueStoreCompressTestData.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
KeyValueStoreMemory.actor.cpp
|
fixed build with OPEN_FOR_IDE
|
2022-10-04 17:01:02 -06:00 |
KeyValueStoreRocksDB.actor.cpp
|
fix RocksDB compilation errors
|
2022-10-05 09:21:15 -06:00 |
KeyValueStoreSQLite.actor.cpp
|
Sim-only bug fix where SQLite can take too long to shut down so its files remain open when the next virtual process starts.
|
2022-10-04 19:29:38 -07:00 |
KeyValueStoreShardedRocksDB.actor.cpp
|
fix RocksDB compilation errors
|
2022-10-05 09:21:15 -06: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
|
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
|
Delay cluster controller restart when pushing knob updates to workers
|
2022-09-13 16:53:54 -07:00 |
LogRouter.actor.cpp
|
Fixed a bug where rollbackVersion >= data->storageVersion() (#8290)
|
2022-09-26 09:19:53 -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
|
Handling request_maybe_delivered in reply promise stream and injecting faults to make sure the code path is exercised
|
2022-09-01 12:57:09 -05:00 |
MetricLogger.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
MockGlobalState.cpp
|
fix MockDDTxnProcessor::getInitialDataDistribution segment fault in assertion part; IDDTxnProcessorApiWorkload get mock initData finish
|
2022-09-13 14:39:12 -07:00 |
MoveKeys.actor.cpp
|
Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide
|
2022-10-04 18:27:48 -06:00 |
MutationTracking.cpp
|
sync with upstream main
|
2022-08-31 15:46:39 -07:00 |
OldTLogServer_4_6.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
OldTLogServer_6_0.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
OldTLogServer_6_2.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
OnDemandStore.actor.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
PaxosConfigConsumer.actor.cpp
|
Fix various correctness and timeout issues
|
2022-09-13 16:53:54 -07:00 |
QuietDatabase.actor.cpp
|
Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide
|
2022-10-04 18:27:48 -06:00 |
RESTKmsConnector.actor.cpp
|
Introduce "default encryption domain" (#8139)
|
2022-09-14 10:58:32 -07:00 |
Ratekeeper.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
RemoteIKeyValueStore.actor.cpp
|
sync with upstream main
|
2022-08-31 15:46:39 -07:00 |
ResolutionBalancer.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
Resolver.actor.cpp
|
Fix formatting
|
2022-10-04 18:33:30 -06:00 |
RestoreApplier.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07: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 Encryption (#8095)
|
2022-09-29 14:45:47 -07:00 |
RestoreLoader.actor.cpp
|
Snapshot Backup Encryption (#8095)
|
2022-09-29 14:45:47 -07:00 |
RestoreRoleCommon.actor.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
RestoreUtil.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
RestoreWorker.actor.cpp
|
Make g_simulator a pointer
|
2022-09-15 09:00:33 -07:00 |
RestoreWorkerInterface.actor.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
RkTagThrottleCollection.cpp
|
Replace code probe with UnsetTagThrottledReason trace event
|
2022-09-23 11:29:29 -07:00 |
RocksDBCheckpointUtils.actor.cpp
|
Address review comments
|
2022-10-05 09:30:25 -06:00 |
RoleLineage.actor.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
ServerCheckpoint.actor.cpp
|
sync with upstream main
|
2022-08-31 15:46:39 -07:00 |
ShardsAffectedByTeamFailure.cpp
|
fix destination team issue
|
2022-09-14 00:17:00 -07:00 |
SigStack.cpp
|
Update copyright header dates
|
2022-03-21 13:36:23 -07:00 |
SimKmsConnector.actor.cpp
|
Enable encryption authentication configurability (#8312)
|
2022-09-29 16:18:55 -07:00 |
SimpleConfigConsumer.actor.cpp
|
Apply feedback
|
2022-09-13 16:53:54 -07:00 |
SimulatedCluster.actor.cpp
|
Targeted blob granules fault injection (#8231)
|
2022-10-05 13:44:38 -05:00 |
SkipList.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
Status.actor.cpp
|
Merge branch 'main' of github.com:apple/foundationdb into metacluster-status
|
2022-10-05 11:48:04 -07:00 |
StorageCache.actor.cpp
|
fixed build with OPEN_FOR_IDE
|
2022-10-04 17:01:02 -06:00 |
StorageMetrics.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
TCInfo.actor.cpp
|
Shard based move (#6981)
|
2022-07-07 20:49:16 -07:00 |
TLogServer.actor.cpp
|
Init TLogPersistent storage for a sharedTLog (#8363)
|
2022-09-30 14:06:53 -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
|
Make g_simulator a pointer
|
2022-09-15 09:00:33 -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
|
Split shards along tenant keyspace boundaries (disabled by default) (#7432)
|
2022-09-06 10:53:02 -07:00 |
TransactionTagCounter.cpp
|
Apply clang-format
|
2022-09-27 19:18:18 -07:00 |
VFSAsync.cpp
|
Make g_simulator a pointer
|
2022-09-15 09:00:33 -07:00 |
VersionedBTree.actor.cpp
|
Split Redwood page by tenant boundary (#7979)
|
2022-10-04 12:53:55 -07:00 |
WaitFailure.actor.cpp
|
Make TEST macros C++ only (#7558)
|
2022-07-19 13:15:51 -07:00 |
fdbserver.actor.cpp
|
Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide
|
2022-10-04 18:27:48 -06:00 |
masterserver.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
networktest.actor.cpp
|
Handling request_maybe_delivered in reply promise stream and injecting faults to make sure the code path is exercised
|
2022-09-01 12:57:09 -05:00 |
pubsub.actor.cpp
|
Convert literal string ref instances to use _sr suffix
|
2022-09-19 11:35:58 -07:00 |
storageserver.actor.cpp
|
fixed build with OPEN_FOR_IDE
|
2022-10-04 17:01:02 -06:00 |
tester.actor.cpp
|
Fix formatting
|
2022-10-04 18:33:30 -06:00 |
worker.actor.cpp
|
Merge remote-tracking branch 'origin/main' into bugfixes/open-for-ide
|
2022-10-04 18:27:48 -06:00 |