Chaoguang Lin
|
9a6151d3fc
|
Update fdbcli.h to fdbcli.actor.h, removed the unnecessary wrapper
|
2021-05-11 14:31:08 -07:00 |
Chaoguang Lin
|
8002a389d4
|
add comments for error handling in ConsistencyCheckCommand.actor.cpp
|
2021-05-11 12:12:33 -07:00 |
Chaoguang Lin
|
359abfb008
|
Update FDB_API_VERSION to 710
|
2021-05-11 12:08:48 -07:00 |
Chaoguang Lin
|
b5767e2a64
|
Add documentation for getTransaction function, which is used for refactoring
|
2021-05-10 12:29:46 -07:00 |
Chaoguang Lin
|
520c4fc2b9
|
Fix typo in the variable name
|
2021-05-07 16:03:52 -07:00 |
Chaoguang Lin
|
73fdb55f4b
|
Add headers in new files
|
2021-05-06 16:43:56 -07:00 |
Chaoguang Lin
|
7da5004690
|
Merge branch 'master' of github.com:apple/foundationdb into refactor-fdbcli
|
2021-05-06 15:44:26 -07:00 |
sfc-gh-tclinkenbeard
|
5c2d7b6080
|
Create RangeResult type alias
|
2021-05-03 13:14:16 -07:00 |
Chaoguang Lin
|
8898a0f4d2
|
Add new line in the end of the file
|
2021-04-23 02:04:16 -07:00 |
Chaoguang Lin
|
d263d011d0
|
Update the file name to follow normal case naming
|
2021-04-23 02:02:53 -07:00 |
Chaoguang Lin
|
302dd7d54d
|
Update the file/function name to follow normal case naming as consistencyCheck*
|
2021-04-23 01:49:45 -07:00 |
Chaoguang Lin
|
36067e9685
|
remove unnecessary print message
|
2021-04-23 01:38:25 -07:00 |
Chaoguang Lin
|
de4753a5db
|
Add a workaround to temporily use the ryw to create a ThreadTransaction; Make sure we are using the same underlying ryw object
|
2021-04-23 01:32:30 -07:00 |
Chaoguang Lin
|
f0a236c544
|
Merge branch 'master' of github.com:apple/foundationdb into refactor-fdbcli
|
2021-04-21 15:36:11 -07:00 |
Lukas Joswiak
|
6de28dd916
|
clang-format
|
2021-04-14 10:56:33 -07:00 |
Lukas Joswiak
|
1c84c04ffc
|
Add global configuration prefix function
|
2021-04-14 10:56:32 -07:00 |
Lukas Joswiak
|
c3f68831af
|
Move existing ClientDBInfo variables to global configuration
|
2021-04-14 10:56:32 -07:00 |
Chaoguang Lin
|
3e6215702f
|
Add comments for refactoring
|
2021-04-13 13:42:19 -07:00 |
Chaoguang Lin
|
c934e4b3fe
|
Add comments, fix typos
|
2021-04-13 13:27:40 -07:00 |
Chaoguang Lin
|
60747a52a5
|
Add a thread-safe function that converts ThreadFuture into Future
|
2021-03-30 14:52:56 -07:00 |
Chaoguang Lin
|
41c135ec93
|
Change namespace FDBCLI to fdb_cli
|
2021-03-29 12:51:32 -07:00 |
Chaoguang Lin
|
cb39d1a6ed
|
Refactor consistencycheck command using special keys
|
2021-03-24 09:33:20 -07:00 |
Andrew Noyes
|
a76c7b9754
|
Fix several memory leaks and a thread leak
|
2021-03-11 23:58:32 +00:00 |
FDB Formatster
|
df90cc89de
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
Evan Tschannen
|
346a4e3ecd
|
Merge branch 'release-6.3'
# Conflicts:
# fdbcli/fdbcli.actor.cpp
# fdbrpc/LoadBalance.actor.h
# fdbrpc/MultiInterface.h
# fdbserver/ClusterController.actor.cpp
# fdbserver/MasterProxyServer.actor.cpp
# fdbserver/masterserver.actor.cpp
|
2021-03-01 18:52:06 -08:00 |
Johannes M. Scheuermann
|
229b4ad2c3
|
fdbcli: Output errors and warnings to stderr
|
2021-02-25 11:09:02 +00:00 |
sfc-gh-tclinkenbeard
|
7558cd8e06
|
Merge remote-tracking branch 'origin/master' into simplify-global-knobs
|
2021-01-26 10:00:25 -08:00 |
Markus Pilman
|
074531309b
|
Merge pull request #3769 from sfc-gh-ljoswiak/binary-info
Add CLI argument to print build information
|
2021-01-26 10:29:57 -07:00 |
Andrew Noyes
|
564c70acb4
|
Merge branch 'master' into anoyes/modernize-use-override
|
2021-01-25 18:26:18 -08:00 |
Andrew Noyes
|
0ef44739ea
|
Fix OPEN_FOR_IDE build in preparation for using clang-tidy
|
2021-01-26 02:04:11 +00:00 |
Andrew Noyes
|
4f881bff51
|
Only print general help once in fdbcli
This seems to have been inadvertently changed in
5b2e88b187 .
|
2021-01-25 22:28:09 +00:00 |
sfc-gh-tclinkenbeard
|
ad99bf0471
|
Merge remote-tracking branch 'origin' into misc-changes
|
2021-01-21 10:03:07 -08:00 |
Lukas Joswiak
|
9fd71cd1a0
|
Add build flags option to fdbcli
|
2021-01-19 11:21:21 -08:00 |
Andrew Noyes
|
ff7d306b09
|
Merge branch 'release-6.3' into anoyes/merge-6.3-to-master
Include conflict markers for now. Will resolve.
|
2021-01-15 18:04:09 +00:00 |
sfc-gh-tclinkenbeard
|
e29ed3bf99
|
Remove createGlobal*Knobs functions
|
2021-01-13 12:14:04 -08:00 |
sfc-gh-tclinkenbeard
|
5b2e88b187
|
Use structured bindings in for loops
|
2020-12-27 01:46:20 -04:00 |
Jingyu Zhou
|
bbb56e4089
|
Merge branch 'release-6.2' of https://github.com/apple/foundationdb into release-6.3
|
2020-12-23 14:26:59 -08:00 |
Xin Dong
|
da22308025
|
Change the new command to be all lower case to follow the convention. Updated the command line interface documentation and the release notes for 6.2.29.
|
2020-12-03 14:49:23 -08:00 |
Xin Dong
|
9505d77ddd
|
Update fdbcli/fdbcli.actor.cpp
Co-authored-by: Andrew Noyes <63815641+sfc-gh-anoyes@users.noreply.github.com>
|
2020-12-03 14:42:30 -08:00 |
Xin Dong
|
ac02329d7d
|
Added a command in fdbcli to allow user to manually trigger the detailed teams info loggings in data distributor
|
2020-12-03 14:42:30 -08:00 |
sfc-gh-tclinkenbeard
|
b1e3478267
|
Simplified global knobs
|
2020-11-21 13:27:48 -08:00 |
sfc-gh-tclinkenbeard
|
4669f837fa
|
Add uses of makeReference
|
2020-11-07 22:10:18 -08:00 |
sfc-gh-tclinkenbeard
|
a9607bdcec
|
Explicitly seal classes that inherit but aren't inherited from
|
2020-10-07 21:58:24 -07:00 |
sfc-gh-tclinkenbeard
|
8571dcfe28
|
Use override where applicable in fdbserver
|
2020-10-07 18:41:19 -07:00 |
Markus Pilman
|
268ba0bddc
|
Merge remote-tracking branch 'origin/release-6.3' into merge-6.3
|
2020-10-01 14:14:06 -06:00 |
Evan Tschannen
|
1a28520eb4
|
fix: fdbcli would double count satellite DCs
|
2020-09-30 17:42:22 -07:00 |
Balachandar Namasivayam
|
c7a55fe15f
|
Merge pull request #3829 from yliucode/process-class
Support specifying proxy as process class and converting it to commit proxy
|
2020-09-30 16:46:24 -07:00 |
Young Liu
|
0c579674e6
|
Add more help messages for configuring 'proxies'
|
2020-09-30 13:29:01 -07:00 |
sfc-gh-tclinkenbeard
|
6c726ba8dd
|
Improve ConfigurationResult and CoordinatorsResult type safety
|
2020-09-27 15:29:15 -07:00 |
sfc-gh-tclinkenbeard
|
4dda6f4163
|
Replace NULL with nullptr in fdbcli
|
2020-09-20 11:33:17 -07:00 |