Chaoguang Lin
|
29f4381c01
|
Deprecate \xff\xff/suspend in 7.0
|
2020-08-01 01:09:45 -07:00 |
Chaoguang Lin
|
d9e5d65aaf
|
Merge remote-tracking branch 'upstream/master' into add-management-api-into-special-key-space
|
2020-08-01 00:31:26 -07:00 |
Chaoguang Lin
|
fbe36ced23
|
Rewrite all \xff\xff/reboot_worker call
|
2020-07-31 16:33:16 -07:00 |
Chaoguang Lin
|
372f876673
|
Add note for deprecating \xff\xff/reboot_worker in 7.0
|
2020-07-31 15:59:46 -07:00 |
Evan Tschannen
|
a49cb41de7
|
Merge branch 'release-6.3'
# Conflicts:
# CMakeLists.txt
# cmake/ConfigureCompiler.cmake
# fdbserver/Knobs.cpp
# fdbserver/StorageCache.actor.cpp
# fdbserver/storageserver.actor.cpp
# flow/ThreadHelper.actor.h
# flow/serialize.h
# tests/CMakeLists.txt
|
2020-07-29 00:31:55 -07:00 |
Chaoguang Lin
|
2fc3bfc3bd
|
Remove \xff\xff/reboot_worker from special keys
|
2020-07-28 13:45:24 -07:00 |
Chaoguang Lin
|
419a187ee8
|
reinitilize specialKeySpaceWriteMap in resertRyow()
|
2020-07-28 13:20:13 -07:00 |
Chaoguang Lin
|
8a5fde1b85
|
change SPECIAL_KEY_SPACE_CHANGE_CONFIGURATION to SPECIAL_KEY_SPACE_ENABLE_WRITES
|
2020-07-28 12:03:00 -07:00 |
Chaoguang Lin
|
4930b9f8a6
|
Update comments
|
2020-07-27 12:36:59 -07:00 |
Evan Tschannen
|
e1dedff7b3
|
Merge branch 'release-6.2' into release-6.3
# Conflicts:
# CMakeLists.txt
# bindings/c/test/mako/mako.c
# cmake/ConfigureCompiler.cmake
# documentation/sphinx/source/downloads.rst
# fdbcli/fdbcli.actor.cpp
# fdbclient/FileBackupAgent.actor.cpp
# packaging/msi/FDBInstaller.wxs
# versions.target
|
2020-07-24 12:10:44 -07:00 |
Chaoguang Lin
|
ec9553b6c6
|
change \xff\xff/failure to \xff\xff/error_message
|
2020-07-24 11:38:56 -07:00 |
Evan Tschannen
|
49bf42e66a
|
added the ability to suspend processes from fdbcli
|
2020-07-22 16:37:00 -07:00 |
Chaoguang Lin
|
69a8c16e1c
|
Fix the bug that forgot to break after setting the transaction option
|
2020-07-12 11:04:54 -07:00 |
Chaoguang Lin
|
5f6093b59e
|
Add an option to enable write in special key space, which is by default not allowed
|
2020-07-08 15:49:34 -07:00 |
Chaoguang Lin
|
a43afb9d97
|
Merge remote-tracking branch 'upstream/master' into add-management-api-into-special-key-space
|
2020-07-06 15:47:00 -07:00 |
Chaoguang Lin
|
38e2310530
|
Enable range clear in special key space
|
2020-07-06 12:11:01 -07:00 |
Chaoguang Lin
|
784d0f6d00
|
A basic feasible version for exclude and include commands
|
2020-07-06 11:02:48 -07:00 |
sfc-gh-tclinkenbeard
|
bcbca81dfe
|
Remove ROW_LIMIT_UNLIMITED and BYTE_LIMIT_UNLIMITED from CLIENT_KNOBS
|
2020-07-04 12:48:44 -07:00 |
Meng Xu
|
22f7f804b8
|
Merge branch 'release-6.3' into mengxu/merge-6.3-PR
|
2020-06-28 11:19:39 -07:00 |
Chaoguang Lin
|
18ff6efbf3
|
Add failure module for special key space
|
2020-06-27 12:22:32 -07:00 |
Russell Sears
|
422003df34
|
Print out the text (to stderr and as trace) of the failed condition on assert failure
|
2020-06-24 14:21:48 -07:00 |
Chaoguang Lin
|
f011ff2c66
|
Merge remote-tracking branch 'upstream/master' into add-management-api-into-special-key-space
|
2020-06-23 11:23:18 -07:00 |
Chaoguang Lin
|
fc8715dacd
|
Adding write support for special-key-space
|
2020-06-23 11:21:03 -07:00 |
Meng Xu
|
f1ff29d70b
|
Revert debugTransaction in ReadYourWritesTransaction
This was accidentally smuggled in at PR 3329.
|
2020-06-12 15:23:31 -07:00 |
Meng Xu
|
80334351c7
|
Merge pull request #3329 from sfc-gh-mpilman/features/flatbuffers-debugtx
Request tracing
|
2020-06-12 14:50:19 -07:00 |
Markus Pilman
|
4ab3441a95
|
Merge remote-tracking branch 'origin/master' into features/flatbuffers-debugtx
|
2020-06-10 15:31:29 -07:00 |
Meng Xu
|
ae10aaf5d6
|
Merge pull request #3323 from sfc-gh-tclinkenbeard/remove-boost-noexcept
Replace BOOST_NOEXCEPT with noexcept
|
2020-06-10 12:07:25 -07:00 |
sfc-gh-tclinkenbeard
|
99bf993815
|
Replace BOOST_NOEXCEPT with noexcept
|
2020-06-09 22:39:19 -07:00 |
Meng Xu
|
8533daac50
|
parallelRestoreFinish:fix used_during_commit error
|
2020-06-09 15:40:24 -07:00 |
Markus Pilman
|
ba63a66d12
|
Merge remote-tracking branch 'origin/master' into features/flatbuffers-debugtx
|
2020-05-29 15:38:09 -07:00 |
Andrew Noyes
|
a2fd6d46a0
|
Cancel pending special key space reads on destroy
Previously the special key space would take a reference to the
transaction, but this doesn't make sense since the transaction might not
be refcounted
|
2020-05-21 17:37:11 +00:00 |
Markus Pilman
|
d748166ed3
|
Merge branch 'master' of github.com:apple/foundationdb into features/flatbuffers-debugtx
|
2020-05-18 10:15:58 -07:00 |
Evan Tschannen
|
f17f00fdd5
|
Merge branch 'release-6.2'
# Conflicts:
# documentation/sphinx/source/release-notes.rst
|
2020-05-10 22:33:38 -07:00 |
Andrew Noyes
|
c6c0e2eb0f
|
Add several TEST macros
|
2020-05-08 05:37:37 +00:00 |
Andrew Noyes
|
ce0e03a800
|
Add virtual destructor to SpecialKeyRangeBaseImpl
|
2020-05-08 05:37:37 +00:00 |
Andrew Noyes
|
de53322d20
|
Prepare to transfer existing special key reads to framework
|
2020-05-08 05:37:37 +00:00 |
Andrew Noyes
|
640eb41ba4
|
Introduce special key space in api version 630
|
2020-05-08 05:37:37 +00:00 |
Andrew Noyes
|
1d6209e304
|
Check for cross-module reads
|
2020-05-08 05:37:37 +00:00 |
Andrew Noyes
|
37fe05fc76
|
Merge remote-tracking branch 'upstream/master' into atn34/conflict-ranges
|
2020-05-05 15:52:07 +00:00 |
Andrew Noyes
|
aaf87c0c5c
|
Remove headers vscode auto-added
|
2020-05-04 19:50:48 -07:00 |
Markus Pilman
|
d039e75ac4
|
Merge remote-tracking branch 'origin/master' into features/flatbuffers-debugtx
|
2020-05-04 14:04:52 -07:00 |
Andrew Noyes
|
b65c089edc
|
Don't assert extra conflict range is ready
|
2020-05-04 19:26:40 +00:00 |
Andrew Noyes
|
d2e2532287
|
Fix memory error and avoid unnecessary copy
|
2020-05-04 18:50:59 +00:00 |
Andrew Noyes
|
4a0925e9a6
|
Allow reading conflict ranges after ryw disabled tx commits
|
2020-05-04 16:43:20 +00:00 |
Andrew Noyes
|
0c514e91c7
|
Use approximate write range for set_versionstamped_key
|
2020-05-04 04:43:50 +00:00 |
Andrew Noyes
|
794e5eac59
|
Remove dead code
|
2020-05-01 22:58:55 +00:00 |
Andrew Noyes
|
7edbbb642e
|
Test SetVersionstampedKey without ryw enabled
|
2020-05-01 20:58:37 +00:00 |
Andrew Noyes
|
ebe1a2e3dc
|
Merge remote-tracking branch 'upstream/master' into atn34/conflict-ranges
|
2020-05-01 15:56:16 +00:00 |
Andrew Noyes
|
7f9e9224d2
|
Disallow reading write conflict range for SetVersionstampedKey
|
2020-05-01 01:41:25 +00:00 |
Andrew Noyes
|
77b396d5ff
|
Allow reading tr.get_range('\xff\xff', '\xff\xff\xff')
|
2020-05-01 01:04:03 +00:00 |