Commit Graph

11476 Commits

Author SHA1 Message Date
Jingyu Zhou 90654628fb
Merge pull request #3490 from apple/release-6.3
Merge Release 6.3
2020-07-10 12:54:37 -07:00
Jingyu Zhou ddeb516464
Merge pull request #3486 from sfc-gh-mpilman/bugfixes/revert-3350
Revert "Add JSON trace support in TestHarness"
2020-07-10 10:55:24 -07:00
Markus Pilman f29dd53f66 Revert "Add JSON trace support in TestHarness"
This reverts commit 5e96fd9a96.
2020-07-10 11:26:27 -06:00
Jingyu Zhou abfc3effe4
Merge pull request #3483 from oleg68/detach-dr-clone-63
Detach a Clone of DR Site without Affecting Replication to the Original DR Site
2020-07-10 09:38:21 -07:00
Oleg Samarin 668661a54b Added --dstonly to release notes 2020-07-10 15:19:27 +03:00
Oleg Samarin 25a61bc15d Detach a Clone of DR Site without Affecting Replication to the Original DR Site
Added description of fdbdr --dstonly to the usage text
2020-07-10 15:14:27 +03:00
Oleg Samarin 4c9df78076 dstonly 2020-07-10 15:13:42 +03:00
Meng Xu 7bbdfeca05
Merge pull request #3474 from jzhou77/master
Use KeyRangeMap for splitMutation
2020-07-09 21:52:12 -07:00
Meng Xu 3c1f594b6e
Merge pull request #3478 from sfc-gh-mpilman/bugfixes/visibility-perf-regression
fixed tracing perf regression
2020-07-09 21:47:13 -07:00
Markus Pilman 27ee5dc4de fixed refactoring bug 2020-07-09 20:13:54 -06:00
Markus Pilman a6e38f258d fixed a compiler warning 2020-07-09 17:20:55 -06:00
Markus Pilman cc60597739
Merge branch 'master' into bugfixes/visibility-perf-regression 2020-07-09 17:04:04 -06:00
Evan Tschannen 20d7c032e4
Merge pull request #3476 from sears/fdb_logo
SVG and PDF versions of the FoundationDB logo
2020-07-09 15:35:23 -07:00
Russell Sears 366df7c2f0 SVG and PDF versions of the FoundationDB logo 2020-07-09 14:58:29 -07:00
Meng Xu 74bfd13c5b
Merge pull request #3475 from sfc-gh-xwang/master
better correctness criteria
2020-07-09 13:52:07 -07:00
Markus Pilman 0d994514e1 fixed bug in SmallVectorRef 2020-07-09 14:30:24 -06:00
Xiaoxi Wang 2a848edb41 Merge remote-tracking branch 'upstream/master' 2020-07-09 18:10:38 +00:00
Xiaoxi Wang c40c4693b4 better correctness criteria 2020-07-09 18:10:12 +00:00
Markus Pilman 69864c9f96 Make Spans not allocate heap memory 2020-07-09 11:49:33 -06:00
Meng Xu 1dead7c199
Merge pull request #3440 from sfc-gh-xwang/master
add HealthMetricsWorkload and WriteTagThrottlingWorkload
2020-07-09 10:04:46 -07:00
Jingyu Zhou a5af214861 Use KeyRangeMap for splitMutation
This simplifies code by reuse KeyRangeMap class.
2020-07-09 09:59:37 -07:00
A.J. Beamon 3b09308915
Merge pull request #3350 from sfc-gh-kmakino/kaomakino/add_json_trace_support_in_test_harness
Add JSON trace support in TestHarness
2020-07-09 08:27:43 -07:00
Xiaoxi Wang 25e55d4b9a add simplest correctness check 2020-07-09 05:57:27 +00:00
Xiaoxi Wang 9e8a2c1434 add comment 2020-07-09 04:39:31 +00:00
Jingyu Zhou 82862c6b1a
Merge pull request #3473 from xumengpanda/mengxu/release-6.3-conflict-PR
Merge 6.3 to master and revert PR 3467
2020-07-08 20:34:51 -07:00
Meng Xu 1b68665228 Merge branch 'master' into release-6.3 2020-07-08 18:52:05 -07:00
Meng Xu 2f602b42e9 Revert "Merge pull request #3467 from jzhou77/release-6.3"
This reverts commit 32d76fcff1, reversing
changes made to 5e8eeadd7e.
2020-07-08 18:51:54 -07:00
Meng Xu 32d76fcff1
Merge pull request #3467 from jzhou77/release-6.3
Use KeyRangeMap for splitMutation
2020-07-08 18:40:47 -07:00
Jingyu Zhou 7279beb662 Add old splitMutation for unit test 2020-07-08 17:57:20 -07:00
Jingyu Zhou d6dd88c2b9 Move building of KeyRangeMap out of the loop
So that it is only done once.
2020-07-08 14:16:10 -07:00
A.J. Beamon c94f46440b
Merge pull request #3094 from sfc-gh-dyoungworth/dyoungworth/asyncFindFiles
Make platform::findFiles asynchronous
2020-07-08 11:47:09 -07:00
Meng Xu d61206e126
Merge pull request #3453 from thisismiller/restrict-testspec
Make testspec more restrictive and correctly "scoped"
2020-07-08 11:43:37 -07:00
A.J. Beamon e32458ebd0
Merge pull request #3464 from sfc-gh-tclinkenbeard/fix-valgrind
Fix Valgrind build
2020-07-08 11:10:39 -07:00
Jingyu Zhou a187eeebee Add assertions back and comments for splitMutation 2020-07-08 11:08:23 -07:00
Evan Tschannen 2c6752d7ed
Merge pull request #3462 from jzhou77/master
Remove unused batcher.actor.h
2020-07-08 10:46:03 -07:00
Russell Sears 5e8eeadd7e
Merge pull request #3446 from sfc-gh-tclinkenbeard/use-stl-for-optional-variant
Use STL for optional and variant
2020-07-08 10:40:17 -07:00
Evan Tschannen e9f690c695
Merge pull request #3444 from gtaylor/patch-1
Update supported Python versions in downloads.rst
2020-07-08 10:38:02 -07:00
Evan Tschannen 3eb3e23ae0
Merge pull request #3425 from sfc-gh-anoyes/anoyes/health-metrics
Expose health metrics via special keys
2020-07-08 10:37:31 -07:00
David Youngworth 053eb59a46
Update flow/Platform.actor.cpp
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-07-08 13:34:52 -04:00
David Youngworth e45cfb1220
Update flow/Platform.actor.cpp
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-07-08 13:34:43 -04:00
sfc-gh-tclinkenbeard f5118c42c0 Fix valgrind build 2020-07-08 10:23:32 -07:00
Andrew Noyes fa266b1272 Address review comments 2020-07-08 16:54:54 +00:00
Jingyu Zhou e78cc9ee4b Use KeyRangeMap for splitMutation
This simplifies code by reuse KeyRangeMap class.
2020-07-08 09:53:34 -07:00
A.J. Beamon 9c789f28e6
Merge pull request #3454 from sfc-gh-tclinkenbeard/revert-dangling-pointer-fix
Revert "Fixed some dangling pointers"
2020-07-08 09:28:32 -07:00
Jingyu Zhou d972e072b7 Remove unused batcher.actor.h 2020-07-07 21:54:56 -07:00
Markus Pilman 0fbe7101c3 Revert "Revert "Request tracing""
This reverts commit 327cc31e35.
2020-07-07 10:06:13 -06:00
sfc-gh-tclinkenbeard 20c5b0f824 Addressed review comments 2020-07-06 19:24:28 -07:00
sfc-gh-tclinkenbeard e516a20c43 Revert "Fixed some dangling pointers"
This reverts commit 0c39006b07.
2020-07-06 15:26:42 -07:00
Jingyu Zhou cd75cce8fe
Merge pull request #3441 from yliucode/fix-joshua-real
Re-enable asking read version from master
2020-07-06 13:35:35 -07:00
Young Liu 832c6d0d65 Add comment about invariant master's committed version >= proxy's committedVersion 2020-07-06 12:34:15 -07:00