foundationdb/fdbserver
Jingyu Zhou 1693a718ae
Fix assertion failure due to small knob value (#12114)
Increase the buffer size for backup workers and rename the knob.

Seed: -f ./tests/slow/ParallelRestoreNewBackupCorrectnessAtomicOp.toml -s 3120109021 -b on
2025-04-29 14:22:47 -07:00
..
coroimpl Update end year in copyright header 2024-08-02 09:40:11 -07:00
include/fdbserver clang-format-19.1.5 repo 2025-04-08 21:56:00 +00:00
swift/tests Update end year in copyright header 2024-08-02 09:40:11 -07:00
workloads clang-format-19.1.5 repo 2025-04-08 21:56:00 +00: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 Fix assertion failure due to small knob value (#12114) 2025-04-29 14:22:47 -07: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 Gray failure observability (#11923) 2025-02-06 17:16:14 -08:00
ClusterRecovery.actor.cpp Initialize lastShardMove for recovery txn and in CommitBatchContext (#12027) 2025-03-13 15:25:46 -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 clang-format-19.1.5 repo 2025-04-08 21:56:00 +00:00
DDShardTracker.actor.cpp Allow One BulkloadTask Do Multiple Manifests (#12036) 2025-03-17 11:45:15 -07:00
DDTeamCollection.actor.cpp Add Verbose Level for BulkLoad Trace Events (#12034) 2025-03-14 19:15:41 -07:00
DDTxnProcessor.actor.cpp Improve BulkLoad/Dump implementation (#11842) 2025-01-06 13:02:23 -08:00
DataDistribution.actor.cpp audit replica should not read empty range to check (#12043) 2025-03-19 18:38:59 -07: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 clang-format-19.1.5 repo 2025-04-08 21:56:00 +00: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 [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -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 Pause backup workers during quite database 2025-02-17 09:50:29 -08: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 clang-format-19.1.5 repo 2025-04-08 21:56:00 +00: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 Add compile time switch NO_MULTIREGION_TEST. (#11931) 2025-02-13 14:38:41 -05:00
SkipList.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
Status.actor.cpp Add rocksdb version to status json. (#11868) 2025-01-09 12:56:09 -08:00
StorageCache.actor.cpp Remove the usage of txsTag (#11688) 2024-09-30 07:53:37 -04:00
StorageMetrics.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
StorageServerUtils.cpp More copyright end year updates (#11556) 2024-08-05 14:00:32 -07:00
TCInfo.actor.cpp [fdbserver] Use STL contains method and std::find for containment checks (#11702) 2024-10-15 11:40:02 -07:00
TLogServer.actor.cpp ENABLE_VERSION_VECTOR_REPLY_RECOVERY can be T only if ENABLE_VERSION_VECTOR_TLOG_UNICAST is T (#12021) 2025-03-13 18:15:13 -04:00
TSSMappingUtil.actor.cpp Update end year in copyright header 2024-08-02 09:40:11 -07:00
TagPartitionedLogSystem.actor.cpp Fix backup worker assertion failure on memory usage (#12046) 2025-03-21 13:55:27 -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 clang-format-19.1.5 repo 2025-04-08 21:56:00 +00: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 Implement TLS support for Flow/gRPC 2025-03-17 12:16:06 -07: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 Limit the number of clearRanges per commit to a knob value only for rocksdb storage engine and added few metrics. (#12054) (#12062) 2025-04-01 21:38:09 -07: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 DCC tester (#11995) 2025-03-05 13:41:08 -08:00
worker.actor.cpp reduce ShouldCheckPeer frequency and increase max_trace_lines for bulkload tests (#11935) 2025-02-10 17:59:03 -08:00