Commit Graph

12940 Commits

Author SHA1 Message Date
Andrew Noyes d0a4e32754
Merge pull request #3790 from sfc-gh-tclinkenbeard/fix-ismetadatamutation
Fix isMetadataMutation condition
2020-10-12 08:28:57 -07:00
Ben Collins 6166f7c99c Add a check against the current minimum priority for TraceBatch logging 2020-10-12 09:57:57 -04:00
Evan Tschannen 1378ecba4d If a proxy is sufficiently far behind, reset network connections to attempt to fix the problem 2020-10-11 23:06:26 -07:00
Evan Tschannen 52828f9e03 Added bytesSent to the PingLatency logging; increasing the logging interval from 1 second to 3 seconds 2020-10-11 23:05:21 -07:00
Xin Dong dc1700d728 Prevent error from delay actor. 2020-10-11 14:29:44 -07:00
sfc-gh-tclinkenbeard 7ddbd1847d Exclude flowbench target from all 2020-10-10 15:03:53 -07:00
sfc-gh-tclinkenbeard cf5337daa0 Improve performance of metadata check in applyMetadataMutations 2020-10-10 14:45:04 -07:00
sfc-gh-tclinkenbeard 459a0e87ae Added BenchMetadataCheck.cpp 2020-10-10 14:45:00 -07:00
Lukas Joswiak 98f7444104 Add fdb_error_predicate unit test 2020-10-09 22:46:33 -07:00
Lukas Joswiak 74e429c680 Ensure FdbEvent sticks around until all callbacks complete 2020-10-09 20:16:11 -07:00
Xin Dong 28707de343 Moved debug_advanceMaxCommittedVersion to right before the commit future is waited. Throw the SE commit failure that was previously siliently swallowed. 2020-10-09 19:21:22 -07:00
Lukas Joswiak d37691dd54 Simplify API 2020-10-09 19:01:06 -07:00
Lukas Joswiak 5819267c07 Fix issue with watch timeout 2020-10-09 17:19:45 -07:00
Lukas Joswiak 54118ba706 Add retry loops, test fdb_future_release_memory better 2020-10-09 16:52:13 -07:00
Lukas Joswiak 27c84550f1 Move get_range retry logic to caller 2020-10-09 15:55:25 -07:00
Lukas Joswiak 2d8576c2df Add versionstamp tests 2020-10-09 15:43:00 -07:00
Andrew Noyes a7aed056a4 Try to run all ctest tests 2020-10-09 22:32:55 +00:00
Chaoguang Lin e8e9e8064c Add handling logic when buggify throws commit_unknown_result when commit lock 2020-10-09 14:26:56 -07:00
Chaoguang Lin 8bed7ba9a2 Add a loop to make sure we unlock the database in the end 2020-10-09 12:32:37 -07:00
Andrew Noyes 7506caaac4
Merge pull request #3880 from sfc-gh-anoyes/anoyes/fix-mako-leak
Fix leaked future in mako
2020-10-09 12:13:12 -07:00
Trevor Clinkenbeard 532fcac292
Merge pull request #3879 from ajbeamon/fix-dd-team-desc
Fix reporting issue with team descriptions in trace logs
2020-10-09 11:50:46 -07:00
Trevor Clinkenbeard d02348604e
Merge pull request #3878 from sfc-gh-jfu/jfu-disable-test-temp
Disable SnapIncrementalRestore tests temporarily
2020-10-09 11:49:07 -07:00
Andrew Noyes c6c94e23ca Fix leaked future in mako 2020-10-09 18:40:05 +00:00
A.J. Beamon 3b66a1f2d4 Fix a couple places where we were creating vectors with default elements rather than reserving space. 2020-10-09 10:51:06 -07:00
Jon Fu c48ca00a80 disable tests temporarily 2020-10-09 13:33:05 -04:00
Jon Fu be1ca196ee turn off consistency check until after restore (where we remove the backup agent) 2020-10-09 13:30:01 -04:00
sfc-gh-tclinkenbeard eefaa30fa4 Added retry loop for getReadVersion in IncrementalBackupWorkload 2020-10-09 07:43:21 -07:00
Trevor Clinkenbeard d3b57d9873
Merge pull request #3823 from sfc-gh-jfu/jfu-snapshot-record-version
Have snapshot record to system keys and write lastEpochEnd on recovery
2020-10-09 07:27:19 -07:00
sfc-gh-tclinkenbeard dc4612712d Merge remote-tracking branch 'origin/master' into use-override-more 2020-10-09 07:12:41 -07:00
Oleg Samarin 43f538ff8b Documented fdb processes restart behavior 2020-10-09 11:03:53 +03:00
sfc-gh-tclinkenbeard ccf2ca73f3 Fix Windows CMake build 2020-10-08 23:58:58 -07:00
Jon Fu 0b09833f21 add wait statement 2020-10-09 01:57:44 -04:00
Chaoguang Lin 76440018fb Remove unnecessary error thrown when calling clear range on the lock special key range 2020-10-08 21:39:13 -07:00
Chaoguang Lin 9dd67bedaa Add test for lock and unlock special keys 2020-10-08 18:28:47 -07:00
Xin Dong 202f4b2735
Merge pull request #3870 from dongxinEric/misc/bug-fixes
Misc/bug fixes
2020-10-08 15:26:40 -07:00
Xin Dong 079f27d47d Added API doc for the new range split API. Updated some old ones to be consistent. 2020-10-08 15:20:55 -07:00
Xin Dong 5d902f9177
Merge pull request #3394 from dongxinEric/feature/range-split-points-based-on-size
Feature/range split points based on size
2020-10-08 14:25:11 -07:00
Lukas Joswiak 7a356d142c Disable network test, peg doctest to version 2.4 2020-10-08 14:24:36 -07:00
Chaoguang Lin c66a775d64 Merge remote-tracking branch 'upstream/master' into add-lock-unlock-to-special-keys 2020-10-08 14:23:16 -07:00
Chaoguang Lin 53d3759e73 Add lock command to special key \xff\xff/dbLocked 2020-10-08 14:23:02 -07:00
Xin Dong 05d6029cc4
Update documentation/sphinx/source/release-notes/release-notes-700.rst
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-10-08 13:59:38 -07:00
Xin Dong bc8417a551 Added release notes 2020-10-08 13:53:04 -07:00
Lukas Joswiak 2442466fc5 Remove pthread flag 2020-10-08 13:45:00 -07:00
Xin Dong 175d52312a Prevent segmentation fault. 2020-10-08 13:36:15 -07:00
Xin Dong 6062520197 Declare _canPipelineCommits to be const. 2020-10-08 13:35:27 -07:00
Xin Dong 2def07a18d
Apply suggestions from code review 2020-10-08 13:31:47 -07:00
Lukas Joswiak 805a8f5909 Rename Event
Was conflicting with an Event defined in fdbclient, and due to how the unit
tests are currently built, fdb_c includes fdbclient as a dependency.
2020-10-08 11:09:23 -07:00
Meng Xu 011754fd7e
Merge pull request #3834 from sfc-gh-tclinkenbeard/avoid-ddtracker-slow-task
Avoid slow task in ~DataDistributionTracker
2020-10-08 11:00:19 -07:00
sfc-gh-tclinkenbeard 9b358c9aac Remove 6.2.27 release note Fixes header 2020-10-08 09:18:19 -07:00
sfc-gh-tclinkenbeard 0cab6dcbd4 Add 6.2.27 release note for ~DataDistributionTracker slow task fix 2020-10-08 09:10:26 -07:00