605 Commits

Author SHA1 Message Date
Evan Tschannen
c4c9e6cee7 fixed compiler errors 2019-07-12 18:28:41 -07:00
Evan Tschannen
a4071952db fix documentation 2019-07-12 18:02:20 -07:00
Evan Tschannen
02de53160d only skip confirm epoch live if CAUSAL_READ_RISKY is enabled
time checked on the proxy should be less than the time waited by the master to account for clock speed differences
setting REQUIRED_MIN_RECOVERY_DURATION and ENFORCED_MIN_RECOVERY_DURATION to 0 will go back to the old behavior
2019-07-12 17:58:16 -07:00
A.J. Beamon
f31884c749 Merge branch 'master' into add-priority-starts-to-status
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
2019-07-11 15:26:52 -07:00
Steve Atherton
1700d492cf
Merge pull request #1823 from ajbeamon/cache-hit-rate-in-status
Tweak cache hit calculations and add cache hit rate to status
2019-07-11 14:06:06 -07:00
A.J. Beamon
46d670b261 Add release note. 2019-07-11 14:02:34 -07:00
A.J. Beamon
c0972dbdb9 Add release note. 2019-07-11 13:59:54 -07:00
A.J. Beamon
97609ad991 Add information about transaction starts at different priorities to status. 2019-07-11 13:54:44 -07:00
A.J. Beamon
8e3c8ee0c4 Fix a tab/space mismatch that I was responsible for. 2019-07-11 12:07:45 -07:00
A.J. Beamon
b4dbc6d7fa Change the way cache hits and misses are tracked to avoid counting blind page writes as misses and count the results of partial page writes. Report cache hit rate in status. 2019-07-10 14:43:20 -07:00
Alec Grieser
a72d5b526a
Merge pull request #1767 from ajbeamon/fix-mvc-default-options
Make default and persistent options specifyable via annotations to fdb.options...
2019-07-10 13:19:45 -07:00
A.J. Beamon
69d7c4f79c Merge branch 'master' into track-run-loop-busyness
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
#	flow/Net2.actor.cpp
#	flow/network.h
2019-07-09 18:39:23 -07:00
A.J. Beamon
a174178be1 Merge branch 'master' into fix-mvc-default-options
# Conflicts:
#	fdbclient/NativeAPI.actor.cpp
2019-07-09 18:33:14 -07:00
Evan Tschannen
c8d86516f0
Merge pull request #1800 from ajbeamon/rename-datacenter-version-difference
Rename datacenter_version_difference to datacenter_lag and include bo…
2019-07-09 17:29:27 -07:00
A.J. Beamon
15ecba59db Merge branch 'master' into fix-mvc-default-options
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
2019-07-09 15:28:12 -07:00
A.J. Beamon
c8cf7f88ef Add a release note for option fix, in particular noting that a 6.2 client must be used as the primary for the behavior to work correctly. 2019-07-09 15:25:32 -07:00
Evan Tschannen
b146da0dd1 Merge branch 'release-6.1'
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
#	fdbserver/DataDistribution.actor.cpp
#	versions.target
2019-07-07 20:54:59 -07:00
A.J. Beamon
abb8503839 Add PR number 2019-07-05 14:37:28 -07:00
A.J. Beamon
4be08d9b2d Rename datacenter_version_difference to datacenter_lag and include both seconds and versions. 2019-07-05 14:36:18 -07:00
Evan Tschannen
b63fa29766 updated documentation for 6.1.11 2019-07-03 11:53:27 -07:00
Alec Grieser
a84f481004
Merge pull request #1734 from ajbeamon/fix-onerror-retries-on-cluster-version-changed
If onError fails with cluster_version_changed, retry the error on the new transaction.
2019-07-03 00:23:36 +02:00
Meng Xu
0baae134f6 TeamCollectionInfo: Resolve review comments 2019-06-28 15:59:47 -07:00
A.J. Beamon
2035b36257 Make default and persistent options specifyable via annotations to fdb.options. Fix some issues with persisting these options in the multi-version client. Make size limit option not persistent. 2019-06-28 13:24:32 -07:00
Meng Xu
bc3e833634 TeamCollection: Add release note 2019-06-27 16:53:01 -07:00
A.J. Beamon
7e70fa7fcb Add pull request number to release notes. 2019-06-26 14:10:08 -07:00
A.J. Beamon
7f23814841 Track run loop busyness and report it in status. 2019-06-26 14:03:02 -07:00
Evan Tschannen
0fe6edc254
Merge pull request #1678 from mpilman/features/external-workload
Features/external workload
2019-06-25 13:53:19 -07:00
A.J. Beamon
9a55b1fdb5 Documentation fix 2019-06-21 09:09:46 -07:00
Alec Grieser
e8c75505d3
Merge pull request #1725 from jzhou77/db-option
Add transaction size option
2019-06-21 08:25:34 -07:00
Jingyu Zhou
312a7bc16d
Update documentation/sphinx/source/api-common.rst.inc
Co-Authored-By: Alec Grieser <alloc@apple.com>
2019-06-20 23:33:41 -07:00
Jingyu Zhou
0715ae493b
Update documentation/sphinx/source/api-common.rst.inc
Co-Authored-By: Alec Grieser <alloc@apple.com>
2019-06-20 23:33:16 -07:00
Jingyu Zhou
3a63d053e9 Address review comments for PR#1725 2019-06-20 14:06:32 -07:00
A.J. Beamon
9e62bbdd76 Update release notes. 2019-06-20 11:25:13 -07:00
Jingyu Zhou
387ed4fc8d Fix documentation 2019-06-19 20:31:56 -07:00
Jingyu Zhou
bf6bd92d8b Fix documentation on transaction size limit 2019-06-19 14:54:50 -07:00
mpilman
66da71d0ee Changed documentation to reflect new implementation 2019-06-19 13:03:41 -07:00
Jingyu Zhou
9c2257a0e5 Add transaction size option 2019-06-19 07:45:23 -07:00
Markus Pilman
8be7efab1c
Fixed typo
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
2019-06-17 09:38:49 -07:00
Markus Pilman
130065b579
Fix typo
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
2019-06-17 09:38:29 -07:00
Markus Pilman
e5ef995bc8
fixed typo
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
2019-06-17 09:37:11 -07:00
Markus Pilman
2c105f62fe
fixed grammatical mistake
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
2019-06-17 09:32:43 -07:00
mpilman
7483cba26e Address review comments and added documentation 2019-06-16 09:52:40 -07:00
Evan Tschannen
6d7041bc51 fixed documentation 2019-06-14 15:18:35 -07:00
A.J. Beamon
5da906d067 Fix underline length 2019-06-14 15:14:48 -07:00
Evan Tschannen
20e3edeb0a Merge branch 'release-6.1'
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
#	fdbserver/storageserver.actor.cpp
#	versions.target
2019-06-14 12:42:59 -07:00
Evan Tschannen
a11b65236d updated documentation for 6.1.10 2019-06-13 17:58:34 -07:00
Steve Atherton
0110b672c7
Update documentation/sphinx/source/release-notes.rst 2019-06-13 17:51:48 -07:00
Steve Atherton
716d95eaf1
Update documentation/sphinx/source/release-notes.rst
Co-Authored-By: Evan Tschannen <36455792+etschannen@users.noreply.github.com>
2019-06-13 17:51:04 -07:00
Stephen Atherton
9c0238d262 Added release note for fdbrestore cluster file argument fix. 2019-06-13 17:46:04 -07:00
Evan Tschannen
91b52e4a45 added a release note 2019-06-13 16:03:31 -07:00