.. |
sqlite
|
Another refactor of SQLite injected error handling to address failures of the previous attempt. Some code cleanup. Added documentation of injected error handling works and why.
|
2021-01-30 18:06:05 -08:00 |
workloads
|
Merge pull request #4372 from sfc-gh-tclinkenbeard/fix-snapshot-failure
|
2021-02-24 09:13:13 -08: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
|
Fix multiple compiler warnings
|
2021-03-03 10:18:03 -07:00 |
BackupProgress.actor.h
|
Fix spammy GotBackupProgress events
|
2020-06-27 21:30:38 -07:00 |
BackupWorker.actor.cpp
|
Fix multiple compiler warnings
|
2021-03-03 10:18:03 -07:00 |
CMakeLists.txt
|
Rewrote how injected faults are handled in SQLite to be more reliable and work with an upcoming write throttling feature in AsyncFileCached.
|
2021-01-30 18:06:04 -08:00 |
ClusterController.actor.cpp
|
Add some comment to log system
|
2021-02-19 21:44:13 -08: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
|
explicitly versioned every key in systemData, so we only will update the associated protocolVersion when the serialization actually changes
|
2020-05-22 16:35:01 -07:00 |
CoordinatedState.h
|
…
|
|
Coordination.actor.cpp
|
Revert "CDs reject requests from external cluster or requests need to be forwarded based on an old forward request."
|
2021-02-05 13:05:33 -08:00 |
CoordinationInterface.h
|
Revert "CDs reject requests from external cluster or requests need to be forwarded based on an old forward request."
|
2021-02-05 13:05:33 -08:00 |
CoroFlow.actor.cpp
|
Name the RocksDB background threads
|
2021-03-01 20:35:55 +00:00 |
CoroFlow.h
|
…
|
|
DBCoreState.h
|
Removed dead code
|
2020-07-04 12:50:40 -07:00 |
DataDistribution.actor.cpp
|
Change SSVersionDiffLarge event log level to warning
|
2021-03-03 23:33:48 -08:00 |
DataDistribution.actor.h
|
Merge branch 'release-6.2' into release-6.3
|
2021-02-15 02:05:03 -08:00 |
DataDistributionQueue.actor.cpp
|
Resolve conflicts
|
2020-11-24 19:09:42 +00:00 |
DataDistributionTracker.actor.cpp
|
Merge branch 'release-6.2' into release-6.3
|
2021-02-15 02:05:03 -08:00 |
DataDistributorInterface.h
|
Rename DDMetrics to DDMetricsRef
|
2020-05-08 17:17:27 -07:00 |
DeltaTree.h
|
Added commonPrefixLength for StringRefs that takes a prefix skip length.
|
2020-05-10 04:24:11 -07:00 |
DiskQueue.actor.cpp
|
Make IDiskQueue const-correct
|
2020-07-21 14:45:04 -07:00 |
FDBExecHelper.actor.cpp
|
Remove IncludeVersions.h, which is no longer needed for cmake-only builds
|
2020-05-20 13:23:02 -07:00 |
FDBExecHelper.actor.h
|
deprecate isTLogInSameNode used by snapshot V1
|
2019-10-09 15:33:11 -07:00 |
IDiskQueue.h
|
Make IDiskQueue const-correct
|
2020-07-21 14:45:04 -07:00 |
IKeyValueStore.h
|
Make the RocksDB init method idempotent
|
2021-03-01 17:20:41 +00:00 |
IPager.h
|
Multiple sibling page updates within the remap cleanup window can now avoid the second update step, copying updated contents over the original page, by instead updating the parent page to point to the new sibling locations.
|
2020-08-09 03:04:38 -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
|
Add a knob which controls writing prefix compressed kvs mem snapshots.
|
2020-05-12 17:01:52 -07:00 |
KeyValueStoreRocksDB.actor.cpp
|
Merge pull request #4009 from Daniel-B-Smith/rocksdb-named-threads
|
2021-03-03 20:34:32 -08:00 |
KeyValueStoreSQLite.actor.cpp
|
Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
|
2021-02-08 09:20:28 -08:00 |
Knobs.cpp
|
Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
|
2021-02-09 08:55:24 -08:00 |
Knobs.h
|
Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
|
2021-02-08 09:20:28 -08:00 |
LatencyBandConfig.cpp
|
…
|
|
LatencyBandConfig.h
|
re-enabled flat buffers, fixed the latencyBandConfig serialization
|
2019-07-27 17:48:24 -07:00 |
LeaderElection.actor.cpp
|
Fixed a number of problems with monitorLeaderRemotely
|
2020-05-10 14:20:50 -07:00 |
LeaderElection.h
|
Remove USE_OBJECT_SERIALIZER knob
|
2020-02-12 10:41:52 -08:00 |
LogProtocolMessage.h
|
…
|
|
LogRouter.actor.cpp
|
Merge branch 'release-6.3' into mengxu/ha-code
|
2021-02-19 21:47:09 -08:00 |
LogSystem.h
|
Add some comment to log system
|
2021-02-19 21:44:13 -08:00 |
LogSystemConfig.h
|
doc: Fault Tolerance and Region Configuration
|
2020-12-22 16:25:17 -08:00 |
LogSystemDiskQueueAdapter.actor.cpp
|
Make IDiskQueue const-correct
|
2020-07-21 14:45:04 -07:00 |
LogSystemDiskQueueAdapter.h
|
Make IDiskQueue const-correct
|
2020-07-21 14:45:04 -07:00 |
LogSystemPeekCursor.actor.cpp
|
Merge branch 'release-6.2' into release-6.3
|
2020-11-16 10:15:23 -08:00 |
MasterInterface.h
|
do not kill the master unless we have a dbInfo from the current cluster controller
|
2020-07-17 14:59:38 -07:00 |
MasterProxyServer.actor.cpp
|
Fix multiple compiler warnings
|
2021-03-03 10:18:03 -07:00 |
MoveKeys.actor.cpp
|
Fix bugs turned up by _GLIBCXX_DEBUG
|
2021-02-09 00:41:21 +00: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' into release-6.3
|
2020-08-31 01:10:29 -07:00 |
OldTLogServer_6_0.actor.cpp
|
Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
|
2021-02-08 09:20:28 -08:00 |
OldTLogServer_6_2.actor.cpp
|
Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
|
2020-07-10 15:06:34 -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
|
Add number comment to limitReason_t entries
|
2020-07-15 10:57:50 -07:00 |
RatekeeperInterface.h
|
Add a bunch of TEST macros and some other little things
|
2020-05-04 10:11:36 -07:00 |
RecoveryState.h
|
…
|
|
Resolver.actor.cpp
|
Emit traces regularly about role assignment
|
2020-05-08 16:27:57 -07:00 |
ResolverInterface.h
|
clang-format the pr
|
2020-03-26 15:52:30 -07:00 |
RestoreApplier.actor.cpp
|
FastRestore:Fix segmentation fault
|
2020-09-29 22:28:52 -07:00 |
RestoreApplier.actor.h
|
FR:Remove applyStagingKeysBatchLock flow lock
|
2020-09-23 08:47:37 -07:00 |
RestoreCommon.actor.cpp
|
winbuild: fix duplicate definition of Codec<ERestoreState>::pack and unpack in Debug build
|
2021-01-30 19:03:25 +01:00 |
RestoreCommon.actor.h
|
FastRestore:Handle retriable blob error
|
2020-09-09 07:29:17 -07:00 |
RestoreController.actor.cpp
|
FastRestore:Fix segmentation fault
|
2020-09-29 22:28:52 -07:00 |
RestoreController.actor.h
|
FastRestore:Catch controller error and fix unhandled error occurred in updateHeartbeatTime
|
2020-09-22 13:32:26 -07:00 |
RestoreLoader.actor.cpp
|
FastRestoreApplier:Fix conflict range inverted due to invalid memory access
|
2020-09-09 14:40:21 -07:00 |
RestoreLoader.actor.h
|
FastRestore:RequestScheduler:Minor code style improvement
|
2020-08-24 10:45:46 -07:00 |
RestoreRoleCommon.actor.cpp
|
FastRestore:Fix trace event overflow in traceRoleVersionBatchProgress
|
2020-09-06 21:05:16 -07:00 |
RestoreRoleCommon.actor.h
|
FastRestore:Loader:Add scheduler to dispatch requests based on resource utilization and request priority
|
2020-08-15 21:21:51 -07:00 |
RestoreUtil.actor.cpp
|
FastRestore:Replace master word with controller
|
2020-07-16 16:37:13 -07:00 |
RestoreUtil.h
|
FR:Init StagingKey when created
|
2020-09-09 16:12:32 -07:00 |
RestoreWorker.actor.cpp
|
FastRestore:Debug trace for seg fault
|
2020-08-17 20:34:33 -07:00 |
RestoreWorker.actor.h
|
FR:fix compilation error
|
2020-08-04 23:04:38 -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
|
Reboot simulated process on io_timeout error
|
2021-02-17 00:47:32 -08:00 |
SimulatedCluster.h
|
code cleanup
|
2020-02-19 17:59:45 -08:00 |
SkipList.cpp
|
Eliminate undefined behaviour
|
2020-05-13 19:59:34 -07:00 |
Status.actor.cpp
|
Add txnRejectedForQueuedTooLong in ProxyStats
|
2021-02-17 21:40:46 -08:00 |
Status.h
|
code cleanup based on review comments
|
2020-04-17 15:05:01 -07:00 |
StorageCache.actor.cpp
|
Fix compiler warnings
|
2020-07-28 18:30:26 +00:00 |
StorageMetrics.actor.h
|
Merge branch 'anoyes/merge-6.2-to-6.3' into anoyes/release-6.3-merge
|
2020-11-24 16:55:34 +00:00 |
StorageMetrics.h
|
…
|
|
TLogInterface.h
|
Replace VersionUpdateRef with VerUpdateRef
|
2020-07-04 22:17:21 -07:00 |
TLogServer.actor.cpp
|
Merge pull request #4372 from sfc-gh-tclinkenbeard/fix-snapshot-failure
|
2021-02-24 09:13:13 -08:00 |
TagPartitionedLogSystem.actor.cpp
|
Add comment to peekLogRouter in TagPartitionedLogSystem
|
2021-02-22 16:20:50 -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
|
More bug fixes in SQLite file handle lifetimes after storage server restart (including simulated process reboot) when a write rate limit is used. Added several debug trace events, renamed some VFSAsync* events to be more consistent.
|
2021-01-30 18:18:16 -08:00 |
VFSAsync.h
|
Another refactor of SQLite injected error handling to address failures of the previous attempt. Some code cleanup. Added documentation of injected error handling works and why.
|
2021-01-30 18:06:05 -08:00 |
VersionedBTree.actor.cpp
|
Merge branch 'release-6.3' of github.com:apple/foundationdb into feature-redwood
|
2021-01-05 21:34:26 -08:00 |
WaitFailure.actor.cpp
|
Merge branch 'release-6.2' into release-6.3
|
2020-08-31 01:10:29 -07:00 |
WaitFailure.h
|
Log peer address whose failure can cause master recovery
|
2020-07-10 15:57:03 -07:00 |
WorkerInterface.actor.h
|
Merge branch 'release-6.3' into mengxu/ha-code
|
2021-02-19 21:47:09 -08: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 branch 'release-6.3' of github.com:apple/foundationdb into bugfixes/4022
|
2021-02-24 10:54:51 -07:00 |
fdbserver.vcxproj
|
Add LockDatabaseFrequently workload
|
2020-08-19 23:17:38 +00:00 |
fdbserver.vcxproj.filters
|
Add LockDatabaseFrequently workload
|
2020-08-19 23:17:38 +00:00 |
masterserver.actor.cpp
|
Resolve review comments and add trace fields to MasterRecoveryState
|
2021-02-17 14:44:14 -08:00 |
networktest.actor.cpp
|
Rolled back the knob and logic for doing multiple write() calls in write loops before yielding, because they are not necessary. The testing that suggested otherwise was in error.
|
2020-07-16 22:54:14 -07:00 |
pubsub.actor.cpp
|
Merge branch 'master' into thread-safe-random-number-generation
|
2019-05-23 08:35:47 -07:00 |
pubsub.h
|
…
|
|
storageserver.actor.cpp
|
Merge branch 'release-6.3' into mengxu/ha-code
|
2021-02-19 21:47:09 -08:00 |
template_fdb.h
|
…
|
|
tester.actor.cpp
|
Emit traces regularly about role assignment
|
2020-05-08 16:27:57 -07:00 |
worker.actor.cpp
|
Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
|
2021-02-08 09:20:28 -08:00 |