Evan Tschannen
|
f8a3b31149
|
Merge pull request #3271 from etschannen/release-6.2
updated documentation for 6.2.21
|
2020-05-29 13:00:40 -07:00 |
Evan Tschannen
|
a17e3863a7
|
updated documentation for 6.2.21
|
2020-05-29 12:48:43 -07:00 |
Evan Tschannen
|
2da91a4dd8
|
Merge pull request #3268 from etschannen/release-6.2
Prevent a single bad tlog disk from repeatedly causing master recoveries
|
2020-05-29 12:42:34 -07:00 |
Evan Tschannen
|
7608398cbf
|
Merge branch 'release-6.2' of github.com:apple/foundationdb into release-6.2
|
2020-05-29 12:07:46 -07:00 |
Evan Tschannen
|
ed8d2e6909
|
special counters return integers; do not increment getMoreCount when r is null
|
2020-05-29 12:07:24 -07:00 |
Evan Tschannen
|
6fe054cd1a
|
Merge pull request #3253 from ajbeamon/backport-generate-debug-packages-flag
Backport the GENERATE_DEBUG_PACKAGES flag to 6.2
|
2020-05-29 11:34:58 -07:00 |
Evan Tschannen
|
42c303a466
|
Update fdbserver/LogRouter.actor.cpp
Co-authored-by: A.J. Beamon <ajbeamon@users.noreply.github.com>
|
2020-05-29 11:31:41 -07:00 |
Evan Tschannen
|
0e557e0832
|
fixed compiler error
|
2020-05-29 09:09:09 -07:00 |
Evan Tschannen
|
0f6528b731
|
added additional logging on the log router
|
2020-05-29 09:04:57 -07:00 |
Evan Tschannen
|
92b10accd3
|
randomize which tlogs are recruited by the cluster controller
|
2020-05-29 09:03:42 -07:00 |
Evan Tschannen
|
e938d741e3
|
kill the process when a shared tlog throws an io_error
|
2020-05-29 09:02:55 -07:00 |
A.J. Beamon
|
7022d2eb53
|
Merge pull request #3265 from sfc-gh-anoyes/anoyes/guard-null-dldatabase
Only destroy db if non-null
|
2020-05-28 17:12:28 -07:00 |
Andrew Noyes
|
48eedb071f
|
Only destroy db if non-null
It could be the case that db is null for old client versions
|
2020-05-28 23:22:45 +00:00 |
Daniel Smith
|
c2e8029837
|
Don't spam logs with missing keys
|
2020-05-28 21:19:12 +00:00 |
A.J. Beamon
|
57390bfbc5
|
Merge pull request #3263 from apple/release-6.2
Merge release-6.2 into release-6.3
|
2020-05-28 14:14:38 -07:00 |
Daniel Smith
|
f2bf42e7ac
|
Cowardly refusing to write and empty batch
|
2020-05-28 21:12:16 +00:00 |
A.J. Beamon
|
fddc8f0346
|
Merge pull request #3258 from ajbeamon/fix-stripped-binary-packages-again
Fix CMake stripped package permissions
|
2020-05-28 13:15:49 -07:00 |
A.J. Beamon
|
b0f3754fbb
|
Fix whitespace
|
2020-05-28 12:42:57 -07:00 |
Balachandar Namasivayam
|
404a1bc86c
|
Merge pull request #3256 from ajbeamon/update-go-test-api-version
Update API version of Go test
|
2020-05-28 11:32:49 -07:00 |
A.J. Beamon
|
382666d21e
|
Permissions were wrong on installed files. A missing DESTINATION for fdbserver caused the binary to be missing.
|
2020-05-28 10:33:09 -07:00 |
A.J. Beamon
|
8bc830e8ce
|
Fix a few places where we weren't closing resources in Java.
|
2020-05-28 09:45:34 -07:00 |
A.J. Beamon
|
57574df87e
|
Update API version of Go test. Also fix a couple things.
|
2020-05-28 09:41:59 -07:00 |
A.J. Beamon
|
d114f39137
|
Merge pull request #3250 from sfc-gh-anoyes/anoyes/fix-versionstamped-key-docs
Remove warning about combining ryw-disabled w/ versionstamped keys
|
2020-05-28 08:52:49 -07:00 |
Daniel Smith
|
5af427f3b2
|
Merge remote-tracking branch 'upstream/release-6.3' into rocksdb-6.3
|
2020-05-28 15:42:34 +00:00 |
Meng Xu
|
a66bcff3c9
|
Merge pull request #3244 from ajbeamon/add-error-code-to-documentation
Add 6.3 related error codes to the api-error-codes documentation
|
2020-05-27 20:32:12 -07:00 |
Meng Xu
|
84d6b9bdab
|
Merge pull request #3240 from sfc-gh-anoyes/anoyes/special-keys-docs
Special keys docs
|
2020-05-27 19:21:00 -07:00 |
A.J. Beamon
|
b3c269351a
|
Merge pull request #3252 from apple/release-6.2
Merge release-6.2 into release-6.3
|
2020-05-27 19:13:24 -07:00 |
A.J. Beamon
|
0e7e9390d2
|
Backport the GENERATE_DEBUG_PACKAGES flag to 6.2
|
2020-05-27 19:13:09 -07:00 |
A.J. Beamon
|
7c568b5ca5
|
Merge pull request #3249 from ajbeamon/fix-stripped-package-building
fix: Build the binary stripping targets when packaging stripped binaries
|
2020-05-27 18:35:55 -07:00 |
Meng Xu
|
0f803b33f1
|
Merge pull request #3246 from ajbeamon/document-missing-fdbcli-commands
Add documentation for several missing fdbcli commands
|
2020-05-27 17:02:16 -07:00 |
Andrew Noyes
|
fbdade0434
|
Remove warning about combining ryw-disabled w/ versionstamped keys
We test this combination now (#3067), and don't know of any reason why
this shouldn't work
|
2020-05-27 23:52:08 +00:00 |
A.J. Beamon
|
96f396ec7f
|
Make sure to build the binary stripping targets when packaging stripped binaries
|
2020-05-27 16:40:07 -07:00 |
Andrew Noyes
|
1ec5d0ef41
|
Clarify footnote
|
2020-05-27 23:30:04 +00:00 |
Andrew Noyes
|
7e78201a3c
|
Improve cluster file client access section and reference it
|
2020-05-27 23:28:11 +00:00 |
A.J. Beamon
|
0e768a8c7f
|
Adjust wording and note that the cluster won't heal replication factor when failures occur in the maintenance zone.
|
2020-05-27 15:54:06 -07:00 |
A.J. Beamon
|
8f2739a54b
|
Add a link to the region configuration in documentation of force_recovery_with_data_loss. Add subheadings for profile subcommands.
|
2020-05-27 15:48:19 -07:00 |
A.J. Beamon
|
12225c0f46
|
Adopt consistent use of ... for repeating arguments
|
2020-05-27 15:27:47 -07:00 |
Andrew Noyes
|
54b88f04fa
|
Address review comments
|
2020-05-27 22:04:28 +00:00 |
Evan Tschannen
|
96f6d4ce67
|
Merge pull request #3247 from etschannen/post-release-cleanup-6.3.0
Post release cleanup 6.3.0
|
2020-05-27 14:37:41 -07:00 |
Evan Tschannen
|
262b8eb175
|
update installer WIX GUID following release
|
2020-05-27 14:36:10 -07:00 |
Evan Tschannen
|
9c78a2f320
|
update version to 6.3.1
|
2020-05-27 14:36:10 -07:00 |
A.J. Beamon
|
a632b26beb
|
Add documentation for several fdbcli commands that were present in fdbcli help but were not in our online documentation.
|
2020-05-27 13:29:01 -07:00 |
Daniel Smith
|
ec5b551b2f
|
Revert key/value lifetime changes
|
2020-05-27 20:02:50 +00:00 |
Daniel Smith
|
8731700d80
|
Merge remote-tracking branch 'upstream/release-6.3' into rocksdb-6.3
|
2020-05-27 20:02:25 +00:00 |
Daniel Smith
|
6386563cee
|
Convert to buffering writes in the storage server thread
|
2020-05-27 19:59:51 +00:00 |
A.J. Beamon
|
51f8111d1c
|
Merge pull request #3242 from ajbeamon/merge-release-6.2-into-release-6.3
Merge release 6.2 into release 6.3
|
2020-05-27 12:44:59 -07:00 |
A.J. Beamon
|
184a75050b
|
Add 6.3 related error codes to the api-error-codes documentation
|
2020-05-27 12:09:16 -07:00 |
A.J. Beamon
|
d6be580319
|
Merge branch 'release-6.2' into merge-release-6.2-into-release-6.3
# Conflicts:
# documentation/sphinx/source/command-line-interface.rst
# documentation/sphinx/source/release-notes.rst
# fdbcli/fdbcli.actor.cpp
|
2020-05-27 11:42:27 -07:00 |
A.J. Beamon
|
e4b1489a0e
|
Merge pull request #3202 from ajbeamon/cmake-use-stripped-binaries-for-packages
cmake: use stripped binaries for packages unless generating debug packages
|
2020-05-27 11:36:38 -07:00 |
A.J. Beamon
|
f9d96225ab
|
Use add_custom_command instead of file(COPY ...) when copying external files into correctness packages
|
2020-05-27 11:34:15 -07:00 |