.. |
sqlite
|
FastRestore:Apply Clang-format
|
2019-08-01 18:09:12 -07:00 |
workloads
|
Change FASTRESTORE_SAMPLING_PERCENT to 0 to 100
|
2019-12-04 21:26:27 -08:00 |
ApplyMetadataMutation.cpp
|
Merging with Master.
|
2019-11-12 13:01:29 -08:00 |
ApplyMetadataMutation.h
|
Merging with Master.
|
2019-11-12 13:01:29 -08:00 |
CMakeLists.txt
|
Merge remote-tracking branch 'origin/master' into storage-cache-subfeature1
|
2019-11-14 17:52:22 -08:00 |
ClusterController.actor.cpp
|
Merge branch 'release-6.2'
|
2019-11-22 15:39:19 -08:00 |
ClusterRecruitmentInterface.h
|
Merging with Master.
|
2019-11-12 13:01:29 -08:00 |
CompactMap.cpp
|
Merge branch 'release-6.1'
|
2019-06-03 18:49:35 -07:00 |
ConflictSet.h
|
remove snap v1 related code
|
2019-07-25 17:29:31 -07:00 |
CoordinatedState.actor.cpp
|
ProtocolVersion type - second try
|
2019-06-18 17:55:27 -07:00 |
CoordinatedState.h
|
Reverting changes from merge of master into release-5.2 (b25810711c ). Note that we never intend to release master into release-5.2, but if we did we would need to revert this commit.
|
2018-03-06 10:15:04 -08:00 |
Coordination.actor.cpp
|
add yieldedFutures to prevent slow tasks
|
2019-09-11 16:26:48 -07:00 |
CoordinationInterface.h
|
Replace scalar root types with proper messages
|
2019-08-28 14:40:50 -07:00 |
CoroFlow.actor.cpp
|
A giant translation of TaskFooPriority -> TaskPriority::Foo
|
2019-06-25 02:47:35 -07:00 |
CoroFlow.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
DBCoreState.h
|
Update fdbserver/DBCoreState.h
|
2019-07-12 18:17:30 -07:00 |
DataDistribution.actor.cpp
|
fixed compiler error
|
2019-11-22 16:19:34 -08:00 |
DataDistribution.actor.h
|
Merge branch 'master' of https://github.com/apple/foundationdb into mark-ss-failed
|
2019-10-21 13:47:06 -07:00 |
DataDistributionQueue.actor.cpp
|
merge 6.2 into master
|
2019-10-21 11:43:46 -07:00 |
DataDistributionTracker.actor.cpp
|
Merge branch 'release-6.2'
|
2019-11-01 15:48:04 -07:00 |
DataDistributorInterface.h
|
created new reply types to work with flatbuffer serialization requirements
|
2019-09-18 13:40:18 -07:00 |
DeltaTree.h
|
Implemented page preloading on BTree cursor seeks to enable hiding latency on soon-to-be-read sibling pages. Added random scans with various preload sizes to the set performance unit test. ObjectCache now tracks hits, misses, and pages which were preloaded but then never used prior to eviction. BTree pages no longer store flags because height is sufficient. Removed virtual specifier in classes not designed to be further inherited. Removed old prototype code (PrefixTree, IndirectShadowPager, MemoryPager) as some interface changes are incompatible and they are no longer worth maintaining.
|
2019-11-11 09:54:22 -08:00 |
DiskQueue.actor.cpp
|
Make DiskQueue V1 not ignore min recovery location.
|
2019-10-03 01:45:10 -07:00 |
FDBExecHelper.actor.cpp
|
Update fdbserver/FDBExecHelper.actor.cpp
|
2019-10-25 10:42:22 -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
|
Address review comments.
|
2018-10-19 18:55:35 -07:00 |
IPager.h
|
Implemented page preloading on BTree cursor seeks to enable hiding latency on soon-to-be-read sibling pages. Added random scans with various preload sizes to the set performance unit test. ObjectCache now tracks hits, misses, and pages which were preloaded but then never used prior to eviction. BTree pages no longer store flags because height is sufficient. Removed virtual specifier in classes not designed to be further inherited. Removed old prototype code (PrefixTree, IndirectShadowPager, MemoryPager) as some interface changes are incompatible and they are no longer worth maintaining.
|
2019-11-11 09:54:22 -08:00 |
IVersionedStore.h
|
Implemented page preloading on BTree cursor seeks to enable hiding latency on soon-to-be-read sibling pages. Added random scans with various preload sizes to the set performance unit test. ObjectCache now tracks hits, misses, and pages which were preloaded but then never used prior to eviction. BTree pages no longer store flags because height is sufficient. Removed virtual specifier in classes not designed to be further inherited. Removed old prototype code (PrefixTree, IndirectShadowPager, MemoryPager) as some interface changes are incompatible and they are no longer worth maintaining.
|
2019-11-11 09:54:22 -08:00 |
KeyValueStoreCompressTestData.actor.cpp
|
Fix minor IDE build errors
|
2019-02-19 15:16:59 -08:00 |
KeyValueStoreMemory.actor.cpp
|
throw away state if we ever read popped data from the disk queue adapter
|
2019-07-30 10:14:39 -07:00 |
KeyValueStoreSQLite.actor.cpp
|
A giant translation of TaskFooPriority -> TaskPriority::Foo
|
2019-06-25 02:47:35 -07:00 |
Knobs.cpp
|
Change FASTRESTORE_SAMPLING_PERCENT to 0 to 100
|
2019-12-04 21:26:27 -08:00 |
Knobs.h
|
FastRestore:Sampling:Resolve review comments
|
2019-12-04 17:35:11 -08: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
|
Replace scalar root types with proper messages
|
2019-08-28 14:40:50 -07:00 |
LeaderElection.h
|
Remove --object-serializer flag from executables
|
2019-08-06 09:25:40 -07:00 |
LogProtocolMessage.h
|
Replace & operator with variadic function
|
2018-12-28 11:33:42 -08:00 |
LogRouter.actor.cpp
|
Merge branch 'release-6.2'
|
2019-11-06 13:45:37 -08:00 |
LogSystem.h
|
Merge branch 'release-6.2'
|
2019-11-06 13:45:37 -08:00 |
LogSystemConfig.h
|
Merge pull request #1945 from xumengpanda/mengxu/tLog-code-read-v2
|
2019-08-08 13:24:32 -07:00 |
LogSystemDiskQueueAdapter.actor.cpp
|
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 |
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
|
Merge branch 'release-6.2'
|
2019-11-06 13:45:37 -08:00 |
MasterInterface.h
|
Replace scalar root types with proper messages
|
2019-08-28 14:40:50 -07:00 |
MasterProxyServer.actor.cpp
|
FastRestore:typedef Standalone<VectorRef<MutationRef>> MutationsVec
|
2019-12-04 11:39:55 -08:00 |
MoveKeys.actor.cpp
|
addressed review comments
|
2019-10-18 09:43:25 -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
|
Continuing a parallel peek after a timeout would hang.
|
2019-10-22 19:24:05 -07:00 |
OldTLogServer_6_0.actor.cpp
|
Merge branch 'master' of github.com:apple/foundationdb
|
2019-11-22 15:34:49 -08:00 |
OldTLogServer_6_2.actor.cpp
|
Forward declare tLogPop in 6_2.
|
2019-11-20 10:43:24 -08:00 |
Orderer.actor.h
|
A giant translation of TaskFooPriority -> TaskPriority::Foo
|
2019-06-25 02:47:35 -07:00 |
QuietDatabase.actor.cpp
|
Merge branch 'master' of https://github.com/apple/foundationdb into mark-ss-failed
|
2019-09-18 11:49:07 -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 'master' of https://github.com/apple/foundationdb into mark-ss-failed
|
2019-10-03 09:47:45 -07:00 |
RatekeeperInterface.h
|
Compiling on clang again
|
2019-05-13 14:15:23 -07:00 |
RecoveryState.h
|
fix: kill all tlogs in one region prevents the remote logs from recovering in that region, do not allow that to prevent us from configuring usable_regions=1.
|
2018-07-05 00:08:51 -07:00 |
Resolver.actor.cpp
|
A giant translation of TaskFooPriority -> TaskPriority::Foo
|
2019-06-25 02:47:35 -07:00 |
ResolverInterface.h
|
Replace scalar root types with proper messages
|
2019-08-28 14:40:50 -07:00 |
RestoreApplier.actor.cpp
|
Change FASTRESTORE_SAMPLING_PERCENT to 0 to 100
|
2019-12-04 21:26:27 -08:00 |
RestoreApplier.actor.h
|
Move RestoreWorkerInterface to fdbclient
|
2019-10-25 10:42:22 -07:00 |
RestoreCommon.actor.cpp
|
Remove several nonsensical const uses
|
2019-10-26 14:30:34 -07:00 |
RestoreCommon.actor.h
|
FastRestore:Add sampling on parsed mutations
|
2019-12-03 12:52:17 -08:00 |
RestoreLoader.actor.cpp
|
Change FASTRESTORE_SAMPLING_PERCENT to 0 to 100
|
2019-12-04 21:26:27 -08:00 |
RestoreLoader.actor.h
|
FastRestore:typedef Standalone<VectorRef<MutationRef>> MutationsVec
|
2019-12-04 11:39:55 -08:00 |
RestoreMaster.actor.cpp
|
FastRestore:Sampling:Apply clang format
|
2019-12-03 21:27:06 -08:00 |
RestoreMaster.actor.h
|
FastRestore:Sampling:Apply clang format
|
2019-12-03 21:27:06 -08:00 |
RestoreRoleCommon.actor.cpp
|
FastRestore:resolve review comments
|
2019-11-11 17:00:16 -08:00 |
RestoreRoleCommon.actor.h
|
Change FASTRESTORE_SAMPLING_PERCENT to 0 to 100
|
2019-12-04 21:26:27 -08:00 |
RestoreUtil.actor.cpp
|
FastRestore:Apply Clang-format
|
2019-08-01 18:09:12 -07:00 |
RestoreUtil.h
|
Change FASTRESTORE_SAMPLING_PERCENT to 0 to 100
|
2019-12-04 21:26:27 -08:00 |
RestoreWorker.actor.cpp
|
Merge branch 'master' into mengxu/fast-restore-sampling-PR
|
2019-12-03 21:42:01 -08:00 |
RestoreWorker.actor.h
|
Move RestoreWorkerInterface to fdbclient
|
2019-10-25 10:42:22 -07:00 |
ServerDBInfo.h
|
Merging with Master.
|
2019-11-12 13:01:29 -08:00 |
SimulatedCluster.actor.cpp
|
Merge branch 'master' of github.com:apple/foundationdb
|
2019-11-22 15:34:49 -08:00 |
SimulatedCluster.h
|
Address review comments and minor fixes
|
2019-05-28 22:07:46 -07:00 |
SkipList.cpp
|
Merge branch 'master' into thread-safe-random-number-generation
|
2019-05-23 08:35:47 -07:00 |
Status.actor.cpp
|
Merge branch 'release-6.2'
|
2019-10-24 17:38:15 -07:00 |
Status.h
|
the cluster controller caches the serialization of serverDBInfo, to avoid regenerating it many times
|
2019-09-10 14:27:22 -07:00 |
StorageCache.actor.cpp
|
Merging with Master.
|
2019-11-12 13:01:29 -08:00 |
StorageMetrics.actor.h
|
Resolve review comments
|
2019-11-27 19:26:22 -08:00 |
StorageMetrics.h
|
Adjust all includes to be relative to the root.
|
2018-10-19 17:35:33 +00:00 |
TLogInterface.h
|
do not copy locality in the tlog interface constructor
|
2019-09-12 14:20:26 -07:00 |
TLogServer.actor.cpp
|
Merge branch 'master' of github.com:apple/foundationdb
|
2019-11-22 15:34:49 -08:00 |
TagPartitionedLogSystem.actor.cpp
|
Merging with Master.
|
2019-11-12 13:01:29 -08:00 |
TesterInterface.actor.h
|
Merge pull request #2045 from atn34/disallow-scalar-network-messages
|
2019-08-30 13:38:54 -07:00 |
VFSAsync.cpp
|
A giant translation of TaskFooPriority -> TaskPriority::Foo
|
2019-06-25 02:47:35 -07:00 |
VersionedBTree.actor.cpp
|
Bumped format versions, also simplified version scheme to a pager version and a btree version, removing per-page versions for queue and btree pages.
|
2019-11-11 16:28:21 -08: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 branch 'master' of github.com:apple/foundationdb
|
2019-11-22 15:34:49 -08:00 |
fdbserver.actor.cpp
|
Rename hgVersion to sourceVersion.
|
2019-11-15 12:26:51 -08:00 |
fdbserver.vcxproj
|
Merge remote-tracking branch 'origin/master' into storage-cache-subfeature1
|
2019-11-14 17:52:22 -08:00 |
fdbserver.vcxproj.filters
|
Merge remote-tracking branch 'origin/master' into storage-cache-subfeature1
|
2019-11-14 17:52:22 -08:00 |
local.mk
|
Gperftools Profiling fix.
|
2019-04-01 14:42:18 -07:00 |
masterserver.actor.cpp
|
Merging with Master.
|
2019-11-12 13:01:29 -08:00 |
networktest.actor.cpp
|
Make the networktest payload size a knob so that it can be changed.
|
2019-08-21 18:37:50 -07: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
|
For the read sampling, use a specialized notify function to avoid unnecessary stack object allocation and a lot branch misses.
|
2019-11-22 15:21:09 -08:00 |
template_fdb.h
|
remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py
|
2018-02-21 10:25:11 -08:00 |
tester.actor.cpp
|
Only print 'waiting for DD to end...' if test actually waits
|
2019-11-03 16:13:32 -08:00 |
worker.actor.cpp
|
Merge branch 'master' of github.com:apple/foundationdb
|
2019-11-22 15:34:49 -08:00 |