Commit Graph

3343 Commits

Author SHA1 Message Date
Eric Ma f3205d0eb6 fix a typo in the document about fstab 2018-11-21 15:03:18 +08:00
Evan Tschannen dbaaaac354
Merge pull request #922 from etschannen/master
fixed merge error
2018-11-13 16:36:05 -08:00
Evan Tschannen 7862a8bb88 fixed merge error 2018-11-13 16:35:16 -08:00
Evan Tschannen cb59571273
Merge pull request #920 from etschannen/master
merge 6.0 into master
2018-11-13 16:09:12 -08:00
Evan Tschannen e45952bc53 Merge branch 'release-6.0'
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
#	fdbclient/BackupContainer.actor.cpp
#	fdbclient/BlobStore.actor.cpp
#	fdbclient/HTTP.actor.cpp
#	tests/BlobStore.txt
#	versions.target
2018-11-13 16:06:39 -08:00
Evan Tschannen 354ad2604d
Merge pull request #919 from etschannen/post-release-cleanup-6.0.15
Post release cleanup 6.0.15
2018-11-13 15:54:41 -08:00
Evan Tschannen 283b85b54a update installer WIX GUID following release 2018-11-13 15:53:58 -08:00
Evan Tschannen b0d38389a8 update versions target to 6.0.16 2018-11-13 15:53:58 -08:00
Evan Tschannen 8903c5f621
Merge pull request #918 from etschannen/release-6.0
updated download links for 6.0.15
2018-11-13 13:17:10 -08:00
Evan Tschannen e6b4c0431d updated download links for 6.0.15 2018-11-13 13:16:15 -08:00
Evan Tschannen b2524a3443
Merge pull request #917 from etschannen/prepare-release-6.0.15
update installer WIX GUID following release
2018-11-13 13:13:07 -08:00
Evan Tschannen 0791683029 update installer WIX GUID following release 2018-11-13 13:12:17 -08:00
Balachandar Namasivayam dccf2e6fba
Merge pull request #916 from etschannen/release-6.0
minor bug fix
2018-11-13 12:49:31 -08:00
Evan Tschannen 080133c146 updated release notes 2018-11-13 12:38:17 -08:00
Evan Tschannen 1bd615f954 fix: remoteDcIds will not actually have transaction logs unless usable regions is > 1 2018-11-13 12:36:04 -08:00
Evan Tschannen abb7299e1d
Merge pull request #901 from AlvinMooreSr/bindings-build
Fixed build of bindings target
2018-11-13 12:31:35 -08:00
Evan Tschannen 483b6d557b
Merge pull request #897 from AlvinMooreSr/build-compose
Docker Compose Build Services
2018-11-13 12:31:18 -08:00
Evan Tschannen b6cac2a8e1
Merge pull request #914 from satherton/fix-s3-compatibility
Fix backup S3 API compatibility
2018-11-13 12:28:57 -08:00
Alec Grieser 4afccb4811
Merge pull request #915 from alecgrieser/feature-bigint-support-go-ruby-aj
Support integers up to 255 bytes in Go and Ruby
2018-11-13 11:56:31 -08:00
Alec Grieser 8424fc57ec
add period to comment 2018-11-13 11:55:54 -08:00
Alec Grieser 6ab59b2ec2
update PR number to (hopefully) final PR for bigint feature 2018-11-13 11:47:28 -08:00
Alec Grieser 3c8347e724
add comments for some tricky int-packing code 2018-11-13 11:41:23 -08:00
Alec Grieser 7e4f84c60e
Merge remote-tracking branch 'upstream/release-6.0' into feature-bigint-support-go-ruby-aj 2018-11-13 11:28:10 -08:00
Stephen Atherton 3125b807b3 Added documentation of the 'bucket' URL parameter for blobstore:// backup URLs. 2018-11-13 06:23:58 -08:00
Stephen Atherton 4d74648dd8 Merge commit '3841b8a9436cde771f0503645a85e94e20050727' into fix-s3-compatibility
# Conflicts:
#	documentation/sphinx/source/release-notes.rst
2018-11-13 05:39:23 -08:00
Stephen Atherton 5236ff9f7a Added release note for PR #904. 2018-11-13 05:37:03 -08:00
Stephen Atherton c89d1bfd98 Added release note for PR #826. 2018-11-13 05:36:43 -08:00
Stephen Atherton 3841b8a943 Added release note for PR #904. 2018-11-13 05:34:41 -08:00
Stephen Atherton 92eae5b942 Added release notes for backup related fixes in PR #914. 2018-11-13 05:33:59 -08:00
Stephen Atherton 9fc564dde6 Merge branch 'release-6.0' of github.com:apple/foundationdb into fix-s3-compatibility 2018-11-13 05:16:36 -08:00
Stephen Atherton 6bd0cc250b Removing test spec for old test which no longer exists. 2018-11-13 03:10:03 -08:00
Stephen Atherton 983bd3346a BackupContainerBlobStore no longer uses a hardcoded bucket name. BlobStoreEndpoint creating from a URL string now supports having additional parameters in the URL which it does not consume but rather returns to the caller, and BackupContainerBlobStore uses this to accept a "bucket" parameter. 2018-11-13 03:00:59 -08:00
Stephen Atherton ff7e570679 Compatibility fix. RapidXML's "find first node with a specific name" functionality will not return a root node of a document which has the required name but also specifies an xmlns attribute. Minio specifies an xmlns attribute (of a defunct namespace at a dead link at Amazon) so its responses were not being parsed successfully. 2018-11-13 01:00:56 -08:00
Stephen Atherton 1009599662 Blobstore client now sends HTTP requests with a header indicating that only XML responses are accepted. JSON responses are no longer supported and xml2json has been removed. The request Date header format is now the standard ISO 8601 format indicated by the S3 documentation. 2018-11-13 00:49:13 -08:00
Evan Tschannen 7df06022b9
Merge pull request #913 from etschannen/master
merge 6.0 into master
2018-11-12 20:28:23 -08:00
Evan Tschannen 4e54690005 Merge branch 'release-6.0'
# Conflicts:
#	fdbserver/DataDistribution.actor.cpp
#	fdbserver/MoveKeys.actor.cpp
2018-11-12 20:26:58 -08:00
Evan Tschannen 0cdab233f0
Merge pull request #912 from etschannen/master
fixed a merge error
2018-11-12 19:21:27 -08:00
Evan Tschannen a2546fd944 fixed a merge error 2018-11-12 19:20:39 -08:00
Alex Miller 326008f2e7
Merge pull request #911 from etschannen/feature-resolution-balancing-fix
Feature resolution balancing fix
2018-11-12 19:12:45 -08:00
Evan Tschannen 3f3a562f75 updated resolution balancing knobs to be a little more aggressive 2018-11-12 19:11:28 -08:00
Alex Miller 5b149376be
Merge pull request #907 from etschannen/release-6.0
Bug fixes related to changing region configurations
2018-11-12 18:43:22 -08:00
Evan Tschannen 239bf882d8 Merge branch 'release-6.0' into feature-resolution-balancing-fix 2018-11-12 18:43:20 -08:00
Evan Tschannen 3f461f3706 updated comments 2018-11-12 18:42:29 -08:00
Evan Tschannen ccdc83036d simplified region configuration protections 2018-11-12 17:45:20 -08:00
Evan Tschannen 6353a6724b strengthened the protections related to changing regions 2018-11-12 17:40:40 -08:00
Evan Tschannen 26c49f21be fix: we do not know a region is fully replicated until all the initial storage servers have either been heard from or have been removed 2018-11-12 17:39:40 -08:00
Steve Atherton b927d20da0
Merge pull request #910 from alexmiller-apple/disable-hugepages
Don't allocate magazines backed by hugepages on systems that support them.
2018-11-12 14:20:31 -08:00
Alex Miller 9d04934f11 Don't allocate magazines backed by hugepages on systems that support them.
Doing so causes an excessive amount of memory to be wasted.  See issue #909.
2018-11-12 13:45:48 -08:00
Alex Miller f1b4377ced
Merge pull request #904 from satherton/fix-http-header-case-sensitivity
HTTP header field names are now treated as case insensitive.
2018-11-12 13:24:03 -08:00
Evan Tschannen 380e7f97fe
Merge pull request #826 from satherton/fix-fdbmonitor-kill-behavior
FDBMonitor will only kill its entire process group on exit if it star…
2018-11-12 13:18:01 -08:00