foundationdb/fdbserver
Meng Xu a08bbcc539
Merge pull request #3046 from atn34/atn34/conflict-ranges
Add read/write conflict ranges to special key space
2020-05-07 22:36:18 -07:00
..
sqlite fixed sqlite bug that was introduced in this PR 2020-02-04 10:46:32 -08:00
workloads Merge pull request #3046 from atn34/atn34/conflict-ranges 2020-05-07 22:36:18 -07:00
ApplyMetadataMutation.cpp Convert UID to Tag in keyServers to reduce txnStateStore size 2020-04-05 14:30:09 -07:00
ApplyMetadataMutation.h Merge remote-tracking branch 'upstream/master' into features/icc 2020-02-04 10:26:18 -08:00
ArtMutationBuffer.h Applying initial feedback from Steve 2020-03-31 09:28:33 +02:00
BackupInterface.h Address review comments 2020-01-22 19:42:13 -08:00
BackupProgress.actor.cpp Remove epoch's begin version check 2020-04-20 11:06:46 -07:00
BackupProgress.actor.h Avoid overlapping version ranges for backup workers 2020-04-10 21:19:37 -07:00
BackupWorker.actor.cpp fixed compiler errors 2020-05-01 11:01:09 -07:00
CMakeLists.txt Merge pull request #3073 from tclinken/fix-open-for-ide-build 2020-05-07 14:47:59 -07:00
ClusterController.actor.cpp fixed improper use of std::set erase 2020-04-17 16:45:22 -07:00
CompactMap.cpp Merge branch 'release-6.1' 2019-06-03 18:49:35 -07:00
ConflictSet.h Revert "Revert "Merge pull request #2257 from zjuLcg/report-conflicting-key"" 2020-03-24 18:11:15 -07:00
CoordinatedState.actor.cpp ProtocolVersion type - second try 2019-06-18 17:55:27 -07:00
CoordinatedState.h
Coordination.actor.cpp Don't include internal tools such as fdbcli, backup, and DR in the status client list. 2020-03-23 14:44:04 -07:00
CoordinationInterface.h FastRestore:Minic fdbd to monitor coordintors 2020-02-03 14:48:31 -08:00
CoroFlow.actor.cpp When one of the sqlite reader or writer thread pools fail, fail the other with the same error. 2020-02-24 12:39:04 -08:00
CoroFlow.h
DBCoreState.h Add epochBegin version to OldTLogCoreData/OldLogData/OldTLogConf 2020-01-22 19:38:46 -08:00
DataDistribution.actor.cpp Merge branch 'master' into feature-proxy-load-balance 2020-05-01 09:19:39 -07:00
DataDistribution.actor.h code cleanup 2020-04-10 17:02:11 -07:00
DataDistributionQueue.actor.cpp Merge branch 'master' into per-priority-busy-logging 2020-04-14 14:22:12 -07:00
DataDistributionTracker.actor.cpp Now the ReadHotDetection tests can be run reliably. Added it to nightly bundle. 2020-04-28 13:26:02 -07:00
DataDistributorInterface.h created new reply types to work with flatbuffer serialization requirements 2019-09-18 13:40:18 -07:00
DeltaTree.h Apply clang-format to Redwood source. 2020-04-24 14:12:40 -07:00
DiskQueue.actor.cpp Revert "Enable -Wclass-memaccess and fix warnings" 2020-04-29 15:51:29 -07:00
FDBExecHelper.actor.cpp enhance spawnProcess 2020-05-07 14:24:35 -07:00
FDBExecHelper.actor.h deprecate isTLogInSameNode used by snapshot V1 2019-10-09 15:33:11 -07:00
IDiskQueue.h Comments:Add comments to DiskQueue 2019-08-01 15:20:01 -07:00
IKeyValueStore.h Merge branch 'release-6.2' 2020-02-21 19:09:16 -08:00
IPager.h Apply clang-format to Redwood source. 2020-04-24 14:12:40 -07:00
IVersionedStore.h Apply clang-format to Redwood source. 2020-04-24 14:12:40 -07:00
KeyValueStoreCompressTestData.actor.cpp Step 3 of fixing storage server range reads: change return type of readRange from VectorRef<KeyValueRef> to RangeResultRef. 2020-02-06 13:19:24 -08:00
KeyValueStoreMemory.actor.cpp Added comments about when snapshot deltas can't be used, and fixed some whitespace oddities. 2020-04-04 03:19:01 -07:00
KeyValueStoreSQLite.actor.cpp When one of the sqlite reader or writer thread pools fail, fail the other with the same error. 2020-02-24 12:39:04 -08:00
Knobs.cpp Merge pull request #3078 from xumengpanda/mengxu/fr-circus-stall-PR 2020-05-07 20:07:23 -07:00
Knobs.h Merge pull request #3078 from xumengpanda/mengxu/fr-circus-stall-PR 2020-05-07 20:07:23 -07:00
LatencyBandConfig.cpp Remove trace-calls to printable (in non-workloads) 2019-04-05 13:12:19 -07:00
LatencyBandConfig.h re-enabled flat buffers, fixed the latencyBandConfig serialization 2019-07-27 17:48:24 -07:00
LeaderElection.actor.cpp code cleanup 2020-04-10 17:02:11 -07:00
LeaderElection.h Remove USE_OBJECT_SERIALIZER knob 2020-02-12 10:41:52 -08:00
LogProtocolMessage.h
LogRouter.actor.cpp A number of bug fixes of rare correctness errors 2020-04-29 13:50:13 -07:00
LogSystem.h Merge branch 'mengxu/new-backup-format-PR-delta' of github.com:xumengpanda/foundationdb into backup-worker-bak 2020-03-23 13:35:33 -07:00
LogSystemConfig.h More review comments fixed. 2020-01-22 19:42:13 -08:00
LogSystemDiskQueueAdapter.actor.cpp Apply clang-format 2020-03-12 10:18:53 -07:00
LogSystemDiskQueueAdapter.h the master checks the popped version of the txsTag before recovering the txnStateStore, to avoid restoring data that is later found to be popped 2019-08-05 17:01:48 -07:00
LogSystemPeekCursor.actor.cpp ConsistencyCheck:Fix failue due to address inconsistency between process and worker 2020-03-10 21:07:16 -07:00
MasterInterface.h many bug fixes 2020-04-10 13:45:16 -07:00
MasterProxyServer.actor.cpp Merge branch 'master' into feature-proxy-load-balance 2020-05-01 09:19:39 -07:00
MoveKeys.actor.cpp Merge commit '5288033bcfe40c3ade97c8bf2d04cf31b3f16cb1' into feature-tree-broadcast 2020-04-17 15:17:37 -07:00
MoveKeys.actor.h Implemented direct removal of failed storage server from system keyspace 2019-08-27 14:39:43 -07:00
NetworkTest.h Compiling on clang again 2019-05-13 14:15:23 -07:00
OldTLogServer_4_6.actor.cpp Merge branch 'release-6.2' 2020-02-21 19:09:16 -08:00
OldTLogServer_6_0.actor.cpp A number of bug fixes of rare correctness errors 2020-04-29 13:50:13 -07:00
OldTLogServer_6_2.actor.cpp A number of bug fixes of rare correctness errors 2020-04-29 13:50:13 -07:00
Orderer.actor.h A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
QuietDatabase.actor.cpp Fix compiler warnings with clang 2020-04-22 14:14:56 -07:00
QuietDatabase.h snap v2: worker and other helper related changes 2019-07-24 15:36:28 -07:00
Ratekeeper.actor.cpp Merge branch 'release-6.2' 2020-03-06 18:22:46 -08:00
RatekeeperInterface.h Compiling on clang again 2019-05-13 14:15:23 -07:00
RecoveryState.h
Resolver.actor.cpp clang-format the pr 2020-03-26 15:52:30 -07:00
ResolverInterface.h clang-format the pr 2020-03-26 15:52:30 -07:00
RestoreApplier.actor.cpp Resovle review comments 2020-05-07 15:06:59 -07:00
RestoreApplier.actor.h FastRestoreApplier:Add applierID and batchIndex for precompute stage 2020-05-04 16:32:09 -07:00
RestoreCommon.actor.cpp Remove decodeRangeFileBlock from parallel restore 2020-04-21 13:42:24 -07:00
RestoreCommon.actor.h FastRestore:Add assertion and trace events for diagnosis 2020-05-05 19:12:15 -07:00
RestoreLoader.actor.cpp FastRestoreLoader:Clean batchData when a version batch finishes 2020-05-04 11:31:42 -07:00
RestoreLoader.actor.h FastRestoreLoader:Clean batchData when a version batch finishes 2020-05-04 11:31:42 -07:00
RestoreMaster.actor.cpp Merge pull request #3078 from xumengpanda/mengxu/fr-circus-stall-PR 2020-05-07 20:07:23 -07:00
RestoreMaster.actor.h FastRestore:Make FastRestore event type more descriptive 2020-05-01 10:27:08 -07:00
RestoreRoleCommon.actor.cpp FastRestoreLoader:Clean batchData when a version batch finishes 2020-05-04 11:31:42 -07:00
RestoreRoleCommon.actor.h Remove versionBatchStart var from RestoreRoleData 2020-05-04 11:42:19 -07:00
RestoreUtil.actor.cpp FastRestore:Apply clang-format to changes 2020-04-07 15:57:03 -07:00
RestoreUtil.h Fix merge conflict on missing struct VersionedMutation 2020-04-29 22:35:54 -07:00
RestoreWorker.actor.cpp FastRestore:Fix Valgrind error InvalidSuppression 2020-05-02 19:52:05 -07:00
RestoreWorker.actor.h FastRestore:Revise trace events 2020-04-25 21:32:45 -07:00
ServerDBInfo.actor.h More fixes for OPEN_FOR_IDE build 2020-05-01 23:04:12 -07:00
ServerDBInfo.h More fixes for OPEN_FOR_IDE build 2020-05-01 23:04:12 -07:00
SimulatedCluster.actor.cpp Merge branch 'master' into bugfixes/cmake-includes 2020-05-04 02:11:46 -07:00
SimulatedCluster.h code cleanup 2020-02-19 17:59:45 -08:00
SkipList.cpp Revert "Revert "Merge pull request #2257 from zjuLcg/report-conflicting-key"" 2020-03-24 18:11:15 -07:00
Status.actor.cpp Merge pull request #3073 from tclinken/fix-open-for-ide-build 2020-05-07 14:47:59 -07:00
Status.h code cleanup based on review comments 2020-04-17 15:05:01 -07:00
StorageCache.actor.cpp Fix OPEN_FOR_IDE build 2020-02-03 10:42:05 -08:00
StorageMetrics.actor.h Merge pull request #2532 from dongxinEric/feature/hot-read-key-detection-part-2 2020-05-05 14:33:34 -07:00
StorageMetrics.h
TLogInterface.h Apply clang-format 2020-03-12 10:18:53 -07:00
TLogServer.actor.cpp A number of bug fixes of rare correctness errors 2020-04-29 13:50:13 -07:00
TagPartitionedLogSystem.actor.cpp Fix backup worker removal races with setting 2020-04-20 11:06:46 -07:00
TesterInterface.actor.h Merge pull request #2045 from atn34/disallow-scalar-network-messages 2019-08-30 13:38:54 -07:00
VFSAsync.cpp Revert "Enable -Wclass-memaccess and fix warnings" 2020-04-29 15:51:29 -07:00
VersionedBTree.actor.cpp Fixed compiler errors 2020-05-04 10:40:31 -07:00
WaitFailure.actor.cpp A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
WaitFailure.h A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
WorkerInterface.actor.h merge in master 2020-04-28 13:11:47 -07:00
art.h address test failure 2020-05-06 15:51:53 -07:00
art_impl.h Using Flow's wrappers for gcc builtins 2020-04-07 17:55:43 +02:00
fdbserver.actor.cpp Merge pull request #3078 from xumengpanda/mengxu/fr-circus-stall-PR 2020-05-07 20:07:23 -07:00
masterserver.actor.cpp code cleanup 2020-04-10 17:02:11 -07:00
networktest.actor.cpp Fix OPEN_FOR_IDE build 2020-03-03 11:32:43 -08:00
pubsub.actor.cpp Merge branch 'master' into thread-safe-random-number-generation 2019-05-23 08:35:47 -07:00
pubsub.h Use proper fwd decl in NativeAPI 2019-02-19 15:16:59 -08:00
storageserver.actor.cpp Merge pull request #2532 from dongxinEric/feature/hot-read-key-detection-part-2 2020-05-05 14:33:34 -07:00
template_fdb.h
tester.actor.cpp Merge remote-tracking branch 'origin/master' into bugfixes/fix-clang10-compiler-warnings 2020-05-06 15:50:39 -07:00
worker.actor.cpp More aggressively cleanup a bad process ID file in simulation 2020-05-05 15:59:02 -07:00