Commit Graph

13857 Commits

Author SHA1 Message Date
sfc-gh-tclinkenbeard 86c7c1e946 Fix IAsyncFileSystem method signatures 2020-12-28 01:57:42 -04:00
Trevor Clinkenbeard c8950490be
Merge pull request #4180 from sfc-gh-tclinkenbeard/remove-masterproxyserver
Remove MasterProxyServer.actor.cpp and BlobStore.actor.cpp
2020-12-28 01:52:45 -04:00
sfc-gh-tclinkenbeard 8dc39f4d8f Make ExecCmdValueString const-correct 2020-12-27 14:15:22 -04:00
sfc-gh-tclinkenbeard 5b2e88b187 Use structured bindings in for loops 2020-12-27 01:46:20 -04:00
sfc-gh-tclinkenbeard 0d4e81e6b4 Use unique_ptr in DataDistribution.actor.cpp 2020-12-26 23:40:54 -04:00
sfc-gh-tclinkenbeard 21d7620922 TDMetric optimizations 2020-12-26 22:50:34 -04:00
sfc-gh-tclinkenbeard e7e53aeb98 Use unique_ptr for adding shards 2020-12-26 22:34:46 -04:00
sfc-gh-tclinkenbeard b7f4d69dc4 Added VersionedKVPart class to FileDecoder.actor.cpp 2020-12-26 21:53:14 -04:00
sfc-gh-tclinkenbeard c2334a4904 Improve SkipList const-correctness 2020-12-26 21:31:45 -04:00
sfc-gh-tclinkenbeard 5bfa6cea98 Merge remote-tracking branch 'origin/master' into misc-changes 2020-12-26 20:47:00 -04:00
sfc-gh-tclinkenbeard 19816ccdbf Improve DataDistribution const-correctness 2020-12-26 20:22:27 -04:00
sfc-gh-tclinkenbeard 26a4884eef Mark TCMachineTeamInfo::size const 2020-12-26 19:23:01 -04:00
sfc-gh-tclinkenbeard 33ec968d5a Mark expectedSize methods const 2020-12-26 18:30:44 -04:00
sfc-gh-tclinkenbeard abb7cd4e16 Use platform::getEnvironmentVar instead of std::getenv 2020-12-26 16:32:02 -04:00
sfc-gh-tclinkenbeard 913401aaee Move SendBufferIterator out of network.h
This class is only needed for implementation in Net2.actor.cpp and
SimExternalConnection.actor.cpp, so this class should not be included
everywhere network.h is included
2020-12-26 16:30:00 -04:00
sfc-gh-tclinkenbeard 4e460c0b30 Remove BlobStore.actor.cpp 2020-12-26 13:30:16 -04:00
sfc-gh-tclinkenbeard f6ad4559a7 Remove MasterProxyServer.actor.cpp 2020-12-26 13:24:21 -04:00
sfc-gh-tclinkenbeard 2c8ca5d7f9 Added BlobStoreWorkload.h 2020-12-24 22:04:06 -04:00
sfc-gh-tclinkenbeard 2a8f971733 Fix Azure blob storage backup test 2020-12-24 21:20:05 -04:00
sfc-gh-tclinkenbeard 1dc0343092 Update blob backup test files 2020-12-24 21:20:05 -04:00
sfc-gh-tclinkenbeard 0b45c969b9 Remove invalid assertion from SimExternalConnection::read 2020-12-24 21:20:04 -04:00
sfc-gh-tclinkenbeard a7202a5b42 Use connectExernal in INetworkConnections::connect 2020-12-24 21:20:04 -04:00
sfc-gh-tclinkenbeard 1dfa2acb93 Reduce sleep in SimExternalConnection::write 2020-12-24 21:20:04 -04:00
sfc-gh-tclinkenbeard d9b5309f4f Add random delays to SimExternalConnection 2020-12-24 21:20:04 -04:00
sfc-gh-tclinkenbeard 917da45c3f Miscellaneous improvements to SimExternalConnection unit test 2020-12-24 21:20:04 -04:00
sfc-gh-tclinkenbeard 555c3d95fc Added fdbrpc/SimExternalClient unit test 2020-12-24 21:20:03 -04:00
sfc-gh-tclinkenbeard 201857541d Remove unnecessary copies from INetworkConnections interface 2020-12-24 21:20:03 -04:00
sfc-gh-tclinkenbeard 94d7c17978 Implemented SimExternalConnection::onReadable 2020-12-24 21:20:03 -04:00
sfc-gh-tclinkenbeard 8cb029b777 Made SimExternalConnection reading and writing deterministic 2020-12-24 21:20:03 -04:00
sfc-gh-tclinkenbeard 16476ec9e1 Implemented SimExternalConnection::read 2020-12-24 21:20:03 -04:00
sfc-gh-tclinkenbeard 1e7ea8ece1 Implemented SimExternalConnection::write 2020-12-24 21:20:02 -04:00
sfc-gh-tclinkenbeard 87282eda47 Implemented SimExternalConnection::getPeerAddress 2020-12-24 21:20:02 -04:00
sfc-gh-tclinkenbeard 9f22ae7831 Implement SimExternalConnection::connect 2020-12-24 21:20:02 -04:00
sfc-gh-tclinkenbeard fed1a03950 Added SimExternalConnection (most methods not implemented yet) 2020-12-24 21:20:02 -04:00
Jingyu Zhou a167016378 Resolver merge conflicts 2020-12-23 14:33:30 -08:00
Jingyu Zhou bbb56e4089 Merge branch 'release-6.2' of https://github.com/apple/foundationdb into release-6.3 2020-12-23 14:26:59 -08:00
Meng Xu 5a2b1ab258
Merge pull request #4176 from jzhou77/post-release-cleanup-6.2.29
Post release cleanup 6.2.29
2020-12-22 22:54:43 -08:00
Jingyu Zhou a3d2607ca3 update installer WIX GUID following release 2020-12-22 21:32:23 -08:00
Jingyu Zhou d1a715a85c update version to 6.2.30 2020-12-22 21:32:23 -08:00
Vishesh Yadav 6957e64886 fix: Calculate fault tolerance when keys are not fully replicated
Whem the database is not fully replicated to remote, fault tolerance
can be calculated by couting total number of tLogs replicas in primary
and satellite - 1, as we can lose all but one of those, but we were
subtracting 2 instead of 1.
2020-12-22 16:26:19 -08:00
Vishesh Yadav a1809f7d86 doc: Fault Tolerance and Region Configuration 2020-12-22 16:25:17 -08:00
Meng Xu f3aef311cc
Merge pull request #4174 from jzhou77/release-6.2
Update release notes and download links.
2020-12-22 14:59:40 -08:00
Jingyu Zhou c3b152113c Update release notes and download links. 2020-12-22 13:57:13 -08:00
Jingyu Zhou 03de3ac899
Merge pull request #4060 from dongxinEric/feature/allow-manually-trigger-dd-teams-info-logging
Added a command in fdbcli to allow user to manually trigger the detai…
2020-12-22 11:04:49 -08:00
Andrew Noyes 9b7c93ca86 Make sure that fdb_c.h is c89 compliant 2020-12-22 10:30:07 -08:00
Xin Dong 8d4cbfbb86
Merge branch 'release-6.2' into feature/allow-manually-trigger-dd-teams-info-logging 2020-12-22 10:00:24 -08:00
Chaoguang Lin 3715cf50a2 merge conflict 2020-12-21 18:04:45 -08:00
Chaoguang Lin 83b2a994c3 Add release notes 2020-12-21 14:01:17 -08:00
Jingyu Zhou bac5b0404d
Merge pull request #4161 from sfc-gh-satherton/fix-redwood-stack-overflow
Fix stack overflow in Redwood
2020-12-21 13:48:52 -08:00
Jingyu Zhou 0ecfaf138e
Merge pull request #4150 from sfc-gh-ljoswiak/fixes/sps-tracing
Remove "a/" from tracing keys in special-key-space
2020-12-21 13:48:01 -08:00