sfc-gh-tclinkenbeard
|
ec64890ac1
|
Remove some usages of PRId64 by using fmt library
|
2021-11-30 23:35:36 -08:00 |
Trevor Clinkenbeard
|
3d0ed2083c
|
Merge pull request #6000 from sfc-gh-tclinkenbeard/setup-flow-knobs
Setup global flow knobs in `setupNetwork`
|
2021-11-18 19:30:26 -08:00 |
sfc-gh-tclinkenbeard
|
2613ec7561
|
Expand use of fmt to get rid of %ld usage
|
2021-11-17 17:03:32 -08:00 |
sfc-gh-tclinkenbeard
|
07349869d9
|
Use fmt to address -Wformat warnings
|
2021-11-17 14:45:48 -08:00 |
sfc-gh-tclinkenbeard
|
766a05d33c
|
Merge remote-tracking branch 'origin/master' into add-format-warning
|
2021-11-17 12:14:01 -08:00 |
sfc-gh-tclinkenbeard
|
3b1ae39403
|
Add CLIOptions::setupKnobs method
|
2021-11-16 10:39:22 -08:00 |
sfc-gh-tclinkenbeard
|
deb0eb85e8
|
Initialize global flow knobs in setupNetwork
|
2021-11-16 00:41:34 -08:00 |
Evan Tschannen
|
6909754b21
|
changefeeds now have a whenAtLeast function for efficiently learning when the version has updated but no mutations have been committed
|
2021-11-14 19:08:46 -08:00 |
sfc-gh-tclinkenbeard
|
13bb7838aa
|
Enable clang -Wformat warning
|
2021-10-30 21:07:38 -07:00 |
Josh Slocum
|
0ff8ddc2b6
|
Merge branch 'master' into blob_full_clean
|
2021-10-25 13:38:48 -05:00 |
Evan Tschannen
|
6f7558b8ea
|
Merge branch 'master' of https://github.com/apple/foundationdb into feature-range-feed
# Conflicts:
# tests/CMakeLists.txt
|
2021-10-24 21:06:33 -07:00 |
A.J. Beamon
|
e882eb33fc
|
Abstract the cluster file into a cluster connection record that can be backed by something other than the filesystem.
|
2021-10-22 11:05:18 -07:00 |
Josh Slocum
|
773886515e
|
Merge branch 'feature-range-feed' into blob_full_clean
|
2021-10-22 11:07:51 -05:00 |
Evan Tschannen
|
3f7df58a77
|
fixed a number of issues
|
2021-10-19 13:56:52 -07:00 |
He Liu
|
f20f43a85a
|
Added warning in the `exlucde` cli command help about potential dataloss, as well as in command-line-interface.rst.
|
2021-10-18 12:10:34 -07:00 |
Josh Slocum
|
5f0ec0612a
|
Merge branch 'feature-range-feed' into blob_full
|
2021-10-13 15:44:35 -05:00 |
Evan Tschannen
|
d51edf18dc
|
fixed merge conflicts
|
2021-10-09 19:47:24 -07:00 |
Evan Tschannen
|
5c642f706e
|
Merge branch 'master' of https://github.com/apple/foundationdb into feature-range-feed
# Conflicts:
# fdbcli/fdbcli.actor.cpp
|
2021-10-09 19:34:16 -07:00 |
Chaoguang Lin
|
e2fa511036
|
Add option --api-version for fdbcli
|
2021-10-05 13:00:28 -07:00 |
Neethu Haneesha Bingi
|
cbb3c9a82e
|
Fixed format errors.
|
2021-09-30 10:00:33 -07:00 |
Neethu Haneesha Bingi
|
3e79299898
|
Locality filter support to perpetual storage wiggler feature.
|
2021-09-30 10:00:33 -07:00 |
Xiaoxi Wang
|
40c6fbcc16
|
solve comment
|
2021-09-21 18:11:04 -07:00 |
Xiaoxi Wang
|
1730d75f73
|
change configure test
add store type check
add test file
|
2021-09-21 18:11:04 -07:00 |
Chaoguang Lin
|
c6b572dc06
|
Add makeInterruptable to commands' actors
|
2021-09-21 10:06:04 -07:00 |
Chaoguang Lin
|
a6940c6061
|
Change the return type of triggerddteaminfologCommandActor to bool to make it consistent with others
|
2021-09-21 10:06:04 -07:00 |
Chaoguang Lin
|
a871a9fac6
|
Refactor fileconfigure command
|
2021-09-21 10:06:04 -07:00 |
Chaoguang Lin
|
9f7ca7fafd
|
Fix rreversed return boolean value in configureCommandActor
|
2021-09-21 10:06:04 -07:00 |
Chaoguang Lin
|
65956ae6b7
|
Refactor configure command; refactor changeConfig to template code to reuse existing tests
|
2021-09-21 10:06:04 -07:00 |
Xiaoge Su
|
abf73047ca
|
Enforce std:: specifier rather than using namespace
|
2021-09-16 19:40:28 -07:00 |
Chaoguang Lin
|
e7d3516084
|
solve comments
|
2021-09-14 11:04:02 -07:00 |
Chaoguang Lin
|
6cca6b9e6f
|
Refactor exclude command
|
2021-09-14 11:04:02 -07:00 |
Chaoguang Lin
|
ff54ba8626
|
Refactor coordinators and include command
|
2021-09-14 11:04:02 -07:00 |
Josh Slocum
|
9992a7b33f
|
Added StorageMigrationType and cli commands
|
2021-09-14 09:55:41 -05:00 |
Chaoguang Lin
|
cb9dde358c
|
Solve comments, refatctor the error handling part
|
2021-09-13 13:28:48 -07:00 |
Chaoguang Lin
|
e81748e732
|
Fix all tr->get, hold the ThreadFuture for the memory
|
2021-09-13 13:28:48 -07:00 |
Chaoguang Lin
|
7e33e19feb
|
Simplify the code using the function getSpecialKeysFailureErrorMessage
|
2021-09-13 13:28:48 -07:00 |
Chaoguang Lin
|
07ebc2013c
|
Print the updated help message
|
2021-09-13 13:28:48 -07:00 |
Chaoguang Lin
|
cfb9b56067
|
Refactor lock/unlock command, fix the related correctness test, add the documentation for updating usage of the special key
|
2021-09-13 13:28:48 -07:00 |
Josh Slocum
|
c2d1d1704f
|
Merge branch 'feature-range-feed' into blob_full
|
2021-09-10 11:21:52 -05:00 |
Evan Tschannen
|
ac5b580e2d
|
Merge branch 'master' into feature-range-feed
# Conflicts:
# fdbcli/fdbcli.actor.cpp
# fdbclient/StorageServerInterface.cpp
# fdbclient/StorageServerInterface.h
# fdbserver/ApplyMetadataMutation.cpp
# fdbserver/TLogServer.actor.cpp
# flow/error_definitions.h
|
2021-09-09 23:13:22 -07:00 |
Chaoguang Lin
|
ab29bf05af
|
Solve PR comments
|
2021-09-08 16:38:42 -07:00 |
Chaoguang Lin
|
8cc3f3f49d
|
Code format
|
2021-09-08 10:56:32 -07:00 |
Chaoguang Lin
|
8cef044a8b
|
Remove commented code; simplify code
|
2021-09-08 10:42:46 -07:00 |
Chaoguang Lin
|
af5643c998
|
Fix the issue in CheckStatus where it stuck as we cannot talk to any of the coordinators
|
2021-09-08 10:05:13 -07:00 |
Chaoguang Lin
|
99cc042d9c
|
Fix ProfileCommand.actor.cpp, using the correct way to read from global config
|
2021-09-07 11:06:47 -07:00 |
Evan Tschannen
|
4bbae59bb0
|
Fixed a few bugs and added a backup popping mechanism
|
2021-09-02 21:11:44 -07:00 |
Chaoguang Lin
|
9b148c6c63
|
Adding code to hold the threadfuture of ITransaction::get; other fixes for using external clients
|
2021-09-02 11:52:39 -07:00 |
Chaoguang Lin
|
feb4e48f20
|
Merge branch 'master' of github.com:apple/foundationdb into refactor-fdbcli
|
2021-08-31 12:26:21 -07:00 |
Josh Slocum
|
b4bfd58bcb
|
multiple blob workers appears to work
|
2021-08-30 13:07:25 -05:00 |
Chaoguang Lin
|
0f9ba4c6f5
|
Fix file format
|
2021-08-27 15:30:30 -07:00 |