Commit Graph

12701 Commits

Author SHA1 Message Date
Trevor Clinkenbeard 3a68c89281
Remove initialisms
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-09-15 16:32:24 -07:00
Xin Dong acdf04ed18 Make sure Python and Ruby does null check 2020-09-15 14:09:53 -07:00
Xiaoge Su 73b7c20344
Merge pull request #3780 from xumengpanda/mengxu/atomicOpTest-PR
Add MinV2 and AddV2 test into AtomicOp workload
2020-09-15 12:47:38 -07:00
Jon Fu 37d77ecb64 WIP of adding tests 2020-09-15 13:31:06 -04:00
Meng Xu ed2d261266 Add MinV2 and AndV2 into AtomicOps test workload 2020-09-15 10:01:36 -07:00
Andrew Noyes 734bdb72e1 Fix simulation trace impl occurence 2020-09-15 16:49:31 +00:00
Andrew Noyes 0beab42b78 Add blocked_from_network_thread error 2020-09-15 16:49:12 +00:00
Meng Xu 8224e17a08 Integrate extended getRestoreSet API into fast restore
The extended getRestoreSet provides a much smaller set of backup files for small keyrange restore;
This commit integrate it into fast restore so that fast restore does not have to filter out unneeded backup files.
2020-09-15 09:38:43 -07:00
Meng Xu f9a5b727a6 Add comments questions and TODOs 2020-09-14 16:28:01 -07:00
Jingyu Zhou 8afd041184
Merge pull request #3776 from sfc-gh-tclinkenbeard/update-checkunreadability
Remove unnecessary parameter from checkUnreadability
2020-09-14 13:55:30 -07:00
Trevor Clinkenbeard 94e7e11664
Merge pull request #3779 from ajbeamon/fix-write-tag-test-memory-error
Fix memory issue in write tag throttling test
2020-09-14 10:59:57 -07:00
A.J. Beamon 792c639d99
Merge pull request #3721 from AlvinMooreSr/bindingtester
BindingTester Updates
2020-09-14 10:45:17 -07:00
Meng Xu a3c861b59d
Merge pull request #3777 from apple/release-6.3
Merge Release 6.3 into master
2020-09-14 10:32:50 -07:00
A.J. Beamon 268eb43cc2 Fix memory issue in test 2020-09-14 10:29:40 -07:00
Andrew Noyes 3c3943f64f Disallow calling blockUntilReady from main thread
Also fix a data race that apparently hasn't been ported to 6.2 yet
2020-09-14 16:01:45 +00:00
sfc-gh-tclinkenbeard 09b3b7a325 Remove unnecessary parameter from checkUnreadability 2020-09-13 21:32:47 -07:00
Alvin Moore b060f53bab Added support for randomizing the port from 4000 to 4999 2020-09-12 00:39:36 -04:00
Xin Dong 13c9dc6e37 Forgot to update local variables 2020-09-11 16:57:00 -07:00
Xin Dong 0282a1745a Address more review comments 2020-09-11 16:44:09 -07:00
Xin Dong 0a7d2d31f1 Review some review comments from AJ 2020-09-11 16:17:23 -07:00
Xin Dong 6dbcd42ebd No need for a new protocol version since the serialization won't change. Added code for deserializing from old binary. 2020-09-11 16:16:56 -07:00
Alvin Moore 2d0b9fb12b Declared local status variables
Added checks to ensure that cluster died when killed via cli
Changed error message
2020-09-11 17:44:09 -04:00
Xin Dong 813a2b3efe Remove a function that have been removed in previous commits in master but was added back by this PR due to target branch change. 2020-09-11 14:30:41 -07:00
Xin Dong 1b923477f7
Apply suggestions from code review
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-09-11 14:28:56 -07:00
XiaoxiWang 52bd86ad42 update knob 2020-09-11 20:50:19 +00:00
Jon Fu 62c81e03c7 changed incremental backup workload to have an option to check system keys for version 2020-09-11 16:02:13 -04:00
Trevor Clinkenbeard efb8d6f4ee
Merge pull request #3773 from sfc-gh-xwang/fdbtest
fix throttle reason serialization bug and throttle signal bug
2020-09-11 12:32:23 -07:00
XiaoxiWang d5fba9a69b add write-tag throttling 2020-09-11 19:10:35 +00:00
Jon Fu 260c8d9568 Merge branch 'master' of https://github.com/apple/foundationdb into jfu-snapshot-record-version 2020-09-11 15:05:58 -04:00
Jon Fu 22996284c7 added changes to allow writing of last epoch end version to special keys when performing recovery due to snapshot 2020-09-11 15:00:11 -04:00
XiaoxiWang 537d6ffad2 change count 2020-09-11 17:46:14 +00:00
XiaoxiWang 195c55df4b add comment 2020-09-11 16:48:21 +00:00
XiaoxiWang 9947b416ee Merge branch 'master' of https://github.com/apple/foundationdb into fdbtest 2020-09-11 15:27:35 +00:00
XiaoxiWang da468df628 fix unthrottle signal bug 2020-09-11 07:22:54 +00:00
XiaoxiWang 084c69b2ad fix reason serialization bug 2020-09-11 07:21:57 +00:00
Young Liu 35bef73a1c Rename proxy to commit proxy 2020-09-10 17:44:15 -07:00
Trevor Clinkenbeard 732a457ba4
Merge pull request #3720 from sfc-gh-xwang/mako
update mako and WriteTagThrottling workload so as to trigger tag throttling event
2020-09-10 15:21:00 -07:00
A.J. Beamon 34fe036205
Merge pull request #3752 from dongxinEric/bugfix/revert-to-use-hashlittle2-in-fast-alloc
Fix compile error in alloc instrumentation code
2020-09-10 13:08:00 -07:00
Xin Dong f3f36de4f1
Merge pull request #3768 from xumengpanda/mengxu/fr-bug-fix-PR
Fast Restore: Add write conflict range on appliers to reduce resolver's load
2020-09-10 11:18:54 -07:00
A.J. Beamon 0b8a4fcd16
Merge pull request #3750 from sfc-gh-anoyes/anoyes/fix-cancel-data-race
Fix data race described in #3749
2020-09-10 09:39:56 -07:00
Andrew Noyes 051df02b4c
Merge pull request #3766 from ajbeamon/fuzz-api-test-fix-options
Don't set SPECIAL_KEY_SPACE_ENABLE_WRITES randomly in Fuzz API test
2020-09-10 09:02:02 -07:00
Andrew Noyes 81ac8211d1 Add comment 2020-09-10 08:32:52 -07:00
Young Liu 1867ee1f5f Change cli output format 2020-09-09 22:34:36 -07:00
Chaoguang Lin d270b15c89 Merge remote-tracking branch 'upstream/master' into add-setclass-to-special-key-space 2020-09-09 16:21:19 -07:00
Chaoguang Lin 2c224de2f8 Update test of setclass 2020-09-09 16:19:55 -07:00
Chaoguang Lin 2803e6be52 Remove enabling ACCESS_SYSTEM_KEYS 2020-09-09 16:17:43 -07:00
Meng Xu ce92f1a224 FR:Init StagingKey when created
The key field was used in various places, such as figuring out the conflict key range.
We should not leave it empty
2020-09-09 16:12:32 -07:00
Jingyu Zhou 1160090f97
Merge pull request #3767 from jzhou77/master
Fix a missing image in doc
2020-09-09 15:39:18 -07:00
Jingyu Zhou c81c45875a Fix a missing image in doc 2020-09-09 15:22:01 -07:00
XiaoxiWang 44db744ddc Merge branch 'mako' into fdbtest 2020-09-09 22:17:18 +00:00