Stephen Atherton
|
d9f3eb05a2
|
Change default delete operations per second. Updated release notes.
|
2018-06-21 11:13:31 -07:00 |
Stephen Atherton
|
e9e1e194f0
|
Added operation-specific rate controls to blob store interface.
|
2018-06-20 20:34:34 -07:00 |
Steve Atherton
|
75de22bb08
|
Merge pull request #482 from satherton/release-5.2
Reduce default backup parallel tasks to decrease memory usage.
|
2018-06-12 13:20:30 -07:00 |
Steve Atherton
|
0481928bd8
|
Reduce backup parallel tasks to decrease memory usage.
|
2018-06-12 13:15:24 -07:00 |
Balachandar Namasivayam
|
819929e1be
|
Address review comments.
|
2018-06-12 11:59:47 -07:00 |
Balachandar Namasivayam
|
7db928ccec
|
Cluster file and its parent directory needs to be writable for operation of fdb cluster.
Document this requirement and also add relevant details to status output.
|
2018-06-11 16:47:24 -07:00 |
Evan Tschannen
|
e82985aea2
|
fix: continue setting beginVersion so that versions between 5.2.0 and 5.2.2 do not crash when decoding tasks created by 5.2.3
|
2018-06-06 13:34:22 -07:00 |
Evan Tschannen
|
4120062bb9
|
fix: backup initialized its begin version at 1 instead of the read version of the starting transaction
fix: erasing log ranges did not properly divide up work between transactions to prevent making transactions which were too large
|
2018-06-06 13:05:53 -07:00 |
A.J. Beamon
|
e4e06321c7
|
fix: Read-only transactions that get committed would fail if the readOnly option is set. They would also be counted in the transactionsCommitStarted metric.
|
2018-06-05 12:10:28 -07:00 |
A.J. Beamon
|
d9c702a9e3
|
Merge release-5.1 into release-5.2
|
2018-05-30 09:09:55 -07:00 |
Alec Grieser
|
65e2ab8cd0
|
pass in transformed keys to input validation with versionstamps
this fixes #387
|
2018-05-15 17:37:40 -07:00 |
Alec Grieser
|
6d132717f2
|
add versionstamp compatibility test to VersionStampWorkload
surfaces error found in #387
|
2018-05-15 17:09:24 -07:00 |
Evan Tschannen
|
714da951a6
|
refactored getKeyLocation code to remove duplication
|
2018-05-10 10:05:41 -07:00 |
Evan Tschannen
|
e860cc5994
|
Merge branch 'release-5.2' of github.com:apple/foundationdb into release-5.2
|
2018-05-09 17:22:19 -07:00 |
Evan Tschannen
|
98e07fd92e
|
fix: clear the client's storage server interface cache on endpoint failure for all request types
|
2018-05-09 17:11:54 -07:00 |
Evan Tschannen
|
d3450ce5b0
|
Merge pull request #343 from bnamasivayam/tls-plugin
Tls plugin
|
2018-05-09 16:35:53 -07:00 |
Balachandar Namasivayam
|
479dbf4c04
|
Addressed review comments.
Remove redundant FDBLibTLS/ITLSPlugin.h.
|
2018-05-09 16:16:09 -07:00 |
Evan Tschannen
|
f6e55d0b74
|
Merge pull request #348 from etschannen/release-5.2
DR upgrade tests now test the durability of the data.
|
2018-05-09 15:40:03 -07:00 |
Evan Tschannen
|
8930c2e3db
|
DR upgrade tests now test the durability of the data.
|
2018-05-09 15:11:05 -07:00 |
Alec Grieser
|
b7f0e358b3
|
Merge pull request #340 from ajbeamon/move-thread-shutdown-hook-to-iclientapi
Move addNetworkThreadCompletionHook to IClientApi.
|
2018-05-09 14:45:50 -07:00 |
Balachandar Namasivayam
|
7591931a09
|
Revert "Make tls_verify_peers as a comma separated string of constraints."
This reverts commit 2033847e4b .
|
2018-05-09 14:40:36 -07:00 |
Balachandar Namasivayam
|
2033847e4b
|
Make tls_verify_peers as a comma separated string of constraints.
|
2018-05-09 14:37:39 -07:00 |
A.J. Beamon
|
c5d0a04b9e
|
Move external completion hook handling to DLApi. Use camel case for hookParameter.
|
2018-05-09 12:28:51 -07:00 |
Alec Grieser
|
f3093642b3
|
Merge pull request #242 from alecgrieser/32437306-better-versionstamped-value
Unify SET_VERSIONSTAMPED_KEY and SET_VERSIONSTAMPED_VALUE API
|
2018-05-09 09:04:07 -07:00 |
Alec Grieser
|
8de914a81f
|
use contents() instead of address of in withPrefix and withSuffix ; whitespace fixes
|
2018-05-09 09:01:22 -07:00 |
Balachandar Namasivayam
|
e8b7f4b190
|
Add password support for tls.
|
2018-05-08 20:46:31 -07:00 |
Balachandar Namasivayam
|
49af5d685b
|
Restore previous behavior of not specifying peer_verify option means disable checking.
|
2018-05-08 18:54:44 -07:00 |
A.J. Beamon
|
01a3360982
|
Move addNetworkThreadCompletionHook to IClientApi.
|
2018-05-08 16:33:43 -07:00 |
Balachandar Namasivayam
|
d3b5cfb93c
|
Support latest TLS plugin.
Add support for https in backup.
|
2018-05-08 16:28:13 -07:00 |
Evan Tschannen
|
1f6c6a886b
|
Merge branch 'release-5.1' into release-5.2
|
2018-05-08 13:08:11 -07:00 |
Evan Tschannen
|
24a8c104b4
|
re-added dev_null option as deprecated to prevent breaking client code which may have called the option.
|
2018-05-08 11:59:31 -07:00 |
Alec Grieser
|
47c9e4f923
|
update bindings and bindingtester that uses versionstamps to use new protocol
issue #148
|
2018-05-08 08:57:09 -07:00 |
Alec Grieser
|
8987d21df3
|
use new semantics when writing position of vs key in native api
|
2018-05-08 08:57:09 -07:00 |
Alec Grieser
|
464e2cdbf0
|
change SetVersionstampedKey and SetVersionstampedValue behavior based on API version to make them consistent
|
2018-05-08 08:57:09 -07:00 |
Alec Grieser
|
6ee14bbb93
|
expose second versionstamp value type through vexillographer and add support in bindings and bindingtester
|
2018-05-08 08:57:09 -07:00 |
Alec Grieser
|
2167012d83
|
use littleEndian16/32 instead of rolling our own
|
2018-05-08 08:57:08 -07:00 |
Alec Grieser
|
14cca75429
|
server components of version of alternative versionstamp op that writes to an arbitrary place in the value
|
2018-05-08 08:57:08 -07:00 |
A.J. Beamon
|
432a295bc2
|
Add read bytes and read keys info to status. Collect this information directly from StorageMetrics rather than through ratekeeper.
|
2018-05-04 12:01:40 -07:00 |
Yichi Chiang
|
c37b48308e
|
Fix the way to get tagName
|
2018-05-03 11:11:44 -07:00 |
Steve Atherton
|
e5320fa237
|
Merge pull request #292 from ajbeamon/printable-encode-backup-beginfile
Encode BeginFile TraceEvent detail with printable
|
2018-05-01 15:53:48 -07:00 |
A.J. Beamon
|
f848c68b73
|
TraceEvents in FileBackupAgent that include BeginFile should be encoding them with printable because of the possible inclusion of the null byte. This causes the detail to terminate prematurely.
|
2018-05-01 15:35:48 -07:00 |
Yichi Chiang
|
52cc592d5e
|
Abort 5.1 backup for 5.2 upgrade
|
2018-05-01 14:49:14 -07:00 |
Alec Grieser
|
a1faaafca3
|
Merge remote-tracking branch 'upstream/release-5.1' into merge-release-5.1
|
2018-04-27 16:38:18 -07:00 |
Yichi Chiang
|
c721ab6854
|
Fix review comments
|
2018-04-27 13:54:34 -07:00 |
Yichi Chiang
|
6bddf8aefa
|
Upgrade DR from 5.1 to 5.2
|
2018-04-26 17:24:40 -07:00 |
Evan Tschannen
|
2adc66f49e
|
Removed set_durability_dev_null_is_web_scale
|
2018-04-26 14:03:00 -07:00 |
Vince Polsinelli
|
a52e8b8f3c
|
Fixed broken links to documentation
|
2018-04-19 11:45:24 -07:00 |
Alec Grieser
|
23ef89ae62
|
Merge remote-tracking branch 'upstream/release-5.1' into merge-release-5.2
|
2018-04-19 10:24:43 -07:00 |
Alec Grieser
|
bba4c065cb
|
fix broken links within javadocs
|
2018-04-19 09:44:40 -07:00 |
Evan Tschannen
|
57d650062a
|
merge 5.1 into 5.2
|
2018-04-18 20:44:31 -07:00 |