Commit Graph

4746 Commits

Author SHA1 Message Date
Evan Tschannen dcbfb02a87
Merge pull request #1408 from etschannen/post-release-cleanup-6.1.0
Post release cleanup 6.1.0
2019-04-02 22:27:23 -07:00
Evan Tschannen 4514043dab update installer WIX GUID following release 2019-04-02 22:26:26 -07:00
Evan Tschannen 1963b93bf3 update versions target to 6.1.1 2019-04-02 22:26:26 -07:00
Evan Tschannen f5b1015f70
Merge pull request #1407 from etschannen/prepare-release-6.1.0
update installer WIX GUID following release
2019-04-02 18:44:30 -07:00
Evan Tschannen 56356814f9 update installer WIX GUID following release 2019-04-02 18:41:52 -07:00
Evan Tschannen e5606589bb
Merge pull request #1405 from etschannen/release-6.1
Update documentation and protocol version for release 6.1.0
2019-04-02 18:40:16 -07:00
Evan Tschannen 985e1de467 Update documentation and protocol version for release 6.1.0 2019-04-02 18:39:24 -07:00
Evan Tschannen 41de0191b3
Merge pull request #1382 from cdonati/python-pack-versionstamp
Fix Versionstamp encoding issue for Value objects
2019-04-02 18:17:18 -07:00
Evan Tschannen 30133a30e0
Merge pull request #1403 from etschannen/release-6.1
Ported a bug fix to the 6.0 log system, and updated documentation
2019-04-02 17:56:18 -07:00
Evan Tschannen 6223b0b94d
Merge pull request #1397 from etschannen/feature-maintenance-zone
Added the ability to mark a zoneId for maintenance
2019-04-02 17:55:34 -07:00
Evan Tschannen 31ed73d9f5 Ported the bug fix https://github.com/apple/foundationdb/pull/1379 to OldTLogServer_6_0 2019-04-02 15:27:37 -07:00
Evan Tschannen 4d6334eb90 removed a known limitation about force_recovery_with_data_loss 2019-04-02 15:23:55 -07:00
Evan Tschannen 6881a8fc69 Added more release notes for 6.1.0 2019-04-02 15:19:44 -07:00
Evan Tschannen 1d4a6ab551 cleaned up status to keep the healthyZone read separated from relicaFutures 2019-04-02 14:46:56 -07:00
A.J. Beamon 5f69970d56
Merge pull request #1390 from ajbeamon/update-release-notes
Some release notes updates
2019-04-02 14:46:42 -07:00
Evan Tschannen e8548de656
Apply suggestions from code review
Co-Authored-By: ajbeamon <ajbeamon@users.noreply.github.com>
2019-04-02 14:42:51 -07:00
Evan Tschannen a38c396283 made all maintenance transactions lock aware 2019-04-02 14:27:48 -07:00
Evan Tschannen 628fec8c8b updated status with information about ongoing maintenance
clear the maintenance zone if a different storage server is detected failed
2019-04-02 14:15:51 -07:00
Chris Donati 156962e5bf Fix Versionstamp encoding issue for Value objects
Python's struct.pack does not accept Value objects.
2019-04-02 13:49:58 -07:00
Alvin Moore ce37a0cf7f
Merge pull request #1402 from AlvinMooreSr/tgz-package
Updated TGZ Package
2019-04-02 11:44:48 -07:00
A.J. Beamon 972e29f2b9 Merge commit '72b9202c953fe00e8899877a8da0b02851863e9f' into update-release-notes
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
2019-04-02 11:26:22 -07:00
Alvin Moore 48d25c55e3 Added backup_agent to TGZ package 2019-04-02 11:12:08 -07:00
A.J. Beamon 72b9202c95
Merge pull request #1392 from vishesh/release-6.1
doc: Document change to log filename format
2019-04-02 11:05:42 -07:00
Evan Tschannen d57e76f7e6 Merge commit '56f3f0b1bc60604f965152d856ae29a591227703' into feature-maintenance-zone 2019-04-01 18:58:45 -07:00
Evan Tschannen 56f3f0b1bc
Merge pull request #1398 from etschannen/release-6.1
Increase the priority of the client’s version batch timeout
2019-04-01 18:39:09 -07:00
Evan Tschannen 8714394d42 increase the priority of the client’s version batch timeout, so that we prefer issuing the batch over other possible work 2019-04-01 18:37:40 -07:00
Evan Tschannen 980df10f5a Merge branch 'release-6.1' into feature-maintenance-zone 2019-04-01 18:22:37 -07:00
Evan Tschannen dff34162ed
Merge pull request #1395 from etschannen/release-6.1
Cancel the previous log system recruitment before calling newEpoch
2019-04-01 18:06:35 -07:00
Evan Tschannen c18ad2a136
Merge pull request #1394 from satherton/fix-restore-oom
Bug fix, starting a restore on a tag already in-use would hang and eventually OOM
2019-04-01 18:05:42 -07:00
Evan Tschannen fc269666fc
Merge pull request #1396 from alexmiller-apple/win-unbuffered-6.1
Open incrementalDelete files with OPEN_UNBUFFERED
2019-04-01 18:05:12 -07:00
Evan Tschannen 781cf9b5a0 added the ability to make a zoneId for maintenance in fdbcli 2019-04-01 17:55:13 -07:00
Alex Miller 45c466e269 Open incrementalDelete files with OPEN_UNBUFFERED
This fixes crashes from AsyncFileWinASIO refusing to open a file that
didn't have OPEN_UNBUFFERED.
2019-04-01 17:25:08 -07:00
Evan Tschannen f5de52de91 fix: cancel the previous log system recruitment before calling newEpoch, to avoid multiple actors attempting to modify oldLogSystem at the same time 2019-04-01 16:38:25 -07:00
Evan Tschannen a1632b6f44
Merge pull request #1388 from etschannen/release-6.1
Updated release notes for 6.1.0
2019-04-01 16:35:52 -07:00
Evan Tschannen aa389c2a5c updated release notes based on review feedback 2019-04-01 16:35:18 -07:00
A.J. Beamon b9e782c6b6
Update documentation/sphinx/source/release-notes.rst
Co-Authored-By: etschannen <36455792+etschannen@users.noreply.github.com>
2019-04-01 16:29:26 -07:00
A.J. Beamon 310fe6d4d8
Update documentation/sphinx/source/release-notes.rst
Co-Authored-By: etschannen <36455792+etschannen@users.noreply.github.com>
2019-04-01 16:29:19 -07:00
Evan Tschannen 8421dde4f7 Merge branch 'release-6.1' of github.com:etschannen/foundationdb into release-6.1 2019-04-01 16:07:42 -07:00
Evan Tschannen 8621093974 Merge branch 'release-6.1' of github.com:apple/foundationdb into release-6.1 2019-04-01 16:06:57 -07:00
A.J. Beamon d84fcd79c6
Update documentation/sphinx/source/release-notes.rst
Co-Authored-By: etschannen <36455792+etschannen@users.noreply.github.com>
2019-04-01 15:43:29 -07:00
A.J. Beamon b750d2a0a1
Update documentation/sphinx/source/release-notes.rst
Co-Authored-By: etschannen <36455792+etschannen@users.noreply.github.com>
2019-04-01 15:42:20 -07:00
Evan Tschannen e98983083b
Merge pull request #1391 from vishesh/scratch
fix: Parse IPv6 addresses correctly in status details
2019-04-01 15:41:43 -07:00
Stephen Atherton bae815a777 Bug fix, starting a restore on a tag already in-use would spinloop forever and eventually run out of memory. 2019-04-01 15:00:24 -07:00
Vishesh Yadav 73d0517a86 doc: Document change to log filename format 2019-04-01 14:28:09 -07:00
Vishesh Yadav 1ba0b4e682 fix: Parse IPv6 addresses correctly in status details 2019-04-01 12:58:26 -07:00
Jingyu Zhou fdd2d89723
Update documentation/sphinx/source/release-notes.rst
Co-Authored-By: ajbeamon <ajbeamon@users.noreply.github.com>
2019-04-01 11:41:29 -07:00
A.J. Beamon bf82de1f4b Some release notes updates 2019-04-01 11:06:19 -07:00
A.J. Beamon fdb46d40af
Merge pull request #1387 from ajbeamon/release-6.1
Improve Python KeySelector representation (cherry-picked from master)
2019-04-01 09:19:34 -07:00
Chris Donati 2d4d219ef2 Improve Python KeySelector representation
Python 2 resolves escape characters when printing byte strings,
which doesn't seem useful in this context.

I replaced __str__ since it defaults to __repr__ and the change
should be suitable for both cases.
2019-04-01 09:18:01 -07:00
Evan Tschannen 74ca0a672d Release notes from 6.0.19 were moved to 6.1.0 2019-03-30 21:28:39 -07:00