Xin Dong
636d2ca631
Merge pull request #1207 from alecgrieser/tuple-performance-cache-packed
...
Java: Tuple serialization/deserialization uses fewer allocations
2019-03-13 15:53:52 -07:00
Vishesh Yadav
d073b08a0a
Update DIABLE_POSIX_KERNEL_AIO entry in 6.1 release notes
2019-03-13 13:39:45 -07:00
Vishesh Yadav
5e552a47b6
doc: Updated release notes for 6.1
2019-03-12 16:23:30 -07:00
Vishesh Yadav
e0cf531e91
Merge pull request #1286 from xumengpanda/mengxu/teamRemover-releaseNote-PR
...
Add release note for teamRemover PR
2019-03-12 16:22:07 -07:00
Evan Tschannen
a7e45cff91
Merge pull request #1176 from jzhou77/ratekeeper
...
Make Ratekeeper a separate role
2019-03-12 15:58:59 -07:00
Meng Xu
931788150a
Add release note for teamRemover PR
2019-03-12 15:56:15 -07:00
Bhaskar Muppana
a70de93cd5
Adding flow bindings changes to release notes. ( #1281 )
...
* Adding flow bindings changes to release notes.
* Update documentation/sphinx/source/release-notes.rst
Co-Authored-By: apkar <mgvbhaskar@gmail.com>
* Update documentation/sphinx/source/release-notes.rst
Co-Authored-By: apkar <mgvbhaskar@gmail.com>
* Update documentation/sphinx/source/release-notes.rst
Co-Authored-By: apkar <mgvbhaskar@gmail.com>
* Update documentation/sphinx/source/release-notes.rst
Co-Authored-By: apkar <mgvbhaskar@gmail.com>
* More explanation in Flow bindings release notes.
* Update documentation/sphinx/source/release-notes.rst
Co-Authored-By: apkar <mgvbhaskar@gmail.com>
2019-03-12 14:20:16 -07:00
Stephen Atherton
bc0b2aa040
Merge branch 'release-6.0' of https://github.com/apple/foundationdb
...
# Conflicts:
# documentation/sphinx/source/release-notes.rst
# fdbbackup/backup.actor.cpp
# fdbclient/BlobStore.actor.cpp
2019-03-12 04:49:12 -07:00
Alec Grieser
a1c32ce057
update release notes with Tuple improvements
2019-03-11 16:57:36 -07:00
Jingyu Zhou
8504bd6c9f
Update release notes.
2019-03-11 15:08:33 -07:00
Alec Grieser
1ac8ecf55e
Merge pull request #1187 from ryanworl/bindings/go-tuple-layer-versionstamps
...
Add Versionstamp support to the Go Tuple layer
2019-03-11 12:36:47 -07:00
Ryan Worl
d90da27ee5
Add Go to list of supported bindings for `set_versionstamped_key` in the Tuple layer.
2019-03-11 14:33:32 -04:00
A.J. Beamon
4941d6dc3c
Merge pull request #1212 from alecgrieser/00719-read-transaction-set-read-version
...
Java: Move a few methods relevant to read-only transactions to `ReadTransaction`
2019-03-11 09:49:57 -07:00
Steve Atherton
563f6a21b1
Update documentation for modify active snapshot interval option
2019-03-11 01:50:34 -07:00
Steve Atherton
dcb3ce7848
Merge branch 'release-6.0' into fdbbackup-modify
2019-03-07 23:07:17 -08:00
Jingyu Zhou
7340998261
Fix status message for ratekeeper
2019-03-07 13:16:20 -08:00
Balachandar Namasivayam
9e4c780baa
Merge pull request #1249 from xumengpanda/mengxu/status/teamcollection-info
...
Status:healthy: Add optimizing_team_collections
2019-03-07 11:44:24 -08:00
Alec Grieser
23f86132f5
Resolves #1235 : Java: FDBExceptions are created successful operation completion ( #1236 )
...
The native function `NativeFuture::Future_getError` now returns `null` when the error code is 0 instead of an `FDBException` with a "Success" message and an error code of 0. This was only used in two places within the codebase; those two places now check for `null` errors and treats them like successes.
2019-03-07 11:28:13 -08:00
Alec Grieser
83e4b966d5
Resolves #1235 : Java: FDBExceptions are created successful operation completion ( #1236 )
...
The native function `NativeFuture::Future_getError` now returns `null` when the error code is 0 instead of an `FDBException` with a "Success" message and an error code of 0. This was only used in two places within the codebase; those two places now check for `null` errors and treats them like successes.
2019-03-06 18:34:36 -08:00
Meng Xu
1464bceece
ReleaseNote: Correct the format
...
Make the improved replication mechanism feature as bullet instead of
a paragraph.
2019-03-06 17:02:26 -08:00
Meng Xu
845f8fdcbc
Status:healthy: Add optimizing_team_collections
...
Change removing_redundant_teams status name to
optimizing_team_collections.
The new name is more general and can be applied in the future
when we switch storage engines.
2019-03-06 15:05:23 -08:00
Stephen Atherton
a57ddd29f2
Bug fixes in fdbbackup modify command. Active snapshot interval was wrong. New backup destination containers were not being created. Renamed some variables for clarity.
2019-03-05 18:05:52 -08:00
Stephen Atherton
7ffdd6c875
Added release notes for restore changes.
2019-03-05 12:55:08 -08:00
Stephen Atherton
2f7d559442
Restore now requires an explicit destination cluster file. Restore target database version can now be specified by a timestamp, which must be resolved using the cluster file for the cluster from which the backup originated.
2019-03-05 12:28:05 -08:00
Stephen Atherton
a5b53d3c0f
More documentation and release note changes for fdbbackup modify. Added release note for #1205 bug fix which was missed.
2019-03-05 10:44:14 -08:00
Stephen Atherton
f6559bbb11
Added help and documentation for fdbbackup modify. Add BackupUID and more parseable BackupURL to fdbbackup status output.
2019-03-05 05:13:48 -08:00
Stephen Atherton
d3377722d5
Added blob store Backup URL parameter 'header' which enables addition of custom HTTP header fields to blob store HTTP requests. Added 'fdbbackup modify' command line tool for changing the backup URL and parameters, default snapshot interval, and/or current snapshot interval of a running backup.
2019-03-05 04:00:11 -08:00
Balachandar Namasivayam
ee7ee3e783
Update documentation/sphinx/source/developer-guide.rst
2019-03-04 15:17:25 -08:00
Balachandar Namasivayam
b0c910fba5
Update documentation.
2019-03-04 12:31:47 -08:00
Alec Grieser
7ef189701e
Resolves #719 : Support `.setReadVersion()` on `ReadTransaction`
2019-03-02 09:48:49 -08:00
Balachandar Namasivayam
1432bdc9ab
Document behavior on the ordering of writes and read conflict ranges
2019-03-01 18:29:42 -08:00
Alec Grieser
97a43094c9
Merge pull request #1218 from ajbeamon/fix-python-simpleindex-docs
...
Some fixes to Python simple indexes Example
2019-03-01 17:14:57 -08:00
Evan Tschannen
b209cd45e8
Merge pull request #1198 from ajbeamon/ratekeeper-batch-priority-limits
...
Ratekeeper Batch Priority Limits
2019-03-01 15:03:49 -08:00
A.J. Beamon
546586761d
Implements a fix discussed in https://github.com/apple/foundationdb/pull/225 , with a couple other clarifying changes as well.
2019-03-01 14:11:32 -08:00
A.J. Beamon
f38fbbb57f
Add release note for Python SingleFloat fix.
2019-03-01 09:28:56 -08:00
A.J. Beamon
d6bb617b89
Update release notes
2019-02-28 12:28:31 -08:00
Evan Tschannen
8afb7fbb9d
Merge pull request #1160 from alexmiller-apple/tstlog-fork
...
Spill-By-Reference TLog Part 2: New and Old TLogServers co-exist harmoniously
2019-02-26 18:00:04 -08:00
Alex Miller
497960ffeb
Update release notes to mention configuration options introduced in this PR.
2019-02-26 17:43:36 -08:00
Evan Tschannen
d008de576e
Merge pull request #1139 from xumengpanda/mengxu/machine-team-upgrade-PR
...
Add background actor to remove redundant teams
2019-02-22 14:22:07 -08:00
Meng Xu
64db109f20
Status: Add schema for the new data distributor role
2019-02-22 10:05:12 -08:00
Meng Xu
9445ac0b0c
Status: Use new data distributor worker to publish status
...
After we add a new data distributor role, we publish the data
related to data distributor and rate keeper through the new
role (and new worker).
So the status needs to contact the data distributor, instead of master,
to get the status information.
2019-02-21 18:05:50 -08:00
Meng Xu
db19b08762
TeamRemover: Add new status to fdbcli
...
Add the healthy_removing_redundant_teams status to fdbcli
2019-02-21 15:03:32 -08:00
Trevor Clinkenbeard
1bb384db4d
Merge branch 'master' of https://github.com/apple/foundationdb into add-no-assign-class
2019-02-20 13:13:12 -08:00
mpilman
cdb7c721c9
documented caveats with flow and IDE-compilation
2019-02-19 15:16:59 -08:00
Chris Donati
6d86523040
Update docs regarding versionstamp operations
...
Since API version 520, the last 4 bytes are used as an index for
both the key and value transformations.
2019-02-17 11:34:12 -08:00
Meng Xu
6d09ac483c
Merge with master
2019-02-15 17:03:40 -08:00
mpilman
9b7dcc4ed5
flow, python, and go bindings
2019-02-15 00:01:42 -08:00
mpilman
0d01dc073b
add package_html target to create tgz of html
2019-02-15 00:01:42 -08:00
mpilman
308db3772c
build sphinx documentation
2019-02-15 00:01:42 -08:00
mpilman
543e6b9000
intermediate commit
2019-02-15 00:01:42 -08:00