foundationdb/fdbserver
Evan Tschannen a52ea4eb78 restored 5.1 functionality of simulated cluster. Will test assigned primary and remote data centers. Does not test remote replication or satellite logs 2018-02-10 13:27:51 -08:00
..
sqlite Merge branch 'fix-io-timeout-handling' into release-5.0 2017-05-31 17:03:15 -07:00
workloads Merge commit '4038bd2fd968d88861f2cebd442ce511724816cb' into feature-remote-logs 2018-02-10 12:08:52 -08:00
ApplyMetadataMutation.h fix: dest tags were not repopulated when the tag cache was cleared 2018-01-31 17:35:48 -08:00
ClusterController.actor.cpp Merge commit '4038bd2fd968d88861f2cebd442ce511724816cb' into feature-remote-logs 2018-02-10 12:08:52 -08:00
ClusterRecruitmentInterface.h re-enabled better master exists 2018-02-09 16:48:55 -08:00
ConflictSet.h Initial repository commit 2017-05-25 13:48:44 -07:00
CoordinatedState.actor.cpp passed first tests which kill entire datacenters 2017-09-07 15:32:08 -07:00
CoordinatedState.h passed first tests which kill entire datacenters 2017-09-07 15:32:08 -07:00
Coordination.actor.cpp Change excluded cluster controller 2017-11-14 13:57:37 -08:00
CoordinationInterface.h Introduce prevChangeID to CandidacyRequest and LeaderHeartbeatRequest 2017-10-12 17:11:58 -07:00
CoroFlow.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
CoroFlow.h Initial repository commit 2017-05-25 13:48:44 -07:00
DBCoreState.h gracefully exit if attempting to upgrade from 4.X versions 2018-01-30 17:10:50 -08:00
DataDistribution.actor.cpp fix: history tags were being incorrectly popped 2018-02-03 12:20:18 -08:00
DataDistribution.h removed a separately configurable storage team size for the remote data center, because it did not make sense 2018-02-02 11:46:04 -08:00
DataDistributionQueue.actor.cpp removed a separately configurable storage team size for the remote data center, because it did not make sense 2018-02-02 11:46:04 -08:00
DataDistributionTracker.actor.cpp removed a separately configurable storage team size for the remote data center, because it did not make sense 2018-02-02 11:46:04 -08:00
DatabaseConfiguration.cpp re-enabled better master exists 2018-02-09 16:48:55 -08:00
DatabaseConfiguration.h restored 5.1 functionality of simulated cluster. Will test assigned primary and remote data centers. Does not test remote replication or satellite logs 2018-02-10 13:27:51 -08:00
DiskQueue.actor.cpp fix: we cannot pipeline disk queue commits until after the first commit is successful 2018-01-02 13:30:27 -08:00
IDiskQueue.h added a SevWarnAlways for when a disk queue file grows larger than 20GB 2017-12-01 15:05:17 -08:00
IKeyValueStore.h Merge branch 'fix-io-timeout-handling' 2017-05-26 18:43:08 -07:00
KeyValueStoreCompressTestData.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
KeyValueStoreMemory.actor.cpp moved Notified.h from flow -> fdbclient ; flow bindings package does better job when excluding testers 2017-07-14 15:49:30 -07:00
KeyValueStoreSQLite.actor.cpp Rename IAsyncFile::incrementalDelete -> IAsyncFileSystem::incrementalDeleteFile. 2017-11-30 17:19:10 -08:00
Knobs.cpp Merge commit '4038bd2fd968d88861f2cebd442ce511724816cb' into feature-remote-logs 2018-02-10 12:08:52 -08:00
Knobs.h re-enabled better master exists 2018-02-09 16:48:55 -08:00
LeaderElection.actor.cpp re-enabled better master exists 2018-02-09 16:48:55 -08:00
LeaderElection.h re-enabled better master exists 2018-02-09 16:48:55 -08:00
LogProtocolMessage.h merged everything from feature-remote-logs besides the tlog and tagpartitionedlogsystem 2017-06-29 15:50:19 -07:00
LogRouter.actor.cpp re-added support for non-copying tlog recovery 2017-10-24 15:09:31 -07:00
LogSystem.h to support more complicated policies in the future for determining the best location for a tag within a set of tlogs, use an integer instead of a bool 2018-01-29 17:48:18 -08:00
LogSystemConfig.h to support more complicated policies in the future for determining the best location for a tag within a set of tlogs, use an integer instead of a bool 2018-01-29 17:48:18 -08:00
LogSystemDiskQueueAdapter.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
LogSystemDiskQueueAdapter.h Initial repository commit 2017-05-25 13:48:44 -07:00
LogSystemPeekCursor.actor.cpp upgrades from 5.X mostly supported, still some remaining correctness problems 2018-01-28 11:52:54 -08:00
MasterInterface.h Initial repository commit 2017-05-25 13:48:44 -07:00
MasterProxyServer.actor.cpp changing a storage server’s tag must be the first mutations applied in a version, because privatized mutations applied earlier in the same version will use the old tag 2018-02-09 18:21:29 -08:00
MoveKeys.actor.cpp fix: history tags were being incorrectly popped 2018-02-03 12:20:18 -08:00
MoveKeys.h removed a separately configurable storage team size for the remote data center, because it did not make sense 2018-02-02 11:46:04 -08:00
NetworkTest.h Initial repository commit 2017-05-25 13:48:44 -07:00
OldTLogServer.actor.cpp upgrades from 5.X mostly supported, still some remaining correctness problems 2018-01-28 11:52:54 -08:00
Orderer.actor.h moved Notified.h from flow -> fdbclient ; flow bindings package does better job when excluding testers 2017-07-14 15:49:30 -07:00
QuietDatabase.actor.cpp warmRange needs to get a read version occasionally to prevent it from overwhelming the proxy 2018-01-14 12:50:52 -08:00
QuietDatabase.h Enable checkUsingDesiredClasses() in consistency check 2017-10-24 12:58:54 -07:00
Ratekeeper.actor.cpp Add back (in different form) some ratekeeper trace events when a storage server or log doesn't respond. Add actualTPS (named TPSBasis) to RkUpdate. 2018-01-18 14:51:38 -08:00
Ratekeeper.h Initial repository commit 2017-05-25 13:48:44 -07:00
RecoveryState.h re-added support for non-copying tlog recovery 2017-10-24 15:09:31 -07:00
Resolver.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
ResolverInterface.h Initial repository commit 2017-05-25 13:48:44 -07:00
ServerDBInfo.h Initial repository commit 2017-05-25 13:48:44 -07:00
SimulatedCluster.actor.cpp restored 5.1 functionality of simulated cluster. Will test assigned primary and remote data centers. Does not test remote replication or satellite logs 2018-02-10 13:27:51 -08:00
SimulatedCluster.h Initial repository commit 2017-05-25 13:48:44 -07:00
SkipList.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
Status.actor.cpp Merge commit '4038bd2fd968d88861f2cebd442ce511724816cb' into feature-remote-logs 2018-02-10 12:08:52 -08:00
Status.h Support log group field in status json 2017-09-28 16:31:29 -07:00
StorageMetrics.actor.h fix: split metrics could fail an assert in a very rare scenario 2018-01-08 18:20:22 -08:00
StorageMetrics.h Initial repository commit 2017-05-25 13:48:44 -07:00
TLogInterface.h Initial repository commit 2017-05-25 13:48:44 -07:00
TLogServer.actor.cpp gracefully exit if attempting to upgrade from 4.X versions 2018-01-30 17:10:50 -08:00
TagPartitionedLogSystem.actor.cpp re-enabled better master exists 2018-02-09 16:48:55 -08:00
TesterInterface.h testers now use client locality load balancing 2017-09-01 12:53:01 -07:00
VFSAsync.cpp Merge branch 'fix-io-timeout-handling' into release-5.0 2017-05-31 17:03:15 -07:00
WaitFailure.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
WaitFailure.h Initial repository commit 2017-05-25 13:48:44 -07:00
WorkerInterface.h re-enabled better master exists 2018-02-09 16:48:55 -08:00
fdbserver.actor.cpp upgrades from 5.X mostly supported, still some remaining correctness problems 2018-01-28 11:52:54 -08:00
fdbserver.vcxproj added tlog support for upgrading from 5.X clusters. Does not support upgrading from 4.X or earlier. Untested, storage servers still need the ability to change their tag. 2018-01-21 12:21:46 -08:00
fdbserver.vcxproj.filters added tlog support for upgrading from 5.X clusters. Does not support upgrading from 4.X or earlier. Untested, storage servers still need the ability to change their tag. 2018-01-21 12:21:46 -08:00
local.mk Initial repository commit 2017-05-25 13:48:44 -07:00
masterserver.actor.cpp changing a storage server’s tag must be the first mutations applied in a version, because privatized mutations applied earlier in the same version will use the old tag 2018-02-09 18:21:29 -08:00
networktest.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
pubsub.actor.cpp Initial repository commit 2017-05-25 13:48:44 -07:00
pubsub.h Initial repository commit 2017-05-25 13:48:44 -07:00
storageserver.actor.cpp Merge commit '4038bd2fd968d88861f2cebd442ce511724816cb' into feature-remote-logs 2018-02-10 12:08:52 -08:00
template_fdb.h Initial repository commit 2017-05-25 13:48:44 -07:00
tester.actor.cpp Merge branch 'master' into feature-remote-logs 2018-01-14 13:40:24 -08:00
worker.actor.cpp re-enabled better master exists 2018-02-09 16:48:55 -08:00