foundationdb/fdbserver
Alex Miller 4cc60dc9b8 Merge remote-tracking branch 'upstream/master' into peek-cursor-timeout-bug 2019-07-15 17:05:39 -07:00
..
sqlite Implementation complete (not yet working) 2019-05-13 14:15:22 -07:00
workloads Merge pull request #1729 from etschannen/feature-fast-txs-recovery 2019-07-15 13:27:41 -07:00
ApplyMetadataMutation.h Merge pull request #1497 from alexmiller-apple/fastrecovery 2019-05-23 10:52:35 -07:00
CMakeLists.txt Merge pull request #1678 from mpilman/features/external-workload 2019-06-25 13:53:19 -07:00
ClusterController.actor.cpp Merge pull request #1796 from ajbeamon/remove-trace-event-underscores 2019-07-05 21:45:55 -07:00
ClusterRecruitmentInterface.h A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
CompactMap.cpp Merge branch 'release-6.1' 2019-06-03 18:49:35 -07:00
ConflictSet.h exec op not supported when log_anti_quorum > 0 2019-05-28 22:07:46 -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 Merge remote-tracking branch 'upstream/master' into flowlock-api 2019-07-03 20:44:15 -07:00
CoordinationInterface.h Compiling on clang again 2019-05-13 14:15:23 -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 Merge pull request #1798 from ajbeamon/merge-release-6.1-into-master 2019-07-08 09:02:56 -07:00
DataDistribution.actor.h Fix OPEN_FOR_IDE build errors 2019-04-05 16:30:42 -07:00
DataDistributionQueue.actor.cpp A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
DataDistributionTracker.actor.cpp A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
DataDistributorInterface.h Fixed compilation issues after rebase 2019-05-13 14:15:22 -07:00
DeltaTree.h Removed use of the C "struct hack" as it is not valid C++. Replaced zero-length members with functions returning a pointer for arrays or a reference for single members. 2019-07-02 16:02:58 -07:00
DiskQueue.actor.cpp Fix some new usages of g_random 2019-05-23 09:23:27 -07:00
FDBExecHelper.actor.cpp disable boost::process code for windows and mac 2019-06-13 15:43:03 -07:00
FDBExecHelper.actor.h code re-orgnaization and address comments 2019-05-28 22:07:46 -07:00
IDiskQueue.h Implemented Traceable for printable types 2019-04-05 13:12:19 -07:00
IKeyValueStore.h Address review comments. 2018-10-19 18:55:35 -07:00
IPager.h debug_printf_noop() was incorrectly defined as a function, which still has a runtime cost of argument evaluation. 2019-05-22 03:40:18 -07:00
IVersionedStore.h Checkpointing incomplete and correctness-breaking progress on adding single-version mode to VersionedBTree. 2019-04-29 17:00:29 -07:00
IndirectShadowPager.actor.cpp Merge branch 'master' of github.com:apple/foundationdb into feature-redwood 2019-05-21 23:49:27 -07:00
IndirectShadowPager.h Many bug fixes related to concurrent page operations and pager shutdown. 2018-11-06 19:31:16 -08:00
KeyValueStoreCompressTestData.actor.cpp Fix minor IDE build errors 2019-02-19 15:16:59 -08:00
KeyValueStoreMemory.actor.cpp Memory storage engine to use crc32c DiskQueue by default (in 6.2). 2019-07-01 13:38:06 -07:00
KeyValueStoreSQLite.actor.cpp A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
Knobs.cpp avoid going to unlimited immediately after going below the durabilityLagTargetVersion 2019-07-12 18:50:56 -07:00
Knobs.h avoid going to unlimited immediately after going below the durabilityLagTargetVersion 2019-07-12 18:50:56 -07:00
LatencyBandConfig.cpp Remove trace-calls to printable (in non-workloads) 2019-04-05 13:12:19 -07:00
LatencyBandConfig.h Merge commit '3b2700d25334c53d13496ca16682642aac951beb' into track-server-request-latencies 2019-01-24 11:43:26 -08:00
LeaderElection.actor.cpp A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
LeaderElection.h Several flatbuffers bug fixes 2019-05-13 14:15:23 -07:00
LogProtocolMessage.h Replace & operator with variadic function 2018-12-28 11:33:42 -08:00
LogRouter.actor.cpp Merge remote-tracking branch 'upstream/master' into flowlock-api 2019-06-25 14:26:50 -07:00
LogSystem.h Merge in master 2019-07-05 15:49:24 -07:00
LogSystemConfig.h the number of txsTags needs to be tracked separately from the number of transaction logs because of forced recoveries 2019-06-28 12:33:24 -07:00
LogSystemDiskQueueAdapter.actor.cpp Update fdbserver/LogSystemDiskQueueAdapter.actor.cpp 2019-07-12 18:13:56 -07:00
LogSystemDiskQueueAdapter.h shard the txs tag so that more transaction logs are involved in its recovery 2019-06-19 18:15:09 -07:00
LogSystemPeekCursor.actor.cpp Merge remote-tracking branch 'upstream/master' into peek-cursor-timeout-bug 2019-07-15 17:05:39 -07:00
MasterInterface.h A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
MasterProxyServer.actor.cpp Merge branch 'master' into feature-fast-txs-recovery 2019-07-10 13:59:52 -07:00
MemoryPager.actor.cpp fdbserver: fix some print/scan format warnings 2019-05-06 13:35:29 -07:00
MemoryPager.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
MoveKeys.actor.cpp A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
MoveKeys.actor.h Use ACTOR forward declarations in MoveKeys 2019-02-19 15:16:59 -08:00
NetworkTest.h Compiling on clang again 2019-05-13 14:15:23 -07:00
OldTLogServer_4_6.actor.cpp Merge in master 2019-07-05 15:49:24 -07:00
OldTLogServer_6_0.actor.cpp Merge remote-tracking branch 'upstream/master' into peek-cursor-timeout-bug 2019-07-15 17:05:39 -07:00
Orderer.actor.h A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
PrefixTree.h Fixed several minor code issues 2019-01-24 14:43:12 -08:00
QuietDatabase.actor.cpp Merge branch 'release-6.1' into merge-release-6.1-into-master 2019-07-05 13:52:29 -07:00
QuietDatabase.h fix: the tlog would not pop data from the disk queue after a storage server was removed, because the tag still exists in memory on the logs 2019-05-20 23:58:45 -07:00
Ratekeeper.actor.cpp avoid going to unlimited immediately after going below the durabilityLagTargetVersion 2019-07-12 18:50:56 -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 A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
Restore.actor.cpp Add a random UID to TransactionMetrics in case a client opens multiple connections and also a field to indicate whether the connection is internal. Convert some of the metrics to our Counter object instead of running totals. 2019-07-08 14:01:04 -07:00
RestoreInterface.h A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
ServerDBInfo.h Compiling on clang again 2019-05-13 14:15:23 -07:00
SimulatedCluster.actor.cpp Add a TLogVersion::V4 2019-07-09 18:22:13 -07: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 pull request #1712 from tclinken/add-local-rk-to-status 2019-07-15 15:17:11 -07:00
Status.h Add support for a client or worker having multiple issues. 2019-03-22 08:29:41 -07:00
StorageMetrics.actor.h Replace g_random and g_nondeterministic_random with functions deterministicRandom() and nondeterministicRandom() that return thread_local random number generators. Delete g_debug_random and trace_random. Allow only deterministicRandom() to be seeded, and require it to be seeded from each thread on which it is used. 2019-05-10 14:01:52 -07:00
StorageMetrics.h Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
TLogInterface.h Merge remote-tracking branch 'upstream/master' into flowlock-api 2019-06-25 14:26:50 -07:00
TLogServer.actor.cpp Merge remote-tracking branch 'upstream/master' into peek-cursor-timeout-bug 2019-07-15 17:05:39 -07:00
TagPartitionedLogSystem.actor.cpp Update fdbserver/TagPartitionedLogSystem.actor.cpp 2019-07-12 18:16:44 -07:00
TesterInterface.actor.h Implementation complete (not yet working) 2019-05-13 14:15:22 -07:00
VFSAsync.cpp A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -07:00
VersionedBTree.actor.cpp Merge remote-tracking branch 'upstream/master' into flowlock-api 2019-07-03 20:44:15 -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 2019-07-05 15:49:24 -07:00
fdbserver.actor.cpp Make trace event field lengths (and total event sizes) default knobified and configurable. Add a transaction option to control the field length of transaction debug logging. Make the program start command line field less likely to be truncated. 2019-07-12 16:12:35 -07:00
fdbserver.vcxproj Fix ExternalWorkload not being a part of the old build/test system. 2019-06-25 21:42:35 -07:00
fdbserver.vcxproj.filters Extend RebootRequest API to include time to suspend the process before reboot. This is intended to be used for testing purposes to simulate failures. 2019-06-14 11:35:38 -07:00
local.mk Gperftools Profiling fix. 2019-04-01 14:42:18 -07:00
masterserver.actor.cpp Merge branch 'master' into feature-fast-txs-recovery 2019-07-10 13:59:52 -07:00
networktest.actor.cpp A giant translation of TaskFooPriority -> TaskPriority::Foo 2019-06-25 02:47:35 -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 Merge pull request #1712 from tclinken/add-local-rk-to-status 2019-07-15 15:17:11 -07: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 Add a random UID to TransactionMetrics in case a client opens multiple connections and also a field to indicate whether the connection is internal. Convert some of the metrics to our Counter object instead of running totals. 2019-07-08 14:01:04 -07:00
worker.actor.cpp Add a TLogVersion::V4 2019-07-09 18:22:13 -07:00