16412 Commits

Author SHA1 Message Date
Lukas Joswiak
96baec8819 Fixed off by one bug in fluentd ingestor 2021-07-30 18:19:24 -07:00
Lukas Joswiak
3eed4084e2 Merge branch 'master' into fixes/alp6 2021-07-27 11:26:53 -07:00
Lukas Joswiak
4faf83bcb5 Attempt to fix gcc link issue 2021-07-27 11:26:18 -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
Lukas Joswiak
e16e3019c0 Fix compiler error 2021-07-27 10:14:36 -07:00
Lukas Joswiak
59d535149e Merge branch 'master' into fixes/alp6 2021-07-27 10:07:18 -07:00
Lukas Joswiak
e9a1679467 Disable sampling everywhere except fdbserver 2021-07-27 09:53:23 -07: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
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
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
Clement Pang
9af401b205 Add comments to orEqual() 2021-07-24 09:10:46 +08: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
Lukas Joswiak
36f173754b Fix simulation issue 2021-07-23 13:25:36 -07:00
A.J. Beamon
0e9dabcabb Remove mutex that was only needed for a minor optimization. 2021-07-23 10:20:50 -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
Lukas Joswiak
dcaf1c1c38 Enable sampling on fdbserver only 2021-07-22 12:47:35 -07:00
A.J. Beamon
16dfe14db8 Update release notes 2021-07-21 16:19:59 -07:00
A.J. Beamon
bdb740b7b8 Propogate errors if creating a database on an external client fails 2021-07-21 15:59:23 -07:00
Andrew Noyes
37a0361617
Merge pull request #5246 from sfc-gh-clin/fix-exclude-test
Fix exclude test and re-enable it in ctest
2021-07-21 15:35:36 -07:00
Steve Atherton
31c63cb4e4
Merge pull request #5245 from sfc-gh-satherton/redwood-io-priority
Valgrind fixes in Redwood metrics, as well as metric accuracy fixes and output refactoring
2021-07-21 14:34:42 -07:00
Steve Atherton
2d3e78df77 Merge branch 'master' of github.com:apple/foundationdb into redwood-io-priority 2021-07-21 13:44:48 -07:00