Commit Graph

16381 Commits

Author SHA1 Message Date
sfc-gh-fzhao 995b1fa5fc
Merge branch 'apple:master' into RedwoodHistogram 2021-07-27 14:19:25 -07:00
Fuheng Zhao a8f97ac728 remove the .begin() to .end() fix 2021-07-27 12:35:39 -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
Fuheng Zhao a5cb173749 initialize all memeber variables 2021-07-26 22:53:23 -07:00
Fuheng Zhao 145bb9ef42 add back the default parameter 2021-07-26 20:15:32 -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
Fuheng Zhao 0f363eb624 use fastRef 2021-07-26 18:20:40 -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
sfc-gh-fzhao c07161ef93
Merge branch 'apple:master' into RedwoodHistogram 2021-07-26 15:09:08 -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
Fuheng Zhao 98db02f66b fix a minor error 2021-07-26 13:49:35 -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
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
Fuheng Zhao 98e92ebde4 set local registry to null in destructor 2021-07-26 09:36:55 -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-fzhao 61ffd6b372
Merge branch 'apple:master' into RedwoodHistogram 2021-07-24 21:33:19 -07:00
Clement Pang 9af401b205 Add comments to orEqual() 2021-07-24 09:10:46 +08:00
Fuheng Zhao 77fa1aadab rename variable 2021-07-23 16:32:58 -07:00
Sajjad Rahnama e04646e267 Fault Injection Active/Deactivation 2021-07-23 16:28:20 -07:00
A.J. Beamon 26fbf88cc7
Merge pull request #5261 from sfc-gh-ajbeamon/release-note-fix
Fix release note version to account for two undocumented versions
2021-07-23 15:37:45 -07:00
A.J. Beamon a328617b3f Fix release note version to account for two undocumented versions 2021-07-23 14:17:08 -07:00
Markus Pilman 8315f648f6
Merge pull request #5219 from sfc-gh-ajbeamon/fix-mvc-db-deletion-race
Fix problems with using multi-version databases
2021-07-23 14:54:02 -06:00
A.J. Beamon 0e9dabcabb Remove mutex that was only needed for a minor optimization. 2021-07-23 10:20:50 -07:00
Fuheng Zhao c9cddd65a0 initialize pointer in constructor and format 2021-07-23 09:18:11 -07:00
Fuheng Zhao 194d93de99 add redwood local historam registry 2021-07-23 09:06:51 -07:00
A.J. Beamon 052e32ae18 Update comment about failure to update version monitor DB 2021-07-23 15:58:29 +00:00
Mohamed Oulmahdi c405bb5cd0 Fix flow build issue on Windows 2021-07-23 12:03:25 +02:00
Clement Pang 9496e12861 Make orEquals() public.
Addresses the easy issue for https://github.com/apple/foundationdb/issues/5190
2021-07-23 12:03:17 +08:00
Steve Atherton 271603029a
Merge pull request #5257 from FuhengZhao/incrementVersion
increment the Redwood METAKEY VERSION
2021-07-22 19:26:45 -07:00
Fuheng Zhao e0eb7170ba increment the version 2021-07-22 17:13:11 -07:00
Tao Lin c38b4032fa
Merge pull request #5256 from nblintao/fix-broken-image-link 2021-07-22 16:19:39 -07:00
Tao Lin 9aa688aa82 Fix broken image link 2021-07-22 14:14:52 -07:00
A.J. Beamon 11b803fe0b Handle database creation errors 2021-07-22 13:22:04 -07:00
A.J. Beamon 16dfe14db8 Update release notes 2021-07-21 16:19:59 -07:00