16401 Commits

Author SHA1 Message Date
sfc-gh-tclinkenbeard
c74047c665 Merge remote-tracking branch 'origin/master' into fix-more-clang-warnings 2021-07-28 11:51:02 -07:00
Evan Tschannen
2b2ba10179
Merge pull request #5288 from sfc-gh-etschannen/fix-ordered-delay
Flow transport uses an ordered delay to avoid out of order reply promise stream messages
2021-07-28 09:44:38 -07:00
A.J. Beamon
9f571255bd
Merge pull request #5271 from sfc-gh-ajbeamon/do-not-reset-committed-transaction
Do not partially reset a transaction when it is committed or fails to commit with an error
2021-07-28 09:02:54 -07:00
Xiaoge Su
f533317b73
Merge pull request #5286 from xis19/master
Add libatomic for building FDB using Clang
2021-07-27 21:39:11 -07:00
Russell Sears
82603ff764
Merge pull request #5211 from hfu5/repeat-m
Add RepeatableReadMultiThreadClientTest
2021-07-27 18:57:22 -07:00
Lukas Joswiak
f064929036
Merge pull request #5291 from sfc-gh-ljoswiak/fixes/global-config-initialization
Wait for GlobalConfig initialization when running fdbcli --exec
2021-07-27 16:27:19 -07:00
Lukas Joswiak
b423432ee1 Make wait interruptable 2021-07-27 15:45:35 -07:00
Lukas Joswiak
08bc787356 Add timeout 2021-07-27 15:22:01 -07:00
Lukas Joswiak
acfb9adbd2 Fix ctest timeouts 2021-07-27 15:10:49 -07:00
Lukas Joswiak
d7a03cc703 Add GlobalConfig TraceEvents for easier debugging 2021-07-27 14:12:17 -07:00
Lukas Joswiak
52940d38d9 Fix issue where GlobalConfig wasn't initialized in time when running fdbcli --exec 2021-07-27 14:12:01 -07:00
Evan Tschannen
81f93d794f Merge branch 'master' of https://github.com/apple/foundationdb into fix-ordered-delay 2021-07-27 13:56:35 -07:00
Evan Tschannen
256a18e43b Flow transport uses an ordered delay to avoid out of order reply promise stream messages 2021-07-27 12:01:32 -07:00
Xiaoge Su
d7fb3da607 Add libatomic for building FDB using Clang 2021-07-27 11:21:53 -07:00
Steve Atherton
564b7c619b
Merge pull request #5280 from sfc-gh-satherton/traceevent-clang-tidy-fix
Fix TraceEvent usages to avoid clang-tidy bugprone-unused-raii warning.
2021-07-27 10:59:26 -07:00
Markus Pilman
a4e6d779fd
Merge pull request #5284 from sfc-gh-mpilman/features/ctest-no-simulation
disable simulation in ctest by default
2021-07-27 11:57:56 -06:00
Markus Pilman
e1ec5f9aa4 Fix bug where tests wouldn't be added to correctness package 2021-07-27 11:38:25 -06:00
Markus Pilman
91e5498357 disable simulation in ctest by default 2021-07-27 11:17:55 -06:00
Steve Atherton
8feddded31
Merge pull request #5277 from sfc-gh-satherton/block-valgrind-warning
Move stderr exception checking so that ignored output does not count against error limit
2021-07-27 09:41:50 -07:00
Steve Atherton
507c1f11e3 Add .log() to bare TraceEvent() invocations without any .detail()s to avoid clang-tidy warning about immediate destruction of object without use. 2021-07-26 19:55:10 -07:00
Steve Atherton
b3e22ad573 Move stderr exception checking so that ignored output does not count against the error limit. 2021-07-26 18:10:03 -07:00
Dan Lambright
4395d46ee8
Merge pull request #4935 from dlambrig/expired-forward 2021-07-26 20:27:33 -04:00
Dan Lambright
55094bdd00
Merge branch 'master' into expired-forward 2021-07-26 19:58:29 -04:00
Steve Atherton
24dad67d72
Merge pull request #5276 from sfc-gh-satherton/block-valgrind-warning
Ignore warning from valgrind about F_SET_RW_HINT usage.
2021-07-26 16:43:30 -07:00
Steve Atherton
ff8a1e0ed2 Ignore warning from valgrind about F_SET_RW_HINT usage. 2021-07-26 16:37:55 -07:00
Trevor Clinkenbeard
48d4ea6d57
Merge pull request #5231 from sfc-gh-tclinkenbeard/availability-improvements
Throw `failed_to_progress` error when a role fails to make progress
2021-07-26 15:55:14 -07:00
Meng Xu
d238853193
Merge pull request #5268 from halfprice/zhewu/gray-failure-patch
Change how to wait for goodRecruitmentTime and populate default PEER_LATENCY_CHECK_MIN_POPULATION
2021-07-26 14:00:53 -07:00
A.J. Beamon
a38db9c6e3 Add PR number 2021-07-26 13:56:27 -07:00
Markus Pilman
8a516ea2e3
Merge pull request #5269 from Doxense/fix-flow-build-issue
Fix flow build issues on Windows
2021-07-26 14:16:37 -06:00
Dan Lambright
9f3e5d9bb5 use a BinaryWriter::toValue and BinaryReader::fromStringRef<double> instead of encoding time using a string 2021-07-26 15:58:41 -04:00
Jingyu Zhou
87bdeada98
Merge pull request #5262 from sajjadrahnama/fault_injection_activation
Fault Injection Active/Deactivation
2021-07-26 11:57:49 -07:00
A.J. Beamon
febc26a1ea Fix some cases where we were reusing a committed transaction without resetting it. 2021-07-26 11:43:07 -07:00
Sajjad Rahnama
9d6402b759 Fault Injection Active/Deactivation - Edit usage in fdbserver 2021-07-26 11:04:18 -07:00
Sajjad Rahnama
d36b5d62df Fault Injection Active/Deactivation - Edit TSS mode set_config 2021-07-26 10:41:17 -07:00
Zhe Wu
e39cfd48c3 Ignore goodRecruitmentTime and populate default PEER_LATENCY_CHECK_MIN_POPULATION 2021-07-26 10:24:26 -07:00
A.J. Beamon
34f82e7a15 Do not partially reset a transaction when it is committed or fails to commit with an error. 2021-07-26 09:51:44 -07:00
A.J. Beamon
600a857bff
Merge pull request #5266 from panghy/make-orequals-public
Make orEquals() public
2021-07-26 08:56:12 -07:00
Mohamed Oulmahdi
4356723b27
Merge branch 'apple:master' into fix-flow-build-issue 2021-07-26 17:41:00 +02:00
Dan Lambright
ae424f1195 rebase 2021-07-26 10:55:22 -04:00
Dan Lambright
34fecb61de Reject connections to clusters forwarded in the (configurable) past 2021-07-26 10:18:10 -04:00
sfc-gh-tclinkenbeard
cedaa72c0f Enable reorder and reorder-ctor warnings 2021-07-24 23:23:52 -07:00
sfc-gh-tclinkenbeard
7f727fd616 Merge remote-tracking branch 'origin/master' into fix-more-clang-warnings 2021-07-24 23:18:21 -07:00
sfc-gh-tclinkenbeard
23558a5430 Fix -Wreorder-ctor warnings in TLogServer.actor.cpp 2021-07-24 23:15:22 -07:00
sfc-gh-tclinkenbeard
e26efd6799 Fix more -Wreorder-ctor warnings in OldTLogServer_6_2.actor.cpp 2021-07-24 22:51:57 -07:00
sfc-gh-tclinkenbeard
a27d7c86f4 Fix more -Wreorder-ctor warnings in DataDistribution.actor.cpp 2021-07-24 22:14:43 -07:00
sfc-gh-tclinkenbeard
e5e449b340 Fix more -Wreorder-ctor warnings in storageserver.actor.cpp 2021-07-24 17:33:29 -07:00
sfc-gh-tclinkenbeard
da50e13f3e Fix more -Wreorder-ctor warnings in DataDistribution.actor.cpp, OldTLogServer_4_6.actor.cpp, and Net2.actor.cpp 2021-07-24 17:33:11 -07:00
sfc-gh-tclinkenbeard
b20e02ca25 Fix more -Wreorder-ctor warnings across several files 2021-07-24 11:43:19 -07:00
sfc-gh-tclinkenbeard
3442ebd3b7 Fix more -Wreorder-ctor warnings across many files 2021-07-24 11:20:51 -07:00
sfc-gh-tclinkenbeard
e006e4fed4 Fix -Wreorder-ctor warnings in LogSystemPeekCursor.actor.cpp and several other files 2021-07-24 00:48:13 -07:00