Commit Graph

12704 Commits

Author SHA1 Message Date
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 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
Jon Fu c48ca00a80 disable tests temporarily 2020-10-09 13:33:05 -04: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
Jon Fu 0b09833f21 add wait statement 2020-10-09 01:57:44 -04: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 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
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
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
Steve Atherton e258dffc65
Merge pull request #3770 from dongxinEric/feature/ss-commit-pipelining
Pipeline the commit process in SS.
2020-10-07 20:34:57 -07:00
Jon Fu e696c4a8eb remove redundant line 2020-10-07 15:23:17 -04:00
Jon Fu 31efdf1cc2 change race condition check logic for incremental backup container 2020-10-07 14:53:16 -04:00
Xin Dong 675d9fa6ac Adopt more suggestions from Steve as per offline discussions. 2020-10-07 09:57:28 -07:00
Xin Dong 6594cdd9bb Rename 'durableDelay' to 'durableMinDelay' for better readability. 2020-10-06 14:48:52 -07:00
Xin Dong b6a39123ec
Apply suggestions from code review 2020-10-06 14:46:45 -07:00
Jon Fu 7218586f2f adjust test spec and backup describe 2020-10-06 17:03:09 -04:00
Jon Fu 348ea10f3c add retry loop to SimpleAtomicAdd check 2020-10-06 15:39:25 -04:00
Jon Fu c0f857cd64 attempt to have logAntiQuorum as an option preset prior to starting simulation and running tests 2020-10-06 14:47:13 -04:00
Jon Fu 7e6c0c9d94 explicitly throw error when snapshot has failed rather than hitting hard-to-trace assertion 2020-10-06 14:31:41 -04:00
Xin Dong b610f01c77 Fine-grained interleaving 2020-10-06 09:32:22 -07:00
Jon Fu b4ad989252 use stack transaction instead of heap 2020-10-05 16:51:01 -04:00
Jon Fu c622a11c70 Merge branch 'master' of https://github.com/apple/foundationdb into jfu-snapshot-record-version 2020-10-05 13:15:56 -04:00
Jon Fu a646df520d add option to remove snaptest retry limit 2020-10-05 13:15:43 -04:00
Jingyu Zhou 0e96233015
Merge pull request #3842 from sfc-gh-tclinkenbeard/remove-unflushed-data-ratio-knob
Remove deprecated UNFLUSHED_DATA_RATIO knob
2020-10-02 12:32:39 -07:00
Jingyu Zhou da2c79a74e
Merge pull request #3839 from sfc-gh-mpilman/merge-6.3
Merge 6.3 into master
2020-10-02 12:28:06 -07:00
sfc-gh-tclinkenbeard f757beaac1 Remove deprecated UNFLUSHED_DATA_RATIO knob 2020-10-02 10:36:21 -07:00
Jon Fu cacf4be449 Merge branch 'master' of https://github.com/apple/foundationdb into jfu-snapshot-record-version 2020-10-02 12:57:17 -04:00
Markus Pilman 268ba0bddc Merge remote-tracking branch 'origin/release-6.3' into merge-6.3 2020-10-01 14:14:06 -06:00
Evan Tschannen 48ed8861f6
Merge pull request #3837 from etschannen/post-release-cleanup-6.3.8
Post release cleanup 6.3.8
2020-09-30 22:46:55 -07:00
Evan Tschannen 43c64288e1 update installer WIX GUID following release 2020-09-30 22:46:05 -07:00
Evan Tschannen 164fce6bdb update version to 6.3.9 2020-09-30 22:46:05 -07:00
Evan Tschannen a671aa24ac
Merge pull request #3836 from etschannen/feature-fix-fault-tolerance
Fixed a number of problems with the fault tolerance calculation when configured with regions
2020-09-30 20:43:15 -07:00
Evan Tschannen b1180f8eb4 fixed naming and comments 2020-09-30 20:35:09 -07:00
Evan Tschannen d350f6310b updated documentation for 6.3.8 2020-09-30 19:06:08 -07:00
Evan Tschannen 13d1978c19 Merge branch 'release-6.3' into feature-fix-fault-tolerance 2020-09-30 19:00:31 -07:00
Evan Tschannen 1b8519bbef
Merge pull request #3815 from ajbeamon/fix-non-assert-internal-error
Explicit instantiations of internal_error were not logging the usual details about the error
2020-09-30 18:58:07 -07:00
Evan Tschannen 52c74f648a
Merge pull request #3833 from sfc-gh-tclinkenbeard/lower-watch-timeout
Lower WATCH_TIMEOUT default value to 30.0
2020-09-30 18:57:00 -07:00
Evan Tschannen b1570c740f extraTlogEligileZones should consider the database available both during a failover and also if the cluster cannot recruit tlogs in the remote region 2020-09-30 18:10:04 -07:00
Evan Tschannen 8c729ca8e6 only add additional fault tolerance for availability if automatic failover is enabled 2020-09-30 18:04:23 -07:00
Evan Tschannen 1a28520eb4 fix: fdbcli would double count satellite DCs 2020-09-30 17:42:22 -07:00
Evan Tschannen 9f61039858 more fixes 2020-09-30 16:52:58 -07:00
Evan Tschannen d7454ac7da fixed compile error 2020-09-30 16:49:36 -07:00
Balachandar Namasivayam c7a55fe15f
Merge pull request #3829 from yliucode/process-class
Support specifying proxy as process class and converting it to commit proxy
2020-09-30 16:46:24 -07:00
Evan Tschannen 2a279f64af Merge branch 'release-6.3' into feature-fix-fault-tolerance 2020-09-30 16:42:18 -07:00
Evan Tschannen fe5c30e778 fault tolerance was not being properly increased when usable regions was 2 and satellites are configured. 2020-09-30 16:41:00 -07:00
Alvin Moore 5637a5487e
Merge pull request #3832 from sfc-gh-mpilman/features/ctest-client-smoketests
Restore pom.xml.in
2020-09-30 17:08:42 -04:00