A.J. Beamon
|
1c61957ca1
|
Step 2 of fixing storage server range reads: eliminate some unnecessary iterations in the forward case
|
2020-02-06 12:58:59 -08:00 |
A.J. Beamon
|
7037edc3f8
|
Step 1 of fixing storage server range reads: cleanup of the forward direction. This should not change any behavior.
|
2020-02-06 12:49:02 -08:00 |
A.J. Beamon
|
e0003ff12d
|
Add a release note
|
2020-02-05 11:20:31 -08:00 |
A.J. Beamon
|
f32d515fda
|
Reverse range reads on the storage server would not pass the specified byte limit to the storage engine but would apply it to the results returned, causing a potentially significant amount of wasted reading.
|
2020-02-05 11:16:40 -08:00 |
Evan Tschannen
|
3f9ff9b209
|
Merge pull request #2623 from ajbeamon/include-boost-error-message
When logging boost errors, include message in addition to the error code
|
2020-02-04 13:34:05 -08:00 |
A.J. Beamon
|
809586ec31
|
When logging boost errors, include message in addition to the error code
|
2020-01-30 08:55:41 -08:00 |
A.J. Beamon
|
5dc20e93b0
|
Merge pull request #2618 from dongxinEric/docblitz/java-docs-compare-aslist-iterator
Added some java docs and changed some texts in fdboptions for further…
|
2020-01-29 14:09:31 -08:00 |
Xin Dong
|
68f6e7be97
|
Added some java docs and changed some texts in fdboptions for further comparision and clarification around .asList() and .iterator()
|
2020-01-29 14:01:54 -08:00 |
Xin Dong
|
a4df807404
|
Merge pull request #2612 from alexmiller-apple/fix-the-build-6.2
Fix the build on release-6.2 also
|
2020-01-28 16:02:54 -08:00 |
Alex Miller
|
1e8cf69a10
|
Set an actual minimal version for setuptools
It looks like PEP 508 was merged into setuptools 20?
|
2020-01-28 15:58:32 -08:00 |
Alex Miller
|
7e4d530a45
|
45.0.0 not pushed to pypi but 44.0.0 is
|
2020-01-28 15:58:31 -08:00 |
Alex Miller
|
b8de2ff3d6
|
Force setuptools to be upgraded during sphinx build
So that setuptools understands PEP 508, which is now required for a
transitive watchdog dependency.
|
2020-01-28 15:58:31 -08:00 |
Evan Tschannen
|
5c325940ab
|
Merge pull request #2599 from etschannen/release-6.2
establishing 20 TLS connections in parallel is too expensive
|
2020-01-25 10:59:56 -08:00 |
Evan Tschannen
|
1ed3ba7170
|
establishing 20 TLS connections in parallel is too expensive
|
2020-01-25 10:59:20 -08:00 |
John Brownlee
|
8972027f43
|
Merge pull request #2456 from ajbeamon/document-api-version-upgrade-guide
Add an API version upgrade guide
|
2020-01-24 18:30:53 -08:00 |
Alex Miller
|
792e9ed85d
|
Merge pull request #2574 from ajbeamon/use-python3-in-docpreview
Use python3 in docpreview make target
|
2020-01-24 18:20:39 -08:00 |
Evan Tschannen
|
453600aba5
|
Merge pull request #2577 from etschannen/post-release-cleanup-6.2.15
Post release cleanup 6.2.15
|
2020-01-21 21:34:46 -08:00 |
Evan Tschannen
|
96837bed71
|
update installer WIX GUID following release
|
2020-01-21 21:33:56 -08:00 |
Evan Tschannen
|
7924df1d5d
|
update version to 6.2.16
|
2020-01-21 21:33:56 -08:00 |
Evan Tschannen
|
20566f2ff0
|
Merge pull request #2576 from etschannen/prepare-release-6.2.15
update installer WIX GUID following release
|
2020-01-21 19:10:16 -08:00 |
Evan Tschannen
|
be4429afe0
|
update installer WIX GUID following release
|
2020-01-21 19:09:45 -08:00 |
Evan Tschannen
|
a9eede7bc4
|
Merge pull request #2575 from etschannen/feature-wait-handshake
Wait for TLS handshake to return before accepting a connection
|
2020-01-21 19:07:26 -08:00 |
Evan Tschannen
|
b6eb77c7ca
|
updated documentation for 6.2.15
|
2020-01-21 18:59:04 -08:00 |
Evan Tschannen
|
afd3ec13ff
|
added knobs
|
2020-01-21 18:58:34 -08:00 |
Evan Tschannen
|
4a716b85f6
|
we must still finish accept before the handshake completes
|
2020-01-21 16:55:34 -08:00 |
Evan Tschannen
|
7a4b459f07
|
wait for a tls handshake to complete before returning a connection
wait for multiple tls errors before throttling
|
2020-01-21 16:45:15 -08:00 |
A.J. Beamon
|
66f130a722
|
Use python3 in docpreview make target. The SimpleHTTPServer module is called http.server in python3, so if we don't explicitly choose a version it won't work if our python alias isn't the expected version.
|
2020-01-21 15:08:34 -08:00 |
Evan Tschannen
|
535a6fa20d
|
Merge pull request #2572 from etschannen/post-release-cleanup-6.2.14
Post release cleanup 6.2.14
|
2020-01-20 18:50:55 -08:00 |
Evan Tschannen
|
07ddaed6f1
|
update installer WIX GUID following release
|
2020-01-20 18:50:20 -08:00 |
Evan Tschannen
|
7bb734632e
|
update version to 6.2.15
|
2020-01-20 18:50:20 -08:00 |
Evan Tschannen
|
e29745a96c
|
Merge pull request #2571 from etschannen/prepare-release-6.2.14
update installer WIX GUID following release
|
2020-01-20 14:34:43 -08:00 |
Evan Tschannen
|
d9efe30b74
|
update installer WIX GUID following release
|
2020-01-20 14:34:13 -08:00 |
Evan Tschannen
|
83ee7faf25
|
Merge pull request #2570 from etschannen/release-6.2
updated documentation for 6.2.14
|
2020-01-20 14:33:06 -08:00 |
Evan Tschannen
|
f959ed038f
|
updated documentation for 6.2.14
|
2020-01-20 14:20:22 -08:00 |
Evan Tschannen
|
8914d20e81
|
Merge pull request #2562 from etschannen/release-6.2
Changed a few knobs
|
2020-01-19 15:21:59 -08:00 |
Evan Tschannen
|
8197f0562f
|
merge priority did not need to be raised, because we no longer merge shards until they are untrackable
max_commit_updates was too large, and could cause proxies to run out of memory
|
2020-01-17 14:24:58 -08:00 |
Alvin Moore
|
d5a5623bd3
|
Merge pull request #2552 from mpilman/bugfixes/fix-strip-race
make dependencies explicit
|
2020-01-17 00:14:41 -08:00 |
Evan Tschannen
|
c7f604a00a
|
Merge pull request #2553 from etschannen/release-6.2
fix: tlogs must send a recruitment reply even when actor cancelled
|
2020-01-16 17:40:35 -08:00 |
Evan Tschannen
|
827cea74b5
|
fix: tlogs must send a recruitment reply even when actor cancelled or the recruitment endpoint will be marked as permanently failed
|
2020-01-16 17:37:17 -08:00 |
mpilman
|
9095a8b151
|
make dependencies explicit
|
2020-01-16 14:40:29 -08:00 |
Alvin Moore
|
77cb8d2890
|
Removed LICENSE file from python bindings
|
2020-01-16 13:59:48 -08:00 |
Evan Tschannen
|
7eea6108eb
|
Merge pull request #2550 from etschannen/post-release-cleanup-6.2.13
Post release cleanup 6.2.13
|
2020-01-15 23:08:23 -08:00 |
Evan Tschannen
|
11ff7903d4
|
update installer WIX GUID following release
|
2020-01-15 23:02:18 -08:00 |
Evan Tschannen
|
99ded328f0
|
update version to 6.2.14
|
2020-01-15 23:02:18 -08:00 |
Alex Miller
|
a18db23e99
|
Merge pull request #2544 from AlvinMooreSr/objcopy_error
Fixed Object Stripping Command
|
2020-01-15 18:56:48 -08:00 |
A.J. Beamon
|
a3d3d15e8e
|
Merge pull request #2517 from tclinken/add-mrs-to-admin-docs-to-6-2
Added machine readable status section to administration documentation
|
2020-01-15 14:36:10 -08:00 |
Evan Tschannen
|
fc920f9cd3
|
Merge pull request #2546 from etschannen/feature-limit-shardcount
Do not merge more than 100 shards together to avoid creating untrackable shards
|
2020-01-15 14:28:32 -08:00 |
Evan Tschannen
|
4f8e7683aa
|
updated documentation for 6.2.13
|
2020-01-15 13:32:38 -08:00 |
Evan Tschannen
|
4b90487b90
|
occasionally throw wrong_shard_server when waitMetrics times out so that the waitMetrics request can get the correct number of shards if two shards have been merged or split and the same storage server owns all the chunks
|
2020-01-15 13:22:18 -08:00 |
Evan Tschannen
|
fd5705a451
|
fixed capitalization
|
2020-01-15 09:35:57 -08:00 |