Commit Graph

16838 Commits

Author SHA1 Message Date
Lukas Joswiak ad5fb39e68 Use nonatomic knobs by default in unit tests 2021-08-23 11:41:00 -07:00
Lukas Joswiak 7998ec4232 Add atomicity to knobs 2021-08-23 11:41:00 -07:00
Lukas Joswiak 1566580336
Merge pull request #5442 from sfc-gh-ljoswiak/fixes/fdbrpc-fdbclient-dependency
Remove fdbclient dependency from fdbrpc file
2021-08-23 11:19:05 -07:00
Lukas Joswiak d6a7a469ef Remove fdbclient dependency 2021-08-23 10:25:07 -07:00
Daniel Smith 452400eb83
Merge pull request #5433 from Daniel-B-Smith/rocksdb-range-error
Fix error handling of reads.
2021-08-23 13:21:46 -04:00
A.J. Beamon ab57f50074
Merge pull request #5437 from sfc-gh-ajbeamon/fix-fdbdr-crash
Fix crash when DR binaries are invoked without a source cluster file.
2021-08-23 10:03:59 -07:00
Daniel Smith b75fb0d105 Improve error to status conversion 2021-08-23 11:35:26 -04:00
Daniel Smith 473e2bbf5f Fix error handling of reads. 2021-08-23 11:35:26 -04:00
Vishesh Yadav 42556a3081
Merge pull request #5373 from falsandtru/samples/go
Fix download addresses
2021-08-20 18:52:21 -07:00
Trevor Clinkenbeard 66df75c570
Merge pull request #5385 from sfc-gh-tclinkenbeard/debug-dd
Capture deep copy of `machine_info` in `printSnapshotTeamsInfo`
2021-08-20 13:25:50 -07:00
A.J. Beamon d4c67eb13d Fix crash when DR binaries are invoked without a source cluster file. Update the usage text for dr_agent cluster files to include the long form options. 2021-08-20 12:55:13 -07:00
sfc-gh-tclinkenbeard 9458a6975d Remove std::map::at usage from DataDistribution.actor.cpp 2021-08-20 12:35:26 -07:00
Zhe Wu 16445984c5
Merge pull request #5425 from halfprice/zhewu/fix-cc-health-monitor-cancellation
Allow CC health monitor to handle Actor cancellation
2021-08-20 11:01:38 -07:00
Xiaoge Su b11b4173cc
Merge pull request #5418 from PierreZ/address_comments_5389
Add warning on CMake when bindings requirements are not reached
2021-08-19 22:16:36 -07:00
Steve Atherton ebdb9064ff
Merge pull request #5359 from RenxuanW/mlr
Check in the prototype of MutationLogReader.
2021-08-19 21:11:10 -07:00
Trevor Clinkenbeard cb04f6a135
Merge pull request #5426 from sfc-gh-tclinkenbeard/paxos-config-db
Reenable ConfigIncrement test
2021-08-19 18:18:43 -07:00
neethuhaneesha 41f94e6e3b
Merge pull request #5130 from neethuhaneesha/readCancelRocksDB
Cancelling the timedout reads with rocksdb storage.
2021-08-19 16:41:22 -07:00
Zhe Wu a8655e5f4e Allow CC health monitor to handle cancellation 2021-08-19 16:32:18 -07:00
sfc-gh-tclinkenbeard 658233d0e0 Merge remote-tracking branch 'origin/master' into paxos-config-db 2021-08-19 16:18:59 -07:00
sfc-gh-tclinkenbeard 0fcca0eb60 Add IKnobCollection::clearTestKnobs to fix unit tests 2021-08-19 16:18:44 -07:00
Evan Tschannen 2adad62e59
Merge pull request #5424 from sfc-gh-jslocum/shard-metrics-timeout-fix
Using the current max shard size estimate instead of the max possible…
2021-08-19 16:00:51 -07:00
Jingyu Zhou 32142bdec2
Merge pull request #5422 from sfc-gh-xwang/master
fix spelling error
2021-08-19 15:48:27 -07:00
Neethu Haneesha Bingi 0fbfcc582e Increasing the read cancellation timeouts to 5 minutes in simulation. 2021-08-19 14:47:12 -07:00
sfc-gh-tclinkenbeard b6c669be23 Send ConfigBroadcastSnapshotReply to broadcaster 2021-08-19 14:45:30 -07:00
Chaoguang Lin 7258c085ac
Merge pull request #5395 from sfc-gh-clin/add-external-client-fdbcli-test
Add fdbcli external client tests
2021-08-19 14:30:22 -07:00
Chaoguang Lin 8c56cef23c
Merge pull request #5366 from sfc-gh-clin/add-flow-db-interface
Rewrite ThrottleApi functions using template
2021-08-19 14:28:55 -07:00
Josh Slocum 17f6f7a2ca Using the current max shard size estimate instead of the max possible if unavailable 2021-08-19 16:17:55 -05:00
Neethu Haneesha Bingi 6c97782378 Timedout reads cancellation check removed in simulation. 2021-08-19 14:11:28 -07:00
Neethu Haneesha Bingi 02b3ed3ff1 Adding deadline option to rocksdb calls. 2021-08-19 14:11:28 -07:00
Neethu Haneesha Bingi fbb393f998 Added readrange timeoout check and rocksdb read deadline option. 2021-08-19 14:11:28 -07:00
Neethu Haneesha Bingi 24ac173c95 Adding ReadRangeAction timeout, returning error and using timer_monotonic changes. 2021-08-19 14:11:28 -07:00
Neethu Haneesha Bingi 01e85610ab Cancelling the timedout reads with rocksdb storage. 2021-08-19 14:11:28 -07:00
Xiaoxi Wang 09342f43ea fix spelling error 2021-08-19 13:55:30 -07:00
Chaoguang Lin aff848543d Merge branch 'master' of github.com:apple/foundationdb into add-external-client-fdbcli-test 2021-08-19 13:31:34 -07:00
Chaoguang Lin fbed117b21 Solve comments; Add a method to return DatabaseContext Reference 2021-08-19 19:34:25 +00:00
Chaoguang Lin 68b41392a0 Change to use ArgumentParser, set env to use external client library in Popen, enable logging in all tests 2021-08-19 12:13:26 -07:00
Daniel Smith 45b40addb7
Merge pull request #5379 from neethuhaneesha/eagerReadsDisable
Disabling option for removing eagerReads for ClearRange mutations.
2021-08-19 12:39:30 -04:00
Jingyu Zhou f2520ec21e
Merge pull request #5417 from PierreZ/issue_5416
Fix documentation about the tracing data layout
2021-08-19 09:30:55 -07:00
Pierre Zemb b1dce03e0d
Add warning on CMake when bindings requirements are not reached 2021-08-19 17:39:03 +02:00
Pierre Zemb bfae4bf24a
Fix documentation about the tracing data layout 2021-08-19 16:31:56 +02:00
sfc-gh-tclinkenbeard 8faf418b45 Add back LocalConfiguration::initialize 2021-08-18 22:27:38 -07:00
Renxuan Wang cc06eefffe Add a sentence describing what MutationLogReader does at high level. 2021-08-18 18:23:35 -07:00
Chaoguang Lin b2c063dd93 Change g_network->runNetwork to API->runNetwork 2021-08-18 18:09:02 -07:00
Josh Slocum 0a0b4cf333
Merge pull request #5410 from sfc-gh-xwang/master
fix uninitialized int
2021-08-18 17:01:20 -07:00
Xiaoxi Wang 7b0756e391 fix uninitialized int 2021-08-18 15:48:02 -07:00
A.J. Beamon 448ffe7931
Merge pull request #5408 from yao-xiao-github/time-keeper-event
Add version and timestamp to TimeKeeperCommit event.
2021-08-18 15:30:11 -07:00
yao-xiao-github 0afb63c13f
Update fdbserver/ClusterController.actor.cpp
Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
2021-08-18 15:29:13 -07:00
Yao Xiao 7f0a09d1e2 Enable debugTransaction before getReadVersion. 2021-08-18 15:22:58 -07:00
Renxuan Wang 454beeb1cf Delete toml for unit test. 2021-08-18 15:01:45 -07:00
Renxuan Wang e18a82f327 Add more comments. 2021-08-18 14:59:50 -07:00