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