FDB Formatster
|
df90cc89de
|
apply clang-format to *.c, *.cpp, *.h, *.hpp files
|
2021-03-10 10:18:07 -08:00 |
|
sfc-gh-tclinkenbeard
|
7558cd8e06
|
Merge remote-tracking branch 'origin/master' into simplify-global-knobs
|
2021-01-26 10:00:25 -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 |
|
Andrew Noyes
|
6d6b2843da
|
Merge remote-tracking branch 'upstream/release-6.2' into anoyes/merge-release-6.2
I'm including the conflict markers for now and I'll resolve them in a
subsequent commit
|
2021-01-14 17:20:11 +00:00 |
|
sfc-gh-tclinkenbeard
|
e29ed3bf99
|
Remove createGlobal*Knobs functions
|
2021-01-13 12:14:04 -08:00 |
|
Steve Atherton
|
a860778b51
|
Add write buffering to BackupContainerLocalDirectory::BackupFile to greatly reduce the number of IAsyncFile::write() calls made when writing backup data. The buffer size is controlled by a knob.
|
2021-01-09 07:57:48 -08:00 |
|
sfc-gh-tclinkenbeard
|
b46384e1b8
|
Initialize client and flow knobs
|
2020-11-22 09:56:18 -08:00 |
|
sfc-gh-tclinkenbeard
|
b1e3478267
|
Simplified global knobs
|
2020-11-21 13:27:48 -08:00 |
|
Markus Pilman
|
268ba0bddc
|
Merge remote-tracking branch 'origin/release-6.3' into merge-6.3
|
2020-10-01 14:14:06 -06:00 |
|
sfc-gh-tclinkenbeard
|
e2705668be
|
Lower WATCH_TIMEOUT default value to 30.0
|
2020-09-30 11:52:51 -07:00 |
|
Young Liu
|
3278e21b0b
|
Change description of GRV proxy and Commit proxy in docs and add backward compatibility support for configuring proxies in fdbcli
|
2020-09-25 10:50:48 -07:00 |
|
Young Liu
|
cc5bc16bd8
|
Rename more places from proxy to commit proxy
|
2020-09-15 22:29:49 -07:00 |
|
Young Liu
|
35bef73a1c
|
Rename proxy to commit proxy
|
2020-09-10 17:44:15 -07:00 |
|
Young Liu
|
87693cae81
|
merge master branch and resolve conflicts
|
2020-09-02 13:44:33 -07:00 |
|
Evan Tschannen
|
12edadd059
|
Merge branch 'release-6.3'
# Conflicts:
# CMakeLists.txt
# fdbclient/Knobs.cpp
# fdbclient/MasterProxyInterface.h
# fdbrpc/simulator.h
# fdbserver/MasterProxyServer.actor.cpp
# tests/fast/CycleAndLock.txt
# tests/fast/TxnStateStoreCycleTest.txt
# tests/fast/VersionStamp.txt
# tests/slow/ParallelRestoreOldBackupApiCorrectnessAtomicRestore.txt
# tests/slow/ParallelRestoreOldBackupCorrectnessCycle.txt
# versions.target
|
2020-08-31 19:33:34 -07:00 |
|
Evan Tschannen
|
808f8309b1
|
disable tag_encode_key_servers because it does not help recovery times (the CPU on the proxies decoding the tags is more than the saving for the smaller size)
|
2020-08-31 09:29:46 -07:00 |
|
Young Liu
|
e87327b33b
|
Merge master branch and keep master proxy reporting txn cost estimation to ratekeeper
|
2020-08-29 12:47:35 -07:00 |
|
Xiaoxi Wang
|
24dbb3961c
|
Knob adjustment
|
2020-08-17 22:38:22 +00:00 |
|
Xiaoxi Wang
|
f3ecf14601
|
change midShardSize type and other details
|
2020-08-12 17:49:12 +00:00 |
|
Young Liu
|
16ef2bd3bd
|
Pending commit
|
2020-08-12 10:34:07 -07:00 |
|
Young Liu
|
79ce16650d
|
merge master branch
|
2020-08-11 19:22:10 -07:00 |
|
Xiaoxi Wang
|
cae6f04070
|
sample on cost instead of bytes
|
2020-08-10 22:30:06 +00:00 |
|
Xiaoxi Wang
|
696e77c94e
|
query midShardSize from proxy
|
2020-08-10 20:13:44 +00:00 |
|
Young Liu
|
d6a23a4d6b
|
Resolve comments to make GRV proxy a separate process class
|
2020-08-06 00:01:57 -07:00 |
|
Xiaoxi Wang
|
13307679c5
|
use median shard size"
|
2020-08-05 03:57:25 +00:00 |
|
Xiaoxi Wang
|
48094ea17e
|
add INCOMPLETE_SHARD_PLUS knob
|
2020-08-04 03:18:05 +00:00 |
|
Xiaoxi Wang
|
52073738c0
|
fix bugs; change some KNOB values
|
2020-08-03 22:18:34 +00:00 |
|
Xiaoxi Wang
|
d1cc87452c
|
merge with master; solve conflicts; solve initialization;
|
2020-08-02 22:44:07 +00:00 |
|
Xiaoxi Wang
|
0352e8ee0b
|
pick busiest commit tag periodically
|
2020-08-02 18:38:56 +00:00 |
|
Xiaoxi Wang
|
92c1112c74
|
consider clear single key
|
2020-08-01 18:20:13 +00:00 |
|
Xiaoxi Wang
|
c3a629588f
|
add client transaction tag sample
|
2020-07-31 19:08:42 +00:00 |
|
Young Liu
|
f7b76a92af
|
pass joshua
|
2020-07-29 07:26:55 -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 |
|
Evan Tschannen
|
c3348be3a0
|
changed knobs to improve master recovery speeds
|
2020-07-27 10:59:06 -07:00 |
|
Young Liu
|
525f10e30c
|
Merge master branch
|
2020-07-22 16:08:49 -07:00 |
|
Young Liu
|
302cf5c45f
|
Remove debug trace events
|
2020-07-22 12:20:22 -07:00 |
|
Meng Xu
|
b2a3b4fd83
|
Merge branch 'master' into mengxu/merge-6.3-PR
|
2020-07-20 11:34:18 -07:00 |
|
Steve Atherton
|
f0d35e87ef
|
Renamed knob and URL parameter for request timeout to request timeout min to more accurately reflect what they do.
|
2020-07-19 17:41:59 -07:00 |
|
Young Liu
|
21c1998cca
|
Fix MaxTLogQueueSize Bug
|
2020-07-16 15:56:04 -07:00 |
|
Young Liu
|
5b06d69d25
|
Pass watches test
|
2020-07-15 00:37:41 -07:00 |
|
Jingyu Zhou
|
3ef341b157
|
Merge pull request #3436 from oleg68/osamarin5
Speed up sync between Primary and DR
|
2020-07-04 20:21:45 -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 |
|
Oleg Samarin
|
00fe923eaa
|
Speed up sync between Primary and DR: Line allignement
|
2020-07-04 21:40:57 +03:00 |
|
Oleg Samarin
|
6c23901e61
|
Speed up sync between Primary and DR
|
2020-07-03 11:38:54 +03:00 |
|
Oleg Samarin
|
d887d5dd70
|
Increased CopyLogRange performance
|
2020-06-26 13:34:35 +03:00 |
|
A.J. Beamon
|
d128252e90
|
Merge release-6.3 into master
|
2020-05-22 09:25:32 -07:00 |
|
Evan Tschannen
|
5013bc9106
|
fixed client compile issues; reduced the size of storage server interface
|
2020-05-18 17:20:15 -07:00 |
|
A.J. Beamon
|
fbf436f45f
|
Various cleanup and knob adjustments.
|
2020-05-07 09:15:33 -07:00 |
|
A.J. Beamon
|
cd2176ac15
|
Adjust some knobs
|
2020-05-04 10:37:53 -07:00 |
|
A.J. Beamon
|
7de629e05f
|
Some knob tweaks
|
2020-04-29 14:26:29 -07:00 |
|