foundationdb/fdbclient
Nim Wijetunga bf85c9f8af
Backup Mutation Log Separates Tenant Map Modifications During Restore (#9292)
mutation log separates tenant map modifications
2023-02-14 16:46:09 -08:00
..
azure_backup Blob single part upload (#8703) 2022-11-08 17:30:01 -06:00
include/fdbclient Backup Mutation Log Separates Tenant Map Modifications During Restore (#9292) 2023-02-14 16:46:09 -08:00
sha1 fixed link errors 2022-06-27 19:00:40 -06:00
vexillographer Make token option NOT survive transaction hard resets 2023-02-08 18:12:22 +01:00
ActorLineageProfiler.cpp moved wellknownendpoints and fixed some includes 2022-06-23 17:03:53 -06:00
AnnotateActor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
AsyncFileS3BlobStore.actor.cpp Extract IConnection and NetworkAddress out from network.h 2023-01-24 14:48:31 -08:00
AsyncTaskThread.actor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
Atomic.cpp Initialize memory in new DoAppendIfFits unit test (#8324) 2022-09-26 13:46:20 -07:00
AuditUtils.actor.cpp Validate Storage part II (#8471) 2023-01-15 21:46:14 -08:00
AutoPublicAddress.cpp fix BOOST_SYSTEM_NO_LIB redefinition in CI 2023-02-03 13:47:50 -08:00
BackupAgentBase.actor.cpp Backup Mutation Log Separates Tenant Map Modifications During Restore (#9292) 2023-02-14 16:46:09 -08:00
BackupContainer.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
BackupContainerFileSystem.actor.cpp Handle EKP Tenant Not Found Errors (#9261) 2023-02-01 19:15:38 -08:00
BackupContainerLocalDirectory.actor.cpp Extract ProcessInfo, MachineInfo, KillType out from ISimulator 2023-01-24 14:48:42 -08:00
BackupContainerS3BlobStore.actor.cpp Blob single part upload (#8703) 2022-11-08 17:30:01 -06:00
BlobCipher.cpp EaR: commit proxy fetch additional cipher keys post-resolution (#9308) 2023-02-14 13:05:51 -08:00
BlobConnectionProvider.cpp Blob metadata refresh (#8456) 2022-10-14 08:17:50 -05:00
BlobGranuleCommon.cpp sync with upstream main 2022-08-31 15:46:39 -07:00
BlobGranuleFiles.cpp EaR: commit proxy fetch additional cipher keys post-resolution (#9308) 2023-02-14 13:05:51 -08:00
BlobGranuleReader.actor.cpp Let materializeBlobGranule accept a std::vector<StringRef> instead of StringRef[] 2023-01-30 17:07:57 -08:00
BlobMetadataUtils.cpp Extract IConnection and NetworkAddress out from network.h 2023-01-24 14:48:31 -08:00
BuildFlags.h.in Add build date and time to build_flags 2022-09-14 15:11:51 -07:00
CMakeLists.txt Use WITH_AWS_BACKUP instead of BUILD_AWS_BACKUP 2022-10-07 10:52:46 -07:00
ClientBooleanParams.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
ClientKnobCollection.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
ClientKnobs.cpp address pr comments 2023-02-10 13:49:15 -08:00
ClientStatusReport.cpp client_status_report: Change variable names 2023-01-16 15:17:37 +01:00
ClusterConnectionFile.actor.cpp Undo some changes that aren't needed 2022-07-07 14:48:36 -07:00
ClusterConnectionKey.actor.cpp Undo some changes that aren't needed 2022-07-07 14:48:36 -07:00
ClusterConnectionMemoryRecord.actor.cpp Undo some changes that aren't needed 2022-07-07 14:48:36 -07:00
CommitProxyInterface.cpp Extract GetServerDBInfoRequest, ClientDBInfo and OpenDatabaseRequest 2023-01-24 14:40:11 -08:00
ConfigKnobs.cpp fdbcli: Add options for knob management 2022-10-11 15:32:01 -07:00
ConfigTransactionInterface.cpp A few hostname improvements. (#6825) 2022-04-20 13:42:46 -07:00
DatabaseBackupAgent.actor.cpp Add macros for literal string ref versions of __FUNCTION__ and __FILE__ 2022-09-30 16:05:47 -07:00
DatabaseConfiguration.cpp Extend Tlog persistentStorage to persist encryption state (#8344) 2022-11-03 11:16:50 -07:00
DatabaseContext.cpp Remove cx->clearWatchMetadata() when connection file changed 2022-11-30 14:31:09 -08:00
FDBAWSCredentialsProvider.cpp Use WITH_AWS_BACKUP instead of BUILD_AWS_BACKUP 2022-10-07 10:52:46 -07:00
FDBTypes.cpp Add a tenant lookup interface and use it when starting transactions 2023-01-06 15:51:12 -08:00
FileBackupAgent.actor.cpp EaR: commit proxy fetch additional cipher keys post-resolution (#9308) 2023-02-14 13:05:51 -08:00
FluentDSampleIngestor.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
GlobalConfig.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
IConfigTransaction.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
IKnobCollection.cpp Removed unnecessary apostrophe 2022-05-23 13:41:48 -07:00
ISingleThreadTransaction.cpp Remove tenant name from the TenantInfo object 2023-01-13 08:58:15 -08:00
IdempotencyId.actor.cpp Fix up merge 2022-12-14 17:30:54 -08:00
JsonBuilder.cpp Add missing copyright headers 2022-03-16 11:25:02 -07:00
KeyRangeMap.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
LinkTest.cpp Add test executables to catch missing symbols 2022-07-06 14:49:33 -07:00
LocalClientAPI.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
ManagementAPI.actor.cpp Refactor storage quotas to store them in a key backed map in the tenant metadata space 2023-01-25 20:48:17 -08:00
Metacluster.cpp Add Jon's metacluster concurrency test and fix various bugs that it found 2023-02-11 15:15:32 -08:00
MetaclusterManagement.actor.cpp restructure updater code and add capacity check in metacluster management workload 2022-09-29 16:24:02 -07:00
MonitorLeader.actor.cpp - Do not add fdbserver processes to the client list. (#9225) 2023-01-25 14:39:32 -05:00
MultiVersionTransaction.actor.cpp Make token option NOT survive transaction hard resets 2023-02-08 18:12:22 +01:00
MutationLogReader.actor.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
NameLineage.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
NativeAPI.actor.cpp fixing fault injection stalling change feed fetch (#9316) 2023-02-08 15:49:56 -06:00
ParallelStream.actor.cpp Fix some clang warnings on unused variables 2022-11-01 15:38:47 -07:00
PaxosConfigTransaction.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
RESTClient.actor.cpp Extract IConnection and NetworkAddress out from network.h 2023-01-24 14:48:31 -08:00
RESTUtils.actor.cpp Extract IConnection and NetworkAddress out from network.h 2023-01-24 14:48:31 -08:00
RYWIterator.cpp Convert literal string ref instances to use _sr suffix 2022-09-19 11:35:58 -07:00
ReadYourWrites.actor.cpp Handle errors that can't be sent in reply; fix formatting 2023-02-02 19:05:05 -08:00
RestoreInterface.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
S3BlobStore.actor.cpp Blobstore static connection pool, and observability improvements (#9234) 2023-01-27 16:46:26 -06:00
Schemas.cpp Add version epoch to status json 2023-01-30 13:21:19 -08:00
ServerKnobCollection.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
ServerKnobs.cpp Merge branch 'main' into add-redwood-slack-knob 2023-02-12 19:31:20 -08:00
SimpleConfigTransaction.actor.cpp Add ISingleThreadTransaction::getTotalCost method 2022-10-16 21:58:11 -07:00
SpecialKeySpace.actor.cpp format source code after switch to clang 15 2022-12-08 17:26:45 +00:00
StackLineage.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
StatusClient.actor.cpp Update coordinator list from cluster file (#7382) 2022-06-23 09:22:09 +02:00
StorageServerInterface.cpp Remove tenant name from the TenantInfo object 2023-01-20 14:04:43 -08:00
Subspace.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
SystemData.cpp address pr comments 2023-02-10 13:49:15 -08:00
TagThrottle.actor.cpp Add tests for fdbcli quota commands 2022-10-17 16:27:45 -07:00
TaskBucket.actor.cpp Add correct test for blob restore with large workload 2023-01-18 09:27:48 -08:00
Tenant.cpp Merge pull request #9298 from sfc-gh-xwang/feature/main/clearRange 2023-02-11 14:29:46 -08:00
TenantManagement.actor.cpp Backup Mutation Log Separates Tenant Map Modifications During Restore (#9292) 2023-02-14 16:46:09 -08:00
TestKnobCollection.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
ThreadSafeTransaction.cpp add method to return idfuture 2023-01-25 12:45:35 -08:00
Tracing.actor.cpp Extract IConnection and NetworkAddress out from network.h 2023-01-24 14:48:31 -08:00
TransactionLineage.cpp Update copyright header dates 2022-03-21 13:36:23 -07:00
Tuple.cpp fdbcli: Add options for knob management 2022-10-11 15:32:01 -07:00
TupleVersionstamp.cpp Support versionstamps in key backed object properties 2022-10-05 12:48:40 -07:00
VersionVector.cpp Fix clang 15 compiler warnings 2022-12-08 13:59:37 -08:00
VersionedMap.cpp Add missing copyright headers 2022-03-16 11:25:02 -07:00
WriteMap.cpp Make TEST macros C++ only (#7558) 2022-07-19 13:15:51 -07:00
azurestorage.cmake sync with upstream main 2022-08-31 15:46:39 -07:00
versions.h.cmake
zipf.c fdbclient compiling 2022-06-27 18:31:05 -06:00