Commit Graph

2967 Commits

Author SHA1 Message Date
Evan Tschannen 0217aed74c Merge branch 'release-6.0'
# Conflicts:
#	bindings/go/README.md
#	documentation/sphinx/source/release-notes.rst
#	fdbserver/MasterProxyServer.actor.cpp
#	versions.target
2018-10-15 18:38:51 -07:00
Evan Tschannen 0acfae1e76 fixed the windows linker error 2018-10-15 18:19:51 -07:00
Steve Atherton f19c0273d2
Merge pull request #836 from etschannen/release-6.0
fix: the master proxy would log an OpCommit for empty commits to the txnStateStore
2018-10-12 17:40:28 -07:00
Evan Tschannen 150c770945 updated release notes for 6.0.14 2018-10-12 17:38:41 -07:00
Evan Tschannen a76c82d194 Merge branch 'release-6.0' of github.com:apple/foundationdb into release-6.0 2018-10-12 17:17:12 -07:00
Evan Tschannen 253f7884a5
Merge pull request #837 from satherton/fix-backup-snapshot-stall
Bug fix where a task could (rarely) be failed and lost if an early ti…
2018-10-12 17:15:55 -07:00
Stephen Atherton e0158d8216 Added release note for backup task bug fix. 2018-10-12 16:33:58 -07:00
Stephen Atherton 065a7dd1df Merge branch 'release-6.0' of github.com:apple/foundationdb into fix-backup-snapshot-stall 2018-10-12 16:29:04 -07:00
Evan Tschannen a8feecbfad added a comment to explain code ordering 2018-10-12 16:27:13 -07:00
Evan Tschannen 881474165e
Merge pull request #838 from etschannen/post-release-cleanup-6.0.13
Post release cleanup 6.0.13
2018-10-12 15:44:48 -07:00
Evan Tschannen af6d16ce58 update installer WIX GUID following release 2018-10-12 15:44:00 -07:00
Evan Tschannen d3e4b18b60 update versions target to 6.0.14 2018-10-12 15:44:00 -07:00
Stephen Atherton 770b4b858b Minor (and asymptomatic) bug fixes where ints or enumerations are being passed as the bool snapshot argument instead of as the default value which was intended. 2018-10-12 15:03:21 -07:00
Evan Tschannen 8ed4ce183c Merge branch 'release-6.0' of github.com:apple/foundationdb into release-6.0 2018-10-12 14:56:19 -07:00
Stephen Atherton 356abb099b Bug fix where a task could (rarely) be failed and lost if an early timeout extension is done shortly after the task begins. 2018-10-12 14:47:36 -07:00
Evan Tschannen 17a1e3ce35 fix: the master proxy would log an OpCommit for empty commits to the txnStateStore 2018-10-12 12:58:17 -07:00
A.J. Beamon c7407fb486
Merge pull request #835 from ajbeamon/release-6.0
Release 6.0.13 preparation
2018-10-10 13:45:07 -07:00
A.J. Beamon 9983c534e6 Release 6.0.13 preparation 2018-10-10 13:44:16 -07:00
A.J. Beamon 63c4c14efd
Merge pull request #834 from ajbeamon/release-6.0
Fix: status was trying to read a metric under the wrong name, leading…
2018-10-10 13:37:49 -07:00
A.J. Beamon 3c23759242 Fill in details of pull request 2018-10-10 13:35:06 -07:00
A.J. Beamon 419231d798 Fix: status was trying to read a metric under the wrong name, leading to an error that caused the cluster to report itself unhealthy and some metrics to be missing. 2018-10-10 13:33:28 -07:00
Evan Tschannen 4c95a5ee0f added the basic structure for parallel restore 2018-10-09 18:47:28 -07:00
Alec Grieser aaf0d0c4c1
Merge pull request #831 from ajbeamon/python3.7-async-keyword-fix
Python3.7 async keyword fix
2018-10-09 17:20:33 -07:00
A.J. Beamon b70e81f31b Updated release notes. 2018-10-09 09:54:19 -07:00
A.J. Beamon a2630a68a6 We can't use async as a variable name in python 3.7 because it's now a keyword. Support gevent's new 'async_' name. 2018-10-09 09:51:04 -07:00
Alex Miller 569f7403a9
Merge pull request #829 from ajbeamon/document-go-mutex-double-lock
Document the mutex shenanigans used to implement block until ready
2018-10-08 15:21:20 -07:00
A.J. Beamon b3e271bc2a Document the mutex shenanigans used to implement block until ready 2018-10-08 15:17:37 -07:00
Evan Tschannen f994664130
Merge pull request #828 from etschannen/release-6.0
updated documentation for 6.0.12
2018-10-08 11:47:18 -07:00
Evan Tschannen 110a97f01c updated documentation for 6.0.12 2018-10-08 11:45:51 -07:00
Evan Tschannen 2929f6a4fd
Merge pull request #827 from etschannen/prepare-release-6.0.12
update installer WIX GUID following release
2018-10-08 11:41:13 -07:00
Evan Tschannen d0a9c2ab69 update installer WIX GUID following release 2018-10-08 11:40:16 -07:00
Evan Tschannen 0daf9492d7
Merge pull request #824 from ajbeamon/release-6.0
Fix line endings
2018-10-08 10:51:47 -07:00
A.J. Beamon 8149175498
Merge pull request #825 from etschannen/release-6.0
fixed review comments; demote killRegionCycle test for now
2018-10-08 10:49:46 -07:00
Evan Tschannen ecddeab2ae fixed review comments; demote killRegionCycle test for now 2018-10-08 10:39:39 -07:00
A.J. Beamon 2ce660f23c Merge branch 'release-6.0' of github.com:apple/foundationdb into release-6.0 2018-10-08 09:30:47 -07:00
A.J. Beamon a963ff7a64 Fix line endings 2018-10-08 09:30:09 -07:00
A.J. Beamon ab1614780e
Merge pull request #822 from satherton/fix-tls-docs
Updated TLS documentation to reflect that operating system root CA's …
2018-10-08 08:50:21 -07:00
Stephen Atherton 2e0251c8da Old typo, is -> it. 2018-10-08 08:48:33 -07:00
Stephen Atherton e471dc831e Updated TLS documentation to reflect that operating system root CA's are not used. 2018-10-08 08:38:41 -07:00
Evan Tschannen 4716b5403a
Merge pull request #820 from ajbeamon/release-6.0
Add release note for truncate optimization.
2018-10-05 15:53:11 -07:00
A.J. Beamon ad5f2c4f92 Changed wording 2018-10-05 15:52:01 -07:00
A.J. Beamon 184a4b7789 Add release note for truncate optimization. 2018-10-05 15:49:54 -07:00
A.J. Beamon c4f70934e7
Merge pull request #814 from etschannen/release-6.0
Updated release notes and changed knob values
2018-10-05 15:38:01 -07:00
Evan Tschannen 1c3b7710c9 one more release note moved to impacting 6.0.0 only 2018-10-05 15:36:48 -07:00
Evan Tschannen ed8119dd37
Merge pull request #816 from ajbeamon/optimize-truncate
Port truncate optimization from Snowflake PR in order to make quick...
2018-10-05 15:19:00 -07:00
A.J. Beamon 664f64881c Port truncate optimization from Snowflake PR in order to make quick changes for a patch release. 2018-10-05 15:05:26 -07:00
Evan Tschannen ab5c904cf2 moved a release note to denote it only impacts 6.0.0+ 2018-10-05 13:48:45 -07:00
Evan Tschannen 963f4f3354 failure emergency delay could be triggered more easily than originally thought, so reduce the knob values so it waits 30 seconds after 10 recoveries 2018-10-05 13:25:54 -07:00
Evan Tschannen 9c8b0a5285 refactored release notes to denote which fixes are only fixing bugs introduced since 6.0.0 2018-10-05 13:24:23 -07:00
Evan Tschannen 1314bcec9e Merge branch 'release-6.0'
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
2018-10-05 12:54:00 -07:00