foundationdb/fdbserver
Yi Wu 8cbcdf9ba8
EaR: make authentication mode non-changeable in restart tests (#9237)
Pass authentication mode through restartInfo.ini and use the same authentication mode after restart in simulation.
2023-01-25 15:54:40 -08:00
..
coroimpl Merge pull request #9226 from xis19/main-bench 2023-01-25 09:14:52 -08:00
include/fdbserver Merge pull request #9226 from xis19/main-bench 2023-01-25 09:14:52 -08:00
workloads EaR: make authentication mode non-changeable in restart tests (#9237) 2023-01-25 15:54:40 -08:00
ApplyMetadataMutation.cpp Update the tenant maps to be keyed by ID 2023-01-23 14:09:12 -08:00
BackupProgress.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
BackupWorker.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
BlobConnectionProviderTest.actor.cpp [EAR]: Remove usage of EncryptDomainName for Encryption at-rest operations (#8715) 2022-11-16 10:26:39 -08:00
BlobGranuleServerCommon.actor.cpp Update the tenant maps to be keyed by ID 2023-01-23 14:09:12 -08:00
BlobGranuleValidation.actor.cpp Remove tenant name from the TenantInfo object 2023-01-13 08:58:15 -08:00
BlobManager.actor.cpp Merge pull request #9229 from sfc-gh-huliu/backuptenant 2023-01-24 19:08:05 -08:00
BlobManifest.actor.cpp Add tenant metadata ranges to manifest backup 2023-01-24 17:09:04 -08:00
BlobMigrator.actor.cpp Fix s3 url error for blob restore 2023-01-25 10:29:48 -08:00
BlobWorker.actor.cpp Update the tenant maps to be keyed by ID 2023-01-23 14:09:12 -08:00
CMakeLists.txt Only pass SSD_ROCKSDB_EXPERIMENTAL if RocksDB is actually enabled 2022-09-26 18:38:54 -06:00
ClusterController.actor.cpp Clean up cluster controller's wait on recoveredDiskFiles (#9105) 2023-01-09 16:26:32 -08:00
ClusterRecovery.actor.cpp Merge pull request #9119 from halfprice/zhewu/add-txn-server-initialization-event-1 2023-01-11 22:00:53 -08:00
CommitProxyServer.actor.cpp Merge pull request #9194 from sfc-gh-dadkins/sfc-gh-dadkins/commit-debug-typos 2023-01-23 09:26:08 -08:00
ConfigBroadcaster.actor.cpp Fix a rare configuration database data loss bug 2022-11-22 11:20:04 -08:00
ConfigDatabaseUnitTests.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
ConfigFollowerInterface.cpp Add support for changing coordinators to the configuration database 2022-09-13 16:53:54 -07:00
ConfigNode.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
ConsistencyScan.actor.cpp Update fdbserver/ConsistencyScan.actor.cpp 2023-01-23 09:34:04 -08:00
CoordinatedState.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
Coordination.actor.cpp - Do not add fdbserver processes to the client list. (#9225) 2023-01-25 14:39:32 -05:00
DDRelocationQueue.actor.cpp Add support for flatMap in optional and erroror. Allow calling map with a lambda without specifying the return type template parameter. 2022-12-15 15:32:02 -08:00
DDShardTracker.actor.cpp Update comments 2022-12-21 11:19:36 -08:00
DDTeamCollection.actor.cpp extract KeyBackedConfig, StorageWiggleData class; solve template resolution problem; solve MV txn and native api conflict by splitting RunTransaction file 2023-01-02 23:34:39 -08:00
DDTxnProcessor.actor.cpp Validate Storage part II (#8471) 2023-01-15 21:46:14 -08:00
DataDistribution.actor.cpp Change Noisy Sev30s to Sev20s (#9180) 2023-01-19 14:06:34 -08:00
DiskQueue.actor.cpp DiskQueue: use explicitly sized int32_t instead of int in on-disk format. 2022-11-02 13:49:58 -07:00
EncryptKeyProxy.actor.cpp Merge pull request #8170 from sfc-gh-sgwydir/ddsketch 2022-11-17 10:38:12 -08:00
FDBExecHelper.actor.cpp Extract ProcessInfo, MachineInfo, KillType out from ISimulator 2023-01-24 14:48:42 -08:00
GlobalTagThrottler.actor.cpp Improve GlobalTagThrottler tracing 2023-01-22 17:26:42 -08:00
GrvProxyServer.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
GrvProxyTagThrottler.actor.cpp Remove rare annotation from some code probes 2022-12-01 09:59:08 -08:00
GrvTransactionRateInfo.actor.cpp Rename parameters for GrvTransactionRateInfo::endReleaseWindow 2022-11-08 08:24:51 -08:00
IConfigConsumer.cpp Add support for changing coordinators to the configuration database 2022-09-13 16:53:54 -07:00
IPager.cpp EaR: Add page checksum to Redwood pages in no-auth mode (#8965) 2023-01-03 10:30:07 -08:00
KeyValueStoreCompressTestData.actor.cpp Rocksdb storage using single_key_deletes instead of deleterange on clearrange operation. (#8452) 2022-10-21 15:47:19 -07:00
KeyValueStoreMemory.actor.cpp Add rare code probe annotations (#8948) 2022-12-05 09:23:47 -08:00
KeyValueStoreRocksDB.actor.cpp Changing histogram type. (#9232) 2023-01-25 09:50:40 -08:00
KeyValueStoreSQLite.actor.cpp Extract ProcessInfo, MachineInfo, KillType out from ISimulator 2023-01-24 14:48:42 -08:00
KeyValueStoreShardedRocksDB.actor.cpp Restore kv (#9030) 2023-01-20 09:58:34 -08: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
LatencyBandsMap.actor.cpp Make old latency bands expire in LatencyBandsMap 2022-10-26 18:23:36 -07:00
LeaderElection.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
LocalConfiguration.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
LogRouter.actor.cpp Fix clang 15 compiler warnings 2022-12-08 13:59:37 -08:00
LogSystem.cpp Remove rare annotation 2022-11-21 09:03:22 -08:00
LogSystemConfig.cpp
LogSystemDiskQueueAdapter.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
LogSystemPeekCursor.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
MetricClient.actor.cpp Extract IConnection and NetworkAddress out from network.h 2023-01-24 14:48:31 -08:00
MetricLogger.actor.cpp Extract IConnection and NetworkAddress out from network.h 2023-01-24 14:48:31 -08:00
MockGlobalState.actor.cpp Add a tenant lookup interface and use it when starting transactions 2023-01-06 15:51:12 -08:00
MoveKeys.actor.cpp Fixed error type. (#9101) 2023-01-06 10:45:58 -08:00
MutationTracking.cpp Remove code probe from debug path 2022-11-21 09:03:22 -08:00
OldTLogServer_4_6.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
OldTLogServer_6_0.actor.cpp extract KeyBackedConfig, StorageWiggleData class; solve template resolution problem; solve MV txn and native api conflict by splitting RunTransaction file 2023-01-02 23:34:39 -08:00
OldTLogServer_6_2.actor.cpp extract KeyBackedConfig, StorageWiggleData class; solve template resolution problem; solve MV txn and native api conflict by splitting RunTransaction file 2023-01-02 23:34:39 -08:00
OnDemandStore.actor.cpp
PaxosConfigConsumer.actor.cpp Fix a rare configuration database data loss bug 2022-11-22 11:20:04 -08:00
QuietDatabase.actor.cpp Reformat source 2023-01-24 15:06:27 -08:00
RESTKmsConnector.actor.cpp Extract IConnection and NetworkAddress out from network.h 2023-01-24 14:48:31 -08:00
Ratekeeper.actor.cpp Fix bug in GlobalTagThrottler::getLimitingTps. 2022-10-27 21:18:39 -07:00
RemoteIKeyValueStore.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
ResolutionBalancer.actor.cpp Make TEST macros C++ only (#7558) 2022-07-19 13:15:51 -07:00
Resolver.actor.cpp Blob Worker Encryption doesn't use BG_METADATA_SOURCE (#9121) 2023-01-11 14:03:25 -08:00
RestoreApplier.actor.cpp Fix clang 15 compiler warnings 2022-12-08 13:59:37 -08: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 format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
RestoreRoleCommon.actor.cpp extract KeyBackedConfig, StorageWiggleData class; solve template resolution problem; solve MV txn and native api conflict by splitting RunTransaction file 2023-01-02 23:34:39 -08:00
RestoreUtil.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
RestoreWorker.actor.cpp Extract ProcessInfo, MachineInfo, KillType out from ISimulator 2023-01-24 14:48:42 -08:00
RestoreWorkerInterface.actor.cpp
RkTagThrottleCollection.cpp Merge pull request #8319 from sfc-gh-tclinkenbeard/add-rare-code-probe-annotation 2022-10-07 09:39:00 -06:00
RocksDBCheckpointUtils.actor.cpp Restore kv (#9030) 2023-01-20 09:58:34 -08:00
RocksDBLogForwarder.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
RoleLineage.actor.cpp
ServerCheckpoint.actor.cpp Fetch checkpoint as key-value pairs (#9003) 2022-12-14 17:44:47 -08:00
ShardsAffectedByTeamFailure.cpp format code 2022-11-10 13:11:24 -08:00
SigStack.cpp
SimKmsConnector.actor.cpp [EaR]: Update KMS APIs to split encryption keys endpoints (#9017) 2023-01-09 10:55:53 -08:00
SimpleConfigConsumer.actor.cpp Avoid race between ConfigNodeImpl::getChanges and ConfigNodeImpl::commitMutations 2022-12-05 10:10:08 -08:00
SimulatedCluster.actor.cpp Merge pull request #9226 from xis19/main-bench 2023-01-25 09:14:52 -08:00
SkipList.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
Status.actor.cpp Merge pull request #9012 from sfc-gh-xwang/feature/main/wiggleDelay 2023-01-04 16:14:09 -08:00
StorageCache.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
StorageMetrics.actor.cpp Remove the usage of tenant names (mostly) from the storage server 2022-12-05 15:44:41 -08:00
TCInfo.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
TLogServer.actor.cpp Change TLog pull async data warning timeout 2023-01-11 19:36:00 -08: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 Add event for txn server initialization and a warning for TLog slow catching up 2023-01-11 10:02:06 -08: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 Update the tenant maps to be keyed by ID 2023-01-23 14:09:12 -08:00
TransactionTagCounter.cpp Implemented first version of Transaction::getTotalCost, along with workload 2022-10-16 21:58:08 -07:00
VFSAsync.cpp Extract ProcessInfo, MachineInfo, KillType out from ISimulator 2023-01-24 14:48:42 -08:00
VersionedBTree.actor.cpp Redwood: fix tree height overgrowth with per-tenant encryption (#9020) 2023-01-06 15:56:37 -08:00
VersionedBTreeDebug.cpp Redwood: fix tree height overgrowth with per-tenant encryption (#9020) 2023-01-06 15:56:37 -08:00
WaitFailure.actor.cpp Make TEST macros C++ only (#7558) 2022-07-19 13:15:51 -07:00
fdbserver.actor.cpp EaR: make authentication mode non-changeable in restart tests (#9237) 2023-01-25 15:54:40 -08:00
masterserver.actor.cpp extern template for MasterInterface objects 2023-01-23 21:07:51 -08:00
networktest.actor.cpp Extract IConnection and NetworkAddress out from network.h 2023-01-24 14:48:31 -08:00
pubsub.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
storageserver.actor.cpp Changing histogram type. (#9232) 2023-01-25 09:50:40 -08:00
tester.actor.cpp Extract ProcessInfo, MachineInfo, KillType out from ISimulator 2023-01-24 14:48:42 -08:00
worker.actor.cpp Reformat source 2023-01-24 15:06:27 -08:00