foundationdb/fdbserver
neethuhaneesha 684832aa44
Fix for minRestorableVersion and maxRestorableVersion not updating correctly in case of missing mutation logs. (#12710)
2026-02-16 11:17:32 -08:00
..
coroimpl Update end year in copyright header 2024-08-02 09:40:11 -07:00
include/fdbserver Multiple rocksdb build improvements + Use rocksdb 8.11.5 in FDB 7.4 (#12638) 2026-01-21 15:38:10 -08:00
swift/tests Update end year in copyright header 2024-08-02 09:40:11 -07:00
workloads Fix for minRestorableVersion and maxRestorableVersion not updating correctly in case of missing mutation logs. (#12710) 2026-02-16 11:17:32 -08:00
AccumulativeChecksumUtil.cpp Fix accumulative checksum (#11751) 2024-11-04 13:15:26 -08:00
ApplyMetadataMutation.cpp New restore consolidated commit (#11901) 2025-01-22 14:54:55 -08:00
BackupProgress.actor.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
BackupWorker.actor.cpp Tx mutations, LogProtocolMessage, SpanContextMessage need to be skipped before coverting them to mutations (#12604) 2025-12-21 12:39:24 -08:00
BlobConnectionProviderTest.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
BlobGranuleServerCommon.actor.cpp Make some codeprobes rare (#11607) 2024-08-26 22:33:38 -07:00
BlobGranuleValidation.actor.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
BlobManager.actor.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
BlobManifest.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
BlobMigrator.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
BlobRestoreController.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
BlobWorker.actor.cpp Make some codeprobes rare (#11607) 2024-08-26 22:33:38 -07:00
BulkDumpUtil.actor.cpp Fix RangeLock in BulkDump Test and Avoid Memory Copy For Async Read/Write Bulk Files (#12007) 2025-03-10 15:13:29 -07:00
BulkLoadUtil.actor.cpp Allow One BulkloadTask Do Multiple Manifests (#12036) 2025-03-17 11:45:15 -07:00
CMakeLists.txt Upgrade fmt from 8.1.1 to 11.0.2 (#11601) 2024-09-10 14:42:43 -07:00
ClusterController.actor.cpp (7.4 Backport) Rename CC_ENABLE_REMOTE_LOG_ROUTER_MONITORING to CC_ENABLE_REMOTE_LOG_ROUTER_DISCONNECT_MONITORING (#12369) 2025-09-15 21:06:14 -07:00
ClusterRecovery.actor.cpp Fix a race that can cause recovery to be stuck [release 7.4] (#12214) 2025-06-30 17:21:07 -07:00
CommitProxyServer.actor.cpp Optimize keyInfo lookup in commit proxy [release-7.4] (#12106) 2025-04-27 10:53:40 -07:00
ConfigBroadcaster.actor.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
ConfigDatabaseUnitTests.actor.cpp clang-format-19.1.5 repo 2025-04-08 21:56:00 +00:00
ConfigFollowerInterface.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
ConfigNode.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
ConsistencyScan.actor.cpp More copyright end year updates (#11556) 2024-08-05 14:00:32 -07:00
CoordinatedState.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
Coordination.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
DDRelocationQueue.actor.cpp [Release-7.4] Cherry-pick Avoid Source Storage Server Being Overloaded by Data Movements with Replica Consistency Check (#12176) 2025-06-02 12:34:34 -07:00
DDShardTracker.actor.cpp Allow One BulkloadTask Do Multiple Manifests (#12036) 2025-03-17 11:45:15 -07:00
DDTeamCollection.actor.cpp Cherrypick recent bulkload changes (#12135) 2025-05-19 14:42:22 -07:00
DDTxnProcessor.actor.cpp Improve BulkLoad/Dump implementation (#11842) 2025-01-06 13:02:23 -08:00
DataDistribution.actor.cpp Cherrypick Add restore validation feature: restores to special keyspace allowing validating backup/restore in single cluster (space willing) (#12573) (#12648) 2026-01-22 13:41:34 -08:00
DiskQueue.actor.cpp clang-format-19.1.5 repo 2025-04-08 21:56:00 +00:00
EncryptKeyProxy.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
FDBExecHelper.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
GlobalTagThrottler.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
GrvProxyServer.actor.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
GrvProxyTagThrottler.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
GrvTransactionRateInfo.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
IConfigConsumer.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
IKeyValueStore.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
IPager.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
KeyValueStoreCompressTestData.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
KeyValueStoreMemory.actor.cpp Add transaction store mutation tracking capability (#11831) 2024-12-16 14:02:58 -08:00
KeyValueStoreRocksDB.actor.cpp Rocksdb trace event changes. (#12262) 2025-07-21 18:36:20 -07:00
KeyValueStoreSQLite.actor.cpp clang-format-19.1.5 repo 2025-04-08 21:56:00 +00:00
KeyValueStoreShardedRocksDB.actor.cpp clang-format-19.1.5 repo 2025-04-08 21:56:00 +00:00
KnobProtectiveGroups.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
LatencyBandConfig.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
LatencyBandsMap.actor.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
LeaderElection.actor.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
LocalConfiguration.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
LogRouter.cpp Propagate rv to tLogs on version vector recovery (#11677) 2024-10-22 17:54:26 -04:00
LogSystem.cpp Version vector: compute locations only once during commits. (#11924) 2025-03-04 17:09:06 -05:00
LogSystemConfig.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
LogSystemDiskQueueAdapter.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
LogSystemPeekCursor.actor.cpp Address a comment 2025-03-19 11:09:45 -07:00
MetricClient.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
MetricLogger.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
MockGlobalState.actor.cpp Cherrypick recent bulkload changes (#12135) 2025-05-19 14:42:22 -07:00
MoveKeys.actor.cpp A Couple of Fixes and Improvements for BulkLoad/Dump (#12040) 2025-03-19 09:00:36 -07:00
MutationTracking.cpp Remove the usage of txsTag (#11688) 2024-09-30 07:53:37 -04:00
OnDemandStore.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
PaxosConfigConsumer.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
QuietDatabase.actor.cpp Increase quiet database checker time (#12503) 2025-10-24 15:09:03 -07:00
RESTKmsConnector.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
RESTKmsConnectorUtils.cpp More copyright end year updates (#11556) 2024-08-05 14:00:32 -07:00
RESTSimKmsVault.actor.cpp [testing] Automatically discover unit-test and register as ctest (#11612) 2024-09-04 11:31:49 -07:00
Ratekeeper.actor.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
RemoteIKeyValueStore.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
ResolutionBalancer.actor.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
Resolver.actor.cpp Track shard moves for version vector (#11977) 2025-03-11 13:19:57 -04:00
ResolverBug.cpp More copyright end year updates (#11556) 2024-08-05 14:00:32 -07:00
RestoreApplier.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
RestoreCommon.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
RestoreController.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
RestoreLoader.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
RestoreRoleCommon.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
RestoreUtil.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
RestoreWorker.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
RestoreWorkerInterface.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
RkTagThrottleCollection.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
RocksDBCheckpointUtils.actor.cpp Cherrypick recent bulkload changes (#12135) 2025-05-19 14:42:22 -07:00
RocksDBLogForwarder.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
RoleLineage.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
ServerCheckpoint.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
ServerThroughputTracker.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
ShardsAffectedByTeamFailure.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
SigStack.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
SimKmsConnector.actor.cpp More copyright end year updates (#11556) 2024-08-05 14:00:32 -07:00
SimpleConfigConsumer.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
SimulatedCluster.actor.cpp Separate backup and restore into two workloads [release-7.4] (#12172) 2025-07-08 12:27:53 -07:00
SkipList.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
Status.actor.cpp Reduce frequency of two categories of Sev30s (#12310) 2025-08-20 10:48:15 -07:00
StorageCache.actor.cpp Remove the usage of txsTag (#11688) 2024-09-30 07:53:37 -04:00
StorageMetrics.actor.cpp [Release-7.4] Cherry-pick Avoid Source Storage Server Being Overloaded by Data Movements with Replica Consistency Check (#12176) 2025-06-02 12:34:34 -07:00
StorageServerUtils.cpp More copyright end year updates (#11556) 2024-08-05 14:00:32 -07:00
TCInfo.actor.cpp Cherrypick recent bulkload changes (#12135) 2025-05-19 14:42:22 -07:00
TLogServer.actor.cpp Cherry pick #12563 Rename tempTagMessageCount to tagMessageCount (#12567) 2025-11-25 11:10:15 -05:00
TSSMappingUtil.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
TagPartitionedLogSystem.actor.cpp Fix a race that can cause recovery to be stuck [release 7.4] (#12214) 2025-06-30 17:21:07 -07:00
TagThrottler.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
TenantCache.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
TestTLogServer.actor.cpp Make xxhash checksum the default for TLog 2024-09-17 12:46:42 -07:00
TransactionStoreMutationTracking.cpp Refine transaction store mutation tracking (#11844) 2024-12-24 08:28:13 -05:00
TransactionTagCounter.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
UID.swift Add code back 2024-07-10 18:52:14 -07:00
VFSAsync.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
VersionedBTree.actor.cpp SimpleCounter implementation and application to Arena, FastAlloc, and Net2 cherrypick to 7.4 (#12372) 2025-09-15 17:07:07 -07:00
VersionedBTreeDebug.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
WaitFailure.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
fdbserver.actor.cpp Multiple rocksdb build improvements + Use rocksdb 8.11.5 in FDB 7.4 (#12638) 2026-01-21 15:38:10 -08:00
masterserver.actor.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
masterserver.swift Add code back 2024-07-10 18:52:14 -07:00
networktest.actor.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
pubsub.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
storageserver.actor.cpp Cherrypick Add restore validation feature: restores to special keyspace allowing validating backup/restore in single cluster (space willing) (#12573) (#12648) 2026-01-22 13:41:34 -08:00
swift_fdbserver_collections.swift Add code back 2024-07-10 18:52:14 -07:00
swift_fdbserver_cxx_swift_value_conformance.swift Update end year in copyright header 2024-08-02 09:40:11 -07:00
swift_fdbserver_stream_support.swift Update end year in copyright header 2024-08-02 09:40:11 -07:00
tester.actor.cpp Fix a bug where speedUpSimulation is not enabled (#12476) (#12481) 2025-10-21 14:20:02 -07:00
worker.actor.cpp Cherrypick Add restore validation feature: restores to special keyspace allowing validating backup/restore in single cluster (space willing) (#12573) (#12648) 2026-01-22 13:41:34 -08:00