Commit Graph

12477 Commits

Author SHA1 Message Date
sfc-gh-tclinkenbeard 6f9298ed21 Replace NULL with nullptr in fdbservice 2020-09-20 11:33:18 -07:00
sfc-gh-tclinkenbeard 390c26b352 Replace NULL with nullptr in fdbrpc 2020-09-20 11:33:18 -07:00
sfc-gh-tclinkenbeard 05c33a98ff Replace NULL with nullptr in java bindings 2020-09-20 11:33:17 -07:00
sfc-gh-tclinkenbeard 8f5eab2629 Replace NULL with nullptr in c bindings 2020-09-20 11:33:17 -07:00
sfc-gh-tclinkenbeard 962bd00f62 Replace NULL with nullptr in flow bindings 2020-09-20 11:33:17 -07:00
sfc-gh-tclinkenbeard 9a7b6eb51c Replace NULL with nullptr in fdbmonitor 2020-09-20 11:33:17 -07:00
sfc-gh-tclinkenbeard 4dda6f4163 Replace NULL with nullptr in fdbcli 2020-09-20 11:33:17 -07:00
sfc-gh-tclinkenbeard b4e209bd4e Replace NULL with nullptr in fdbclient 2020-09-20 11:33:09 -07:00
sfc-gh-tclinkenbeard 0814841827 Replace NULL with nullptr in fdbserver 2020-09-20 11:31:49 -07:00
sfc-gh-tclinkenbeard 0ac08f6a9b Replace NULL with nullptr in flow 2020-09-20 11:31:49 -07:00
Andrew Noyes a52ef0acb8
Merge pull request #3677 from sfc-gh-clin/add-setclass-to-special-key-space
Add setclass to special keys
2020-09-19 14:55:03 -07:00
Chaoguang Lin 4d36ed7ba3 Rename traces and add comments when getting empty worker list 2020-09-18 19:28:32 -07:00
Chaoguang Lin 443385b052 Skip the case where the test client gets zero workers in setclass test 2020-09-18 18:20:47 -07:00
Evan Tschannen 12b07d024f
Merge pull request #3775 from sfc-gh-xwang/fdbtest
add knob MIN_TAG_WRITE_PAGES_RATE for write tag-throttling
2020-09-18 10:40:28 -07:00
Meng Xu cf69f455a9
Merge pull request #3785 from apple/release-6.3
Merge Release 6.3 to master
2020-09-17 14:43:56 -07:00
Meng Xu f9e229ac1e
Merge pull request #3784 from ajbeamon/fix-switch-statement-fallthrough
Fix fall through in switch statement
2020-09-17 10:03:17 -07:00
A.J. Beamon 0c98a145b9
Fix whitespace 2020-09-17 08:09:21 -07:00
A.J. Beamon 303e1dc0c6 Fix fall through in switch statement 2020-09-17 08:07:53 -07:00
Jingyu Zhou ea27e4bd9c
Merge pull request #3772 from yliucode/rename
Rename master proxy as commit proxy
2020-09-16 20:06:50 -07:00
Evan Tschannen 1fe31aa9e8
Merge pull request #3706 from yliucode/tlogs
Report missing old tlogs in recovery before storage servers are fully recovered
2020-09-16 14:07:06 -07:00
Young Liu 0113d64b64 Fix mamalformed error code table 2020-09-16 11:23:27 -07:00
Young Liu cc5bc16bd8 Rename more places from proxy to commit proxy 2020-09-15 22:29:49 -07:00
Trevor Clinkenbeard 3a68c89281
Remove initialisms
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-09-15 16:32:24 -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
Meng Xu ed2d261266 Add MinV2 and AndV2 into AtomicOps test workload 2020-09-15 10:01:36 -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
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
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
XiaoxiWang 52bd86ad42 update knob 2020-09-11 20:50:19 +00: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
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
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
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