1268 Commits

Author SHA1 Message Date
Young Liu
8cc3e4d3c6 Merge release-6.3 into master 2020-10-19 22:51:56 -07:00
Xin Dong
944f30484a
Merge pull request #3759 from dongxinEric/misc/3739/expose-time-since-last-recovery
This resolves issue #3739 by exposing time since last full recovery.
2020-10-19 09:03:31 -07:00
Jingyu Zhou
8f17a1a5d6 Merge branch 'release-6.2' into release-6.3 2020-10-16 15:25:39 -07:00
A.J. Beamon
0e0ef6c773
Merge pull request #3841 from oleg68/osamarin14
Unable to restart foundationdb after fdbmonitor has died #3838
2020-10-14 13:17:51 -07:00
Oleg Samarin
9adeff4a9a
Update documentation/sphinx/source/configuration.rst
Added a newline to doc

Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-10-14 19:39:57 +03:00
Oleg Samarin
bfcf921c3e
Apply suggestions from code review
Missing some colons in doc links

Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-10-14 19:16:30 +03:00
Oleg Samarin
d67fc569b1
Apply suggestions from code review
Spellcheck corrections in the doc

Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-10-14 10:18:15 +03:00
Meng Xu
da52927780 Update downloads.rst for 6.2.27 2020-10-12 13:46:11 -07:00
Meng Xu
3c10a7bd30 Add release note for PR 3891 2020-10-12 12:18:22 -07:00
Xin Dong
ac7d95d469 Address review comments 2020-10-12 10:05:17 -07:00
Xin Dong
8f311543f9
Apply suggestions from code review
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-10-12 09:50:45 -07:00
Oleg Samarin
43f538ff8b Documented fdb processes restart behavior 2020-10-09 11:03:53 +03: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
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
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
Evan Tschannen
cb52535f46
Merge pull request #3859 from etschannen/release-6.3
Merge Release 6.2 into Release 6.3
2020-10-07 15:34:32 -07:00
Evan Tschannen
f03a355c4e Merge branch 'release-6.2' into release-6.3
# Conflicts:
#	CMakeLists.txt
#	documentation/sphinx/source/downloads.rst
#	fdbrpc/FlowTransport.actor.cpp
#	fdbrpc/FlowTransport.h
#	flow/Arena.h
#	flow/Knobs.cpp
#	flow/Knobs.h
#	packaging/msi/FDBInstaller.wxs
2020-10-07 12:28:22 -07:00
Evan Tschannen
91d998a0d6 updated documentation for 6.2.26 2020-10-06 16:09:18 -07:00
Evan Tschannen
07e4b0617e updated release notes 2020-10-05 15:30:48 -07:00
Evan Tschannen
be07c17475 updated release notes from 6.3.9 2020-10-04 19:26:12 -07: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
d350f6310b updated documentation for 6.3.8 2020-09-30 19:06:08 -07:00
Meng Xu
21071b6214
Merge pull request #3813 from xumengpanda/mengxu/merge-to-master-PR
Merge 6.3 to master and resolve conflicts
2020-09-28 15:24:18 -07:00
Young Liu
5ba123493e resolve comments 2020-09-25 17:27:46 -07:00
Xin Dong
480fc82779 Resolve review comments 2020-09-25 16:58:54 -07:00
Young Liu
9d962d35ff Fix title underline 2020-09-25 14:55:44 -07:00
Young Liu
a4adf2aff0 Fix tx title underline 2020-09-25 11:06:26 -07:00
Young Liu
3278e21b0b Change description of GRV proxy and Commit proxy in docs and add backward compatibility support for configuring proxies in fdbcli 2020-09-25 10:50:48 -07:00
Evan Tschannen
7ec73e3365 updated documentation for 6.3.7 2020-09-24 17:28:27 -07:00
Evan Tschannen
2d788b309f Merge branch 'release-6.2' into release-6.3
# Conflicts:
#	documentation/sphinx/source/api-error-codes.rst
#	flow/ThreadHelper.actor.h
#	flow/error_definitions.h
2020-09-24 17:16:58 -07:00
Evan Tschannen
9f549f755e updated the error code for blocked_from_network_thread because 2025 was already in use in release-6.3 2020-09-24 17:11:26 -07:00
Meng Xu
862336de8f Merge branch 'master' into mengxu/merge-to-master-PR 2020-09-24 17:06:00 -07:00
Xin Dong
a96d6f85c5 Removed redundant field number_of_old_generations_of_tlogs from status json 2020-09-24 09:44:51 -07:00
Xin Dong
77048c3d0f Handle possbile timeout when getting a read version. Updated documentation of the status json format 2020-09-23 13:50:59 -07:00
Evan Tschannen
e82076a75c updated documentation for 6.3.6 2020-09-22 22:36:36 -07:00
Young Liu
7ac443df51 Add release notes 2020-09-17 18:17:33 -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
Andrew Noyes
d6e6e96e1f Weaken claims in documentation
In some cases with the multiversion client the deadlock won't be
detected
2020-09-17 20:51:08 +00:00
Andrew Noyes
bcf314bd29 Add release note 2020-09-17 20:35:35 +00:00
Andrew Noyes
8645801763 Update documentation 2020-09-16 21:52:10 +00:00
Young Liu
0113d64b64 Fix mamalformed error code table 2020-09-16 11:23:27 -07:00
Andrew Noyes
0beab42b78 Add blocked_from_network_thread error 2020-09-15 16:49:12 +00:00
Young Liu
35bef73a1c Rename proxy to commit proxy 2020-09-10 17:44:15 -07:00
Jingyu Zhou
c81c45875a Fix a missing image in doc 2020-09-09 15:22:01 -07:00
Young Liu
1155d015c9 fetch current log generation as well 2020-09-09 11:54:58 -07:00
Young Liu
69c417073b add release notes 2020-09-08 13:37:30 -07:00