foundationdb/fdbserver
Josh Slocum 236630855b Merge branch 'main' into granule_merging 2022-07-12 15:24:26 -05:00
..
coroimpl fdbserver compiling (but linking still fails) 2022-06-27 18:54:58 -06:00
include/fdbserver Merge branch 'main' into granule_merging 2022-07-12 15:24:26 -05:00
workloads Merge branch 'main' into granule_merging 2022-07-12 09:09:30 -05:00
ApplyMetadataMutation.cpp Update key backed types to support a templated Codec. This required updating the existing Codec to convert from objects into byte strings through tuples. 2022-07-01 10:11:02 -07:00
BackupProgress.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
BackupWorker.actor.cpp Add support for different transaction types (Reference<ITransaction>, Reference<ReadYourWritesTransaction>) to key backed types 2022-07-01 10:02:39 -07:00
BlobGranuleServerCommon.actor.cpp enforce include modularization in cmake 2022-06-23 14:37:35 -06:00
BlobGranuleValidation.actor.cpp Implemented blob granule merging 2022-06-09 10:50:53 -05:00
BlobManager.actor.cpp Merge branch 'main' into granule_merging 2022-07-12 09:09:30 -05:00
BlobWorker.actor.cpp Merge branch 'main' into granule_merging 2022-07-12 09:09:30 -05:00
CMakeLists.txt Merge remote-tracking branch 'origin/main' into global-tag-throttling3 2022-06-28 10:18:13 -07:00
ClusterController.actor.cpp Worker register with cluster controller before disk file recovery (#7510) 2022-07-12 10:19:32 -07:00
ClusterRecovery.actor.cpp - Propagate the locality of the primary region from ClusterController 2022-07-06 11:57:06 +00:00
CommitProxyServer.actor.cpp Do not delay sending empty messages twice (#7462) 2022-07-01 14:22:53 -04: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 Update copyright header dates 2022-03-21 13:36:23 -07:00
CoordinatedState.actor.cpp Check in the new Hostname logic. (#6926) 2022-04-27 21:54:13 -07:00
Coordination.actor.cpp coordinatorsKey should not always store IP addresses. (#7204) 2022-05-23 11:42:56 -07:00
DDTeamCollection.actor.cpp move takeMoveKeysLock to DDTxnProcessor 2022-07-08 14:11:31 -07:00
DDTxnProcessor.actor.cpp move waitDataDistributorEnabled to txnProcessor 2022-07-12 11:25:59 -07:00
DataDistribution.actor.cpp move waitDataDistributorEnabled to txnProcessor 2022-07-12 11:25:59 -07:00
DataDistributionQueue.actor.cpp move takeMoveKeysLock to DDTxnProcessor 2022-07-08 14:11:31 -07:00
DataDistributionTracker.actor.cpp Increase frequency of RelocateShardStartSplit traces for better observability of splits (#7503) 2022-07-08 14:45:44 -07:00
DiskQueue.actor.cpp Flow compiling 2022-06-27 17:05:55 -06: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 GlobalTagThrottlerTesting::monitorClientRates less strict 2022-06-30 00:59:26 -07:00
GrvProxyServer.actor.cpp OpenTelemetry Tracing Perf Fixes (#6990) 2022-05-02 14:56:51 -05: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 Don't pass nullptr to memcpy 2022-07-07 10:19:20 -07:00
KeyValueStoreRocksDB.actor.cpp Adding logId to trace events. 2022-06-27 10:41:05 -07:00
KeyValueStoreSQLite.actor.cpp Flow compiling 2022-06-27 17:05:55 -06:00
KeyValueStoreShardedRocksDB.actor.cpp Sharded RocksDB (#7540) 2022-07-08 15:17:38 -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 Update coordinator list from cluster file (#7382) 2022-06-23 09:22:09 +02:00
LocalConfiguration.actor.cpp Avoid printing warnings in LocalConfiguration::ManualKnobOverrides constructor 2022-05-23 13:41:48 -07:00
LogRouter.actor.cpp Save a memcpy in the tlog peek path (#7328) 2022-06-07 13:22:56 -07:00
LogSystem.cpp Optimize LogPushData to avoid constructing LogSystemConfig 2022-05-06 12:33:19 -07:00
LogSystemConfig.cpp Merge branch 'main-4a085fc84' into vv 2022-03-30 22:28:06 -07:00
LogSystemDiskQueueAdapter.actor.cpp fix a fault injection bug in txn store recovery (#7405) 2022-06-21 12:33:58 -04:00
LogSystemPeekCursor.actor.cpp Don't fail test if log cursor times out during network partition (#7330) 2022-06-13 13:28:22 -07:00
MetricLogger.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
MoveKeys.actor.cpp Shard based move (#6981) 2022-07-07 20:49:16 -07:00
MutationTracking.cpp Support TLog encryption in commit proxy (#6942) 2022-06-29 14:21:05 -07:00
OldTLogServer_4_6.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
OldTLogServer_6_0.actor.cpp fix: pops which were ignored during a snapshot would not be replayed on the proper tlogs within a shared tlog (#6892) 2022-04-19 16:57:41 -07:00
OldTLogServer_6_2.actor.cpp fix: pops which were ignored during a snapshot would not be replayed on the proper tlogs within a shared tlog (#6892) 2022-04-19 16:57:41 -07:00
OnDemandStore.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
PaxosConfigConsumer.actor.cpp Reenable status json for dynamic knobs, add unit test 2022-06-21 11:43:05 -07:00
QuietDatabase.actor.cpp Shard based move (#6981) 2022-07-07 20:49:16 -07:00
RESTKmsConnector.actor.cpp Linux fixes and addressed review comments 2022-06-23 20:52:13 -06:00
Ratekeeper.actor.cpp Merge remote-tracking branch 'origin/main' into global-tag-throttling3 2022-06-28 10:18:13 -07:00
RemoteIKeyValueStore.actor.cpp Remote ikvs debugging (#6465) 2022-03-31 17:08:59 -07:00
ResolutionBalancer.actor.cpp Merge branch 'main-4a085fc84' into vv 2022-03-30 22:28:06 -07:00
Resolver.actor.cpp Fix a performance bug in Resolver 2022-07-08 09:58:28 -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 Mark RkTagThrottleCollection::RkTagThrottleData::getTargetRate const 2022-06-15 21:33:23 -07:00
RocksDBCheckpointUtils.actor.cpp Resolving comments. 2022-05-19 13:27:21 -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
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 Check in the new Hostname logic. (#6926) 2022-04-27 21:54:13 -07:00
SimulatedCluster.actor.cpp Shard based move (#6981) 2022-07-07 20:49:16 -07:00
SkipList.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
Status.actor.cpp fix timeout buggify 2022-06-29 22:46:50 -07:00
StorageCache.actor.cpp Support TLog encryption in commit proxy (#6942) 2022-06-29 14:21:05 -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 Merge pull request #7445 from sfc-gh-anoyes/anoyes/fix-ubsan 2022-07-11 17:27:37 -06:00
TSSMappingUtil.actor.cpp Update key backed types to support a templated Codec. This required updating the existing Codec to convert from objects into byte strings through tuples. 2022-07-01 10:11:02 -07:00
TagPartitionedLogSystem.actor.cpp CC sends recovery txn version during TLog recruitment 2022-05-24 14:57:55 -07:00
TagThrottler.actor.cpp Support throttling multiple tags in TagThrottler::tryUpdateAutoThrottling 2022-05-07 15:58:46 -07:00
TenantCache.actor.cpp Refactor how tenant map entries are encoded and decoded. Add a specific version to the encoding that matches the version used when this feature was introduced (and the only version in which it was used). 2022-06-29 10:58:58 -07:00
TransactionTagCounter.cpp Added SS_THROTTLE_TAGS_TRACKED knob 2022-05-07 15:58:47 -07:00
VFSAsync.cpp fdbserver compiling (but linking still fails) 2022-06-27 18:54:58 -06:00
VersionedBTree.actor.cpp Redwood remove duplicate header files 2022-07-11 12:44:44 -07:00
WaitFailure.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
fdbserver.actor.cpp Flow compiling 2022-06-27 17:05:55 -06:00
masterserver.actor.cpp Merge pull request #7529 from sbodagala/main 2022-07-07 14:00:10 +05:30
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 branch 'main' into granule_merging 2022-07-12 09:09:30 -05:00
tester.actor.cpp Shard based move (#6981) 2022-07-07 20:49:16 -07:00
worker.actor.cpp Worker register with cluster controller before disk file recovery (#7510) 2022-07-12 10:19:32 -07:00