Commit Graph

1594 Commits

Author SHA1 Message Date
Nim Wijetunga 73571ad52e Merge branch 'master' of github.com:sfc-gh-nwijetunga/foundationdb into network_busyness
* 'master' of github.com:sfc-gh-nwijetunga/foundationdb: (55 commits)
  Port lost changes from #4004
  Fix markdown
  Factor our refreshTransaction gadget
  Align FastAllocator memory to 4096 for size >= 4096
  Fix heap-use-after-free's
  Disable lsan in joshua
  Manually apply changes made to BackupContainer.actor.cpp on release-6.3 to the new files where that code is located.
  add release branch instructions
  Fix PR number in release note link
  fixed a simulation bug where a process on an unreliable machine would be considered reliable by the simulator
  Add tini as PID 1 to docker image (#4363)
  Fix typo
  Fix broken_promise bug
  Explain FastAllocator<4096> special case
  Inform LSAN that we have unaligned pointers
  apply clang-format to flow/Platform.h
  Fix typos
  Address review comments
  Change the macro that forbids exit() calls to be a static assertion
  Add versionstamp serialization information
  ...
2021-03-18 18:58:43 +00:00
Nim Wijetunga 6552d7e0a7 fix docs 2021-03-17 23:49:52 +00:00
Nim Wijetunga ea922aa648 address pr comments 2021-03-17 18:16:18 +00:00
Nim Wijetunga 822cbf895d address pr comments 2021-03-16 23:29:02 +00:00
A.J. Beamon 3751ecd11f
Merge pull request #4503 from sfc-gh-ajbeamon/merge-release-6.3-into-master
Final merge of release-6.3 into master
2021-03-16 09:29:05 -07:00
A.J. Beamon 25c4880ebe Merge branch 'release-6.3' into merge-release-6.3-into-master (temporarily discard all changes to BackupContainer.actor.cpp)
# Conflicts:
#	fdbclient/BackupContainer.actor.cpp
#	fdbserver/Knobs.h
2021-03-15 16:41:04 -07:00
A.J. Beamon 9075d5934f Fix PR number in release note link 2021-03-15 14:36:25 -07:00
A.J. Beamon 2f479a5ca2 Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
# Conflicts:
#	fdbcli/fdbcli.actor.cpp
2021-03-15 13:59:30 -07:00
Lukas Joswiak 2e234e4a39 Add versionstamp serialization information 2021-03-12 13:45:52 -08:00
Evan Tschannen 4ed5d22389
Merge pull request #4432 from sfc-gh-ajbeamon/updated-6.3-release-notes
Update 6.3.11 release notes
2021-03-12 10:40:37 -08:00
Evan Tschannen abc931addf Merge branch 'release-6.2' into feature-fix-longest-time
# Conflicts:
#	documentation/sphinx/source/release-notes/release-notes-620.rst
2021-03-11 16:40:31 -08:00
Vishesh Yadav 2c316db94d Merge remote-tracking branch 'apple/master' into master-format-final
Also format the changes
2021-03-11 12:54:26 -08:00
Andrew Noyes be980ebb55
Merge pull request #4354 from sfc-gh-clin/add-advanceversion
Add advanceversion into special keys
2021-03-11 11:43:53 -08:00
Vishesh Yadav 2cd3f45fd6 Merge remote-tracking branch 'apple/release-6.3' into master-format-final
release-6.3 was recently merged, and there were two PRs which were
merged in between and got those changes in here. Hence, since all the
changes were in, discarded the incoming changes and accepted all
current.
2021-03-10 16:50:44 -08:00
Markus Pilman cfbaaa6001 Merge remote-tracking branch 'origin/release-6.2' into release-6.3 2021-03-10 14:30:47 -07:00
Vishesh Yadav af36e52fdf Merge branch 'release-6.3-pre-format' into master-format
This merges release-6.3 branch right before it was fully formatted.
There were quite a few conflicts that are resolved here. CoroFlow had
a check for OOM errors introduced in 6.3, but didn't seem applicable in
the new implmentation which seems to use boost.
2021-03-10 10:40:53 -08:00
Vishesh Yadav 2bb4f2e59f Merge branch 'release-6.3-pre-format' into master-format
This merges release-6.3 branch right before it was fully formatted.
There were quite a few conflicts that are resolved here. CoroFlow had
a check for OOM errors introduced in 6.3, but didn't seem applicable in
the new implmentation which seems to use boost.
2021-03-10 09:37:41 -08:00
Evan Tschannen 060885d9ad removed changes to downloads.rst applied clang format 2021-03-09 11:46:54 -08:00
A.J. Beamon 7535261184
Fix typo 2021-03-09 09:43:42 -08:00
Evan Tschannen 5988ac5487 updated documentation for 6.2.33 2021-03-05 10:12:24 -08:00
Andrew Noyes 23b85256ae Change default to 64, and only start threads if using TLS 2021-03-04 20:52:46 +00:00
Andrew Noyes cc7fed6ed4 Change default for TLS_SERVER_HANDSHAKE_THREADS to 0 2021-03-04 20:52:44 +00:00
A.J. Beamon 90a324fda2 Updated release-6.3 release note proposal 2021-03-04 10:31:03 -08:00
Steve Atherton cd5341ceff Make release note more clear. 2021-03-03 22:26:43 -08:00
Steve Atherton b2f313774f Added release notes. 2021-03-03 22:24:00 -08:00
Meng Xu e40e78da64
Add 6.3.11 release notes (#4424) 2021-03-03 21:08:51 -06:00
Evan Tschannen 346a4e3ecd Merge branch 'release-6.3'
# Conflicts:
#	fdbcli/fdbcli.actor.cpp
#	fdbrpc/LoadBalance.actor.h
#	fdbrpc/MultiInterface.h
#	fdbserver/ClusterController.actor.cpp
#	fdbserver/MasterProxyServer.actor.cpp
#	fdbserver/masterserver.actor.cpp
2021-03-01 18:52:06 -08:00
Evan Tschannen c128e59a6f Merge branch 'release-6.2' into release-6.3
# Conflicts:
#	CMakeLists.txt
#	cmake/InstallLayout.cmake
#	packaging/msi/FDBInstaller.wxs
#	versions.target
2021-03-01 18:35:20 -08:00
Chaoguang Lin 48a04e5248 Add documentation for AdvanceVersionImpl and ClientProfilingImpl 2021-02-25 13:03:32 -08:00
Vishesh Yadav d8932f142a
Merge pull request #4350 from sears/multithreaded-pr-comments
Multithreaded pr comments
2021-02-23 15:09:52 -07:00
Jingyu Zhou 85802507b2
Merge pull request #4360 from hfu5/remove
Remove rejected_for_queued_too_long from release notes
2021-02-22 20:02:15 -08:00
Andrew Noyes e6caa9463a Add release note 2021-02-22 23:48:01 +00:00
negoyal e9b7e22e02 Merge branch 'rel-6.3' 2021-02-22 08:47:22 -08:00
hao fu 5362492c72 Remove rejected_for_queued_too_long from release notes
It has been added to 6.3. No longer need it here at 7.0
2021-02-18 18:51:18 -08:00
hao fu 9a8f79e963 Fix typo 2021-02-18 10:14:26 -08:00
Hao Fu 971b1aa1e6 Add txnRejectedForQueuedTooLong in ProxyStats
Added transactions.rejected_for_queued_too_long for bookkeeping the
number of transactions rejected by commit proxy because its queuing
time exceeds MVCC window.
2021-02-17 21:40:46 -08:00
Russell Sears 5324f127c9 Address skipped PR comments from multithreaded client PR 2021-02-17 21:10:42 +00:00
Vishesh Yadav ab1c51618a
Merge pull request #4269 from sears/multithreaded_client
Multithreaded client
2021-02-16 13:11:14 -08:00
Steve Atherton 76a4293d1d Merge branch 'release-6.3'
# Conflicts:
#	fdbserver/fdbserver.actor.cpp
2021-02-15 02:13:06 -08:00
Steve Atherton f4c9b88908 Merge branch 'release-6.2' into release-6.3
# Conflicts:
#	cmake/CompileBoost.cmake
#	fdbserver/DataDistribution.actor.cpp
#	fdbserver/fdbserver.actor.cpp
#	flow/Error.cpp
2021-02-15 02:05:03 -08:00
hfu5 0706d19a03
Update documentation/sphinx/source/release-notes/release-notes-700.rst
Co-authored-by: Jingyu Zhou <jingyuzhou@gmail.com>
2021-02-12 21:15:03 -08:00
Russell Sears bf3e6db9e9 Fix build issues; move to new assert style 2021-02-12 23:52:55 +00:00
hao fu 292e8707fb change release note 700 2021-02-12 13:04:58 -08:00
Hao Fu fb9632297e Add txnRejectedForQueuedTooLong in ProxyStats 2021-02-12 13:04:58 -08:00
Vishesh Yadav 385a2dd87e Some documentation for multi-threaded client 2021-02-11 12:15:45 -08:00
Andrew Noyes b361a57a8f Add a release note 2021-02-11 06:06:37 +00:00
Andrew Noyes 53739c9da5
Merge pull request #4241 from sfc-gh-clin/add-c-function-snapshot
Add c function for snapshot
2021-02-09 15:49:20 -08:00
A.J. Beamon a8d08a8792 Merge branch 'release-6.3' into merge-release-6.3-into-master 2021-02-09 10:18:00 -08:00
A.J. Beamon 66fa403c86 Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
# Conflicts:
#	CMakeLists.txt
#	documentation/sphinx/source/downloads.rst
#	fdbserver/Knobs.cpp
#	packaging/msi/FDBInstaller.wxs
#	versions.target
2021-02-09 08:55:24 -08:00
Chaoguang Lin 0947b87b60 Update documentation 2021-02-08 18:47:49 -08:00
A.J. Beamon aaf0a9aa7b Merge branch 'release-6.3' into merge-release-6.3-into-master
# Conflicts:
#	build/docker-compose.yaml
#	cmake/ConfigureCompiler.cmake
#	fdbclient/FileBackupAgent.actor.cpp
#	fdbrpc/AsyncFileCached.actor.h
#	fdbrpc/IAsyncFile.h
#	fdbrpc/IRateControl.h
#	fdbrpc/simulator.h
#	fdbserver/KeyValueStoreSQLite.actor.cpp
#	fdbserver/storageserver.actor.cpp
#	fdbservice/ServiceBase.cpp
2021-02-08 12:58:34 -08:00
A.J. Beamon 67e783acf8 Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
# Conflicts:
#	cmake/CompileBoost.cmake
#	cmake/FDBComponents.cmake
#	fdbrpc/AsyncFileCached.actor.h
#	fdbrpc/simulator.h
#	fdbserver/KeyValueStoreSQLite.actor.cpp
#	fdbserver/Knobs.cpp
#	fdbserver/Knobs.h
#	fdbserver/storageserver.actor.cpp
#	flow/Knobs.h
#	flow/network.h
2021-02-08 09:20:28 -08:00
Evan Tschannen c326c263a8 Updated knobs to enable low priority reads when durability lag is larger than 200 seconds 2021-02-07 22:58:11 -08:00
Chaoguang Lin cd54eae545 Update test and documentation 2021-02-05 15:30:43 -08:00
Chaoguang Lin c1837fc1ec Update documentation for fdb_database_create_snapshot 2021-02-04 14:23:58 -08:00
Meng Xu 675e567305
Merge pull request #4218 from sfc-gh-etschannen/feature-low-priority-reads-6.2
Reduce read priority when durability lag is high
2021-02-03 18:09:39 -08:00
Evan Tschannen b2ffdf47f0 added low priority reads to status 2021-02-03 13:24:34 -08:00
Xin Dong 309a0d88e6
Update documentation/sphinx/source/release-notes/release-notes-620.rst 2021-01-28 15:29:24 -08:00
Xin Dong 69f1ad9276 Add release note for PR 4166 2021-01-28 15:27:13 -08:00
Chaoguang Lin a6d4e1a82d Fix format error in api-c.rst 2021-01-26 22:09:01 -08:00
Chaoguang Lin c55f7c33b7 Fix format error in api-c.rst 2021-01-26 18:16:14 -08:00
Chaoguang Lin c69d1dcb45 Add c api documentation for fdb_database_create_snapshot 2021-01-26 14:49:22 -08:00
Chaoguang Lin cd8030c06e add release note 2021-01-26 14:25:47 -08:00
Chaoguang Lin 05f119c69a update c api documentation 2021-01-25 15:19:12 -08:00
Chaoguang Lin 20009a5a5a update c api documentation 2021-01-25 14:48:52 -08:00
Chaoguang Lin c8538ef940 fix format in release-notes 2021-01-21 11:29:00 -08:00
Chaoguang Lin 69a2083ec2 Add documentation 2021-01-21 00:51:16 -08:00
Andrew Noyes ff7d306b09 Merge branch 'release-6.3' into anoyes/merge-6.3-to-master
Include conflict markers for now. Will resolve.
2021-01-15 18:04:09 +00:00
Chaoguang Lin 87b4463305 Solve comments: update c api description; refine code 2021-01-13 14:56:41 -08:00
Balachandar Namasivayam 97a4637b52 Update downloads and release notes for 6.3.10 2021-01-06 11:54:18 -08:00
Chaoguang Lin c550ef594c Update documentation for check-on-reboot 2021-01-05 09:59:30 -08:00
Chaoguang Lin da7b65cd71 Change the interface back to return int64_t 2021-01-03 22:45:09 -08:00
Jingyu Zhou a167016378 Resolver merge conflicts 2020-12-23 14:33:30 -08:00
Jingyu Zhou bbb56e4089 Merge branch 'release-6.2' of https://github.com/apple/foundationdb into release-6.3 2020-12-23 14:26:59 -08:00
Jingyu Zhou c3b152113c Update release notes and download links. 2020-12-22 13:57:13 -08:00
Xin Dong 8d4cbfbb86
Merge branch 'release-6.2' into feature/allow-manually-trigger-dd-teams-info-logging 2020-12-22 10:00:24 -08:00
Chaoguang Lin 83b2a994c3 Add release notes 2020-12-21 14:01:17 -08:00
Jingyu Zhou 4dd3fda285
Merge pull request #4159 from xumengpanda/mengxu/rw-path-doc-PR
Remove "WiP" from the FDB Read and Write Path doc
2020-12-11 11:06:26 -08:00
Meng Xu cea7336bae Remove WiP from Read and Write Path doc 2020-12-11 10:18:02 -08:00
Jingyu Zhou de35f55f16
Merge pull request #4099 from xumengpanda/mengxu/rw-path-doc-PR
Documentation: How FDB read and write path works in FDB 6.2
2020-12-11 09:34:10 -08:00
Meng Xu 7e0d924be9 Minor revision and update format for FDB Read and Write Path doc 2020-12-10 22:12:22 -08:00
Russell Sears 4cb821cd63 Merge remote-tracking branch 'upstream/release-6.2' into merge-6.2-to-6.3 2020-12-09 15:47:44 -08:00
Andrew Noyes 877997632d Merge branch 'release-6.3' into anoyes/merge-release-6.3-master
Include conflict markers for review purposes
2020-12-04 01:38:07 +00:00
Xin Dong 2162fd1421 Fix the doc build failure 2020-12-03 15:19:03 -08:00
Xin Dong da22308025 Change the new command to be all lower case to follow the convention. Updated the command line interface documentation and the release notes for 6.2.29. 2020-12-03 14:49:23 -08:00
Jingyu Zhou 6bf1e5f3f9 Update release notes 2020-11-29 14:34:25 -08:00
Meng Xu 7d7fdc296b Add read-write-path to doctree 2020-11-27 12:19:56 -08:00
Andrew Noyes dc2bac5670 Resolve conflicts 2020-11-24 19:09:42 +00:00
Andrew Noyes 1f541f02be Merge branch 'anoyes/merge-6.2-to-6.3' into anoyes/release-6.3-merge
Merge, leaving conflict markers for now
2020-11-24 16:55:34 +00:00
Meng Xu 6e59c8ddad Document:Fix image file path 2020-11-22 21:19:17 -08:00
Meng Xu 2af1685bcd Add read write path to Technical Overview page 2020-11-22 18:40:57 -08:00
Meng Xu 7eed0a7dba Documentation:Read and Write Path 2020-11-22 18:39:14 -08:00
sfc-gh-tclinkenbeard 6a328fcc18 Add 6.2.29 release notes 2020-11-20 12:31:49 -08:00
David Youngworth d64cf8b9e3 Merge branch 6.3 into master 2020-11-17 11:22:45 -08:00
Markus Pilman 930afc7130
Merge pull request #3670 from sfc-gh-ngoyal/experimental
Documentation on transaction profiling and analyzing.
2020-11-17 10:09:37 -07:00
Jingyu Zhou 6ed8bdb598 Update downloads.rst for 6.2.28 2020-11-13 21:30:04 -08:00
sfc-gh-tclinkenbeard add106475f Fix table alignment in documentation 2020-11-13 17:25:33 -08:00
sfc-gh-tclinkenbeard 45c9a0abc7 Revert "Revert "Add limiting health metrics""
This reverts commit 209ebcc595.
2020-11-13 17:24:57 -08:00
Trevor Clinkenbeard 209ebcc595
Revert "Add limiting health metrics" 2020-11-13 17:08:46 -08:00
sfc-gh-tclinkenbeard ad108797c9 Update documentation to include limiting health metrics 2020-11-13 11:42:13 -08:00
Saurabh Chaturvedi b5a9ccf175 Fix transaction retry typo for other lang tutorials 2020-11-08 13:33:29 -08:00
sfc-gh-tclinkenbeard cf4c8e375f Merge remote-tracking branch 'origin/release-6.3' into merge 2020-10-29 22:15:41 -07:00
Markus Pilman 1b91c99640
Merge branch 'release-6.3' into features/versioned-packages 2020-10-29 17:16:11 -06:00
Xin Dong 9e46f3d87e Fix rst build error 2020-10-28 15:11:02 -07:00
Xin Dong 216a332ba7 Be clear about which 6.3.* release contains what fixes. 2020-10-28 14:59:19 -07:00
Xin Dong 41b834edb0 Bump minor version. 2020-10-28 14:47:34 -07:00
Xin Dong ce6d31c21a Mentioned what fixes from 6.2.* patches are included into current 6.3.9 release. 2020-10-28 14:45:54 -07:00
Markus Pilman 7188c82cb0 Added release notes 2020-10-28 14:25:43 -06:00
Steve Atherton 42cc5566e6 Add release note for blob client fix. 2020-10-28 03:34:33 -07:00
Steve Atherton 7e8398688d Merge commit 'bd858ffe513647af46c8033a41dd475905a81579' into merge-6.2-to-6.3 2020-10-27 13:58:13 -07:00
Steve Atherton cca6df237a Add release note for blob client fix. 2020-10-27 12:25:58 -07:00
Steve Atherton 99c1880a83 Merge commit 'f9581de2005e6b085776e81b9fcaa16442b32589' into merge-6.2-to-6.3
# Conflicts:
#	fdbserver/Knobs.cpp
#	fdbserver/Knobs.h
2020-10-27 12:21:26 -07:00
Andrew Noyes a15bc32b14
Merge pull request #3945 from sfc-gh-clin/add-consistencycheck-to-special-keys
Add consistencycheck command to special keys
2020-10-26 10:59:17 -07:00
Meng Xu b0d78ecf37
Merge pull request #3912 from dongxinEric/misc/log-detailed-teams-info-in-dd
Added a way to print detailed information about team collection for d…
2020-10-24 19:06:10 -07:00
Xin Dong 6395b76d8c Address more review comments 2020-10-23 15:29:08 -07:00
Xin Dong f757cae786 Address review comments 2020-10-23 14:01:53 -07:00
Chaoguang Lin c8eb003ec4 Change to \xff\xff/management/in_progress_exclusion, the snake case naming style 2020-10-22 18:05:54 -07:00
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
Xin Dong 92e31dd338 Address review comments 2020-10-15 15:25:00 -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
Evan Tschannen ae7bf24353
Merge pull request #3549 from yliucode/grv-proxy
Separate out a new role GrvProxy to serve GRVs.
2020-09-03 19:03:45 -07:00
Young Liu 87693cae81 merge master branch and resolve conflicts 2020-09-02 13:44:33 -07:00
A.J. Beamon b4c96cadc7 Merge branch 'release-6.3' into merge-release-6.3-into-master 2020-09-02 12:45:57 -07:00
Evan Tschannen 1d0a43bc21 fixed a missing update to the version in the release notes 2020-09-01 16:18:08 -07:00
Evan Tschannen 12edadd059 Merge branch 'release-6.3'
# Conflicts:
#	CMakeLists.txt
#	fdbclient/Knobs.cpp
#	fdbclient/MasterProxyInterface.h
#	fdbrpc/simulator.h
#	fdbserver/MasterProxyServer.actor.cpp
#	tests/fast/CycleAndLock.txt
#	tests/fast/TxnStateStoreCycleTest.txt
#	tests/fast/VersionStamp.txt
#	tests/slow/ParallelRestoreOldBackupApiCorrectnessAtomicRestore.txt
#	tests/slow/ParallelRestoreOldBackupCorrectnessCycle.txt
#	versions.target
2020-08-31 19:33:34 -07:00
Evan Tschannen d00c985784 updated documentation for 6.3.5 2020-08-31 11:21:39 -07:00
Evan Tschannen 29eec30183 Merge branch 'release-6.2' into release-6.3
# Conflicts:
#	CMakeLists.txt
#	build/Dockerfile
#	build/Dockerfile.devel
#	documentation/sphinx/source/downloads.rst
#	fdbserver/Knobs.cpp
#	fdbserver/LogSystem.h
#	fdbserver/MasterProxyServer.actor.cpp
#	fdbserver/TagPartitionedLogSystem.actor.cpp
#	fdbserver/WaitFailure.actor.cpp
#	fdbserver/fdbserver.vcxproj
#	fdbserver/fdbserver.vcxproj.filters
#	packaging/msi/FDBInstaller.wxs
2020-08-31 01:10:29 -07:00
sfc-gh-ngoyal 2dbf4efc85
Update documentation/sphinx/source/transaction-profiler-analyzer.rst
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-08-28 21:28:49 -07:00
sfc-gh-ngoyal 0a5d3408aa
Update documentation/sphinx/source/transaction-profiler-analyzer.rst
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-08-28 21:28:33 -07:00
sfc-gh-ngoyal f97752b808
Update documentation/sphinx/source/transaction-profiler-analyzer.rst
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-08-28 21:28:23 -07:00
sfc-gh-ngoyal 13d56901a6
Update documentation/sphinx/source/transaction-profiler-analyzer.rst
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-08-28 21:28:15 -07:00
sfc-gh-ngoyal 3e962b664b
Update documentation/sphinx/source/transaction-profiler-analyzer.rst
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-08-28 21:28:06 -07:00
sfc-gh-ngoyal e72f2910d2
Update documentation/sphinx/source/transaction-profiler-analyzer.rst
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
2020-08-28 21:27:54 -07:00
Evan Tschannen 1e817c4b4f Updated documentation for 6.2.25 2020-08-26 12:40:32 -07:00
Andrew Noyes 93f1d1a07d Add PR number 2020-08-25 17:48:12 +00:00
Young Liu 9564171463 Merge branch 'master' into grv-proxy 2020-08-24 22:45:01 -07:00
Young Liu 63b3612ad5 Merge master branch and resolve conflicts 2020-08-24 16:42:31 -07:00
XiaoxiWang 4e627691a9 add throttle objects into Schemas.cpp 2020-08-24 23:37:58 +00:00
XiaoxiWang 86b943f17a update documentation 2020-08-23 18:24:45 +00:00
Andrew Noyes e42f1f23ae Add release note 2020-08-20 18:40:03 +00:00
negoyal d43dfd1ecb Added GitHub link for transaction_profiling_analyzer.py. 2020-08-19 17:17:12 -07:00
negoyal 5531e44475 Documentation on transaction profiling and analyzing. 2020-08-19 13:02:40 -07:00
Young Liu 8953cc5f98 Merge master again 2020-08-12 16:59:07 -07:00
Kyle Snavely 1f3bf85f89
Fix a small typo in the region configuration docs 2020-08-12 11:50:32 -06:00
Evan Tschannen 2f52c5f79b Merge branch 'release-6.3'
# Conflicts:
#	fdbserver/RestoreLoader.actor.cpp
2020-08-11 22:45:43 -07:00
Meng Xu 72cabfd253
Merge pull request #2596 from alexmiller-apple/docs/technical-overview
Convert "Architecture Overview" wiki page into documentation
2020-08-11 20:36:48 -07:00
Young Liu 79ce16650d merge master branch 2020-08-11 19:22:10 -07:00
Xiaoge Su ceeade7334 Address review comments, improve performance 2020-08-08 23:52:38 -07:00
Young Liu d6a23a4d6b Resolve comments to make GRV proxy a separate process class 2020-08-06 00:01:57 -07:00
Meng Xu fe5902994c
Merge pull request #3605 from apple/release-6.3
Merge Release 6.3 to master
2020-08-05 23:37:44 -07:00
Chaoguang Lin a8072e0d0d Fix special key prefix in doc 2020-08-05 13:16:42 -07:00
Andrew Noyes f800a29f3f Add release note for #3566 2020-08-04 18:43:39 +00:00
Andrew Noyes 800337ab32 Add/update documentation for special key space management api 2020-08-04 16:24:32 +00:00
Evan Tschannen a49cb41de7 Merge branch 'release-6.3'
# Conflicts:
#	CMakeLists.txt
#	cmake/ConfigureCompiler.cmake
#	fdbserver/Knobs.cpp
#	fdbserver/StorageCache.actor.cpp
#	fdbserver/storageserver.actor.cpp
#	flow/ThreadHelper.actor.h
#	flow/serialize.h
#	tests/CMakeLists.txt
2020-07-29 00:31:55 -07:00
Evan Tschannen 3f1e51c821
Merge pull request #3543 from dongxinEric/doc/add-explanation-about-accuracy-of-estiamted-range-size-api
Added some explanation about the accuracy about the get estimated ran…
2020-07-27 11:03:17 -07:00
Evan Tschannen e0db748fb3
Merge pull request #3403 from satherton/tls-background-handshake
TLS handshaking in background threads
2020-07-27 10:55:00 -07:00
Evan Tschannen 937df4f839 Merge branch 'release-6.3' of github.com:apple/foundationdb into feature-lifetimetoken-fix
# Conflicts:
#	documentation/sphinx/source/release-notes/release-notes-630.rst
2020-07-27 10:03:02 -07:00
Evan Tschannen e1dedff7b3 Merge branch 'release-6.2' into release-6.3
# Conflicts:
#	CMakeLists.txt
#	bindings/c/test/mako/mako.c
#	cmake/ConfigureCompiler.cmake
#	documentation/sphinx/source/downloads.rst
#	fdbcli/fdbcli.actor.cpp
#	fdbclient/FileBackupAgent.actor.cpp
#	packaging/msi/FDBInstaller.wxs
#	versions.target
2020-07-24 12:10:44 -07:00
Evan Tschannen 5a8a8153ce updated documentation 2020-07-23 11:22:16 -07:00
Xin Dong 9e1f253c08 Added some explanation about the accuracy about the get estimated range size API. 2020-07-21 16:14:23 -07:00
Evan Tschannen 0df28ee2f2 updated documentation 2020-07-20 22:44:19 -07:00
Meng Xu b2a3b4fd83 Merge branch 'master' into mengxu/merge-6.3-PR 2020-07-20 11:34:18 -07:00
Meng Xu 2c1334d461 Update release notes for DD fix 2020-07-20 10:12:22 -07:00
Steve Atherton f0d35e87ef Renamed knob and URL parameter for request timeout to request timeout min to more accurately reflect what they do. 2020-07-19 17:41:59 -07:00
Steve Atherton dd62b828f9 Add release note for request timeout fix. 2020-07-18 22:41:05 -07:00
Steve Atherton 38cade1146 Merged tag release-6.3.3 into tls-background-handshake. 2020-07-17 23:39:57 -07:00
Meng Xu 29da89525f
Merge pull request #3510 from apple/release-6.3
Merge Release 6.3 into master
2020-07-13 17:09:47 -07:00
Evan Tschannen c9c80d6dec updated documentation for 6.3.3 2020-07-13 11:08:53 -07:00
Meng Xu ef8c1060a2 Merge branch 'master' into mengxu/tmp-merge-6.3 2020-07-13 10:15:56 -07:00
A.J. Beamon b09dddc07e Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
# Conflicts:
#	cmake/ConfigureCompiler.cmake
#	documentation/sphinx/source/downloads.rst
#	fdbrpc/FlowTransport.actor.cpp
#	fdbrpc/fdbrpc.vcxproj
#	fdbserver/DataDistributionQueue.actor.cpp
#	fdbserver/Knobs.cpp
#	fdbserver/Knobs.h
#	fdbserver/LogSystemPeekCursor.actor.cpp
#	fdbserver/MasterProxyServer.actor.cpp
#	fdbserver/Status.actor.cpp
#	fdbserver/storageserver.actor.cpp
#	flow/flow.vcxproj
2020-07-10 15:06:34 -07:00
Jingyu Zhou 90654628fb
Merge pull request #3490 from apple/release-6.3
Merge Release 6.3
2020-07-10 12:54:37 -07:00
Evan Tschannen a14a570c44 updated documentation 2020-07-10 12:37:26 -07:00
Evan Tschannen 8befb0829d
Merge pull request #3481 from ajbeamon/fix-dc-timeout-message
Add missing messages to schema and rename one to match later versions
2020-07-10 10:30:21 -07:00
Jingyu Zhou abfc3effe4
Merge pull request #3483 from oleg68/detach-dr-clone-63
Detach a Clone of DR Site without Affecting Replication to the Original DR Site
2020-07-10 09:38:21 -07:00
Oleg Samarin 668661a54b Added --dstonly to release notes 2020-07-10 15:19:27 +03:00
A.J. Beamon b51beead53 The backport of a change in later versions didn't include some updates to the schema and a change to the name of one of the messages. 2020-07-09 16:58:13 -07:00
A.J. Beamon 693595f4e5 Fix make build, fix GRV schema 2020-07-09 16:50:08 -07:00
A.J. Beamon 04d1217941 Track statistics about server-side request latency on each process, to include min, max, mean, and various percentiles. 2020-07-09 16:39:15 -07:00
Meng Xu 1b68665228 Merge branch 'master' into release-6.3 2020-07-08 18:52:05 -07:00
Greg Taylor 6cd6fe76f2 Fix malformed class ref in Python API docs
Fix a malformed auto-class reference in the description of the
has_incomplete_versionstamp() class.
2020-07-08 11:22:12 -07:00
Evan Tschannen e9f690c695
Merge pull request #3444 from gtaylor/patch-1
Update supported Python versions in downloads.rst
2020-07-08 10:38:02 -07:00
Oleg Samarin 6c23901e61 Speed up sync between Primary and DR 2020-07-03 11:38:54 +03:00
Greg Taylor 4226c53765
Update supported Python versions in downloads.rst
Per the Python API docs (https://apple.github.io/foundationdb/api-python.html), 
Python versions 2.7-3.7 are now supported.
2020-07-02 14:02:02 -07:00
Andrew Noyes 0e77975782 Add footnote 2020-07-01 23:59:18 +00:00
Andrew Noyes 409ccf3be2 Use snake_case to match status json convention 2020-06-30 17:05:29 +00:00
Andrew Noyes e1dfa410c1 Remove "Storages" field from data_distribution_stats
It seems like a cool idea, but it feels rushed to me. Reverting for now.
2020-06-30 15:24:16 +00:00
Andrew Noyes b1d5e99494 Update documentation 2020-06-30 15:24:16 +00:00
Andrew Noyes 1c30adce74 WIP 2020-06-30 15:24:16 +00:00
Andrew Noyes 4a584a6f6b Fix copy pasta 2020-06-30 15:24:15 +00:00
Andrew Noyes 39cb0ec751 Add documentation 2020-06-30 15:24:15 +00:00
Steve Atherton 4f29c3ba59 Updated release notes for TLS background handshakes. 2020-06-22 16:39:19 -07:00
A.J. Beamon 1b233282d5
Merge pull request #3392 from apple/release-6.3
Merge release-6.3 into master
2020-06-18 12:20:40 -07:00
A.J. Beamon eacc531a9f
Merge pull request #3390 from apple/release-6.2
Merge release-6.2 into release-6.3
2020-06-18 11:51:52 -07:00
A.J. Beamon f2325187b5 Fix the link for a release note. 2020-06-18 10:42:58 -07:00
A.J. Beamon 76ac5dfeaf Merge branch 'release-6.3' into merge-release-6.3-into-master
# Conflicts:
#	documentation/sphinx/source/release-notes/release-notes-630.rst
2020-06-17 18:31:06 -07:00
A.J. Beamon a56b48a41d Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
# Conflicts:
#	documentation/sphinx/source/release-notes/release-notes-620.rst
2020-06-17 15:18:20 -07:00
A.J. Beamon 94b9732da1 Move all release notes into a single folder. The current release notes now has a ref link at the top. 2020-06-17 11:49:28 -07:00
A.J. Beamon 82ea87ffd4 Merge branch 'release-6.3' into merge-release-6.3-into-master
# Conflicts:
#	fdbserver/storageserver.actor.cpp
2020-06-16 14:01:45 -07:00
A.J. Beamon 3c684313db Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
#	fdbserver/Status.actor.cpp
#	fdbserver/storageserver.actor.cpp
2020-06-16 13:06:29 -07:00
Meng Xu 96206a8032
Merge pull request #3368 from apple/release-6.3
Merge Release 6.3 to master
2020-06-15 20:15:22 -07:00
Evan Tschannen d8a53fcac2
Merge pull request #3330 from ajbeamon/update-release-notes-6.2
Add a missing release note to 6.2.21
2020-06-15 14:23:37 -07:00
Evan Tschannen 4c7d43271a merge 6.3 into 7.0 2020-06-15 11:14:11 -07:00