Xin Dong
|
4363dd0f25
|
This resolves issue #3739 by exposing time since last full recovery.
|
2020-09-08 14:26:01 -07:00 |
Evan Tschannen
|
ae7bf24353
|
Merge pull request #3549 from yliucode/grv-proxy
Separate out a new role GrvProxy to serve GRVs.
|
2020-09-03 19:03:45 -07:00 |
Steve Atherton
|
2fa8697796
|
Merge pull request #3726 from satherton/taskbucket-comments
Added some overview comments to TaskBucket
|
2020-09-02 13:58:44 -07:00 |
Meng Xu
|
cac1b8a6e5
|
Update fdbclient/TaskBucket.h
|
2020-09-02 13:55:18 -07:00 |
Young Liu
|
87693cae81
|
merge master branch and resolve conflicts
|
2020-09-02 13:44:33 -07:00 |
A.J. Beamon
|
b4c96cadc7
|
Merge branch 'release-6.3' into merge-release-6.3-into-master
|
2020-09-02 12:45:57 -07:00 |
Steve Atherton
|
5ca42899aa
|
Added some overview comments to TaskBucket
|
2020-09-01 17:29:56 -07:00 |
A.J. Beamon
|
93da4957ad
|
Update fdbclient/NativeAPI.actor.cpp
|
2020-09-01 13:17:01 -07:00 |
A.J. Beamon
|
800ece286d
|
Results from read hot range requests were not held by the results arena.
|
2020-09-01 13:14:27 -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
|
4c6fac058b
|
Merge pull request #3709 from etschannen/release-6.3
Disabled two features using knobs for performance reasons
|
2020-08-31 10:39:59 -07:00 |
Evan Tschannen
|
5c97461d18
|
Merge pull request #3653 from etschannen/feature-proxy-busy-loadbalance
Changed proxy load balancing to balance on CPU usage
|
2020-08-31 10:39:08 -07:00 |
Young Liu
|
8994719e46
|
Merge branch 'master' into grv-proxy
|
2020-08-31 10:21:32 -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 |
Evan Tschannen
|
29eec30183
|
Merge branch 'release-6.2' into release-6.3
# Conflicts:
# CMakeLists.txt
# build/Dockerfile
# build/Dockerfile.devel
# documentation/sphinx/source/downloads.rst
# fdbserver/Knobs.cpp
# fdbserver/LogSystem.h
# fdbserver/MasterProxyServer.actor.cpp
# fdbserver/TagPartitionedLogSystem.actor.cpp
# fdbserver/WaitFailure.actor.cpp
# fdbserver/fdbserver.vcxproj
# fdbserver/fdbserver.vcxproj.filters
# packaging/msi/FDBInstaller.wxs
|
2020-08-31 01:10:29 -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 |
Meng Xu
|
ca9b1f5b34
|
Merge branch 'release-6.3' into mengxu/fr-sched-PR
Resolve conflict at BackupContainer.actor.cpp
|
2020-08-27 16:54:00 -07:00 |
Evan Tschannen
|
939f59d989
|
Merge pull request #3672 from sfc-gh-tclinkenbeard/make-iasyncfile-const-correct
Make IAsyncFile const-correct
|
2020-08-27 11:22:46 -07:00 |
Young Liu
|
e8e24a8ed6
|
Resolve comments
|
2020-08-26 21:04:35 -07:00 |
Meng Xu
|
369000a125
|
BackupContainer:Remove link to filename with random string
|
2020-08-26 15:55:36 -07:00 |
Meng Xu
|
a2ab709a0c
|
BackupContainer:Use processId as the process filename
instead of using a randomly generated string which change every time
when a file is open.
Having too many files will trigger TOO_MANY_FILES error
|
2020-08-26 15:54:34 -07:00 |
Meng Xu
|
6256bedf8d
|
BackupContainer:Use processId as the process filename
instead of using a randomly generated string which change every time
when a file is open.
Having too many files will trigger TOO_MANY_FILES error
|
2020-08-25 12:25:09 -07:00 |
Meng Xu
|
bd7c07436b
|
FastRestore:Add batchIndex to RestoreAsset for better performance tracking
|
2020-08-25 09:34:18 -07:00 |
Young Liu
|
9564171463
|
Merge branch 'master' into grv-proxy
|
2020-08-24 22:45:01 -07:00 |
Xiaoxi Wang
|
9011ee6f57
|
Merge branch 'master' of https://github.com/apple/foundationdb
|
2020-08-25 00:42:04 +00:00 |
Trevor Clinkenbeard
|
3e39f01496
|
Merge pull request #3689 from sfc-gh-xwang/tag-report
add throttle objects into Schemas.cpp
|
2020-08-24 17:23:00 -07:00 |
Young Liu
|
63b3612ad5
|
Merge master branch and resolve conflicts
|
2020-08-24 16:42:31 -07:00 |
XiaoxiWang
|
4e627691a9
|
add throttle objects into Schemas.cpp
|
2020-08-24 23:37:58 +00:00 |
Xiaoxi Wang
|
4e4fa0fded
|
merge with master
|
2020-08-24 21:04:53 +00:00 |
Trevor Clinkenbeard
|
e7662eecda
|
Merge pull request #3669 from sfc-gh-xwang/tag-report
Report recommended tx tag to be throttled to status json
|
2020-08-24 12:06:25 -07:00 |
XiaoxiWang
|
0d65e1e0e0
|
update ProtocolVersion
|
2020-08-23 21:03:26 +00:00 |
Xiaoxi Wang
|
3afdb44c7a
|
merge master
|
2020-08-23 17:09:04 +00:00 |
David Youngworth
|
b4cec6577a
|
Fix merge bugs
|
2020-08-22 15:04:42 -07:00 |
David Youngworth
|
e1b7dd0c7d
|
Merge remote-tracking branch 'upstream/release-6.3' into dyoungworth/fixMerge1
|
2020-08-22 12:25:19 -07:00 |
Xiaoxi Wang
|
3b63d8b01b
|
remove FIXME; remote tagSet.reset(); trivial changes
|
2020-08-21 19:17:16 +00:00 |
XiaoxiWang
|
476faa6521
|
change reason type
|
2020-08-21 04:07:25 +00:00 |
Xiaoxi Wang
|
5aaf86206a
|
add counter for expensive clear estimation for audit and trace
|
2020-08-20 23:00:45 +00:00 |
Xiaoxi Wang
|
e375761581
|
Merge branch 'master' of https://github.com/apple/foundationdb
|
2020-08-20 20:29:14 +00:00 |
XiaoxiWang
|
7dcce6979e
|
format
|
2020-08-20 07:00:37 +00:00 |
XiaoxiWang
|
0945959a35
|
add fdbcli support to list recommended tags
|
2020-08-20 06:26:31 +00:00 |
Andrew Noyes
|
9cf3041393
|
Add read conflict for metadata txs that aren't lock-aware
|
2020-08-20 02:52:37 +00:00 |
sfc-gh-tclinkenbeard
|
c8b774a30a
|
Explicitly mark IAsyncFile functions as overrided
|
2020-08-19 18:17:32 -07:00 |
sfc-gh-tclinkenbeard
|
157700e5b6
|
Make IAsyncFile const-correct
|
2020-08-19 17:34:56 -07:00 |
Xiaoxi Wang
|
9c709b33d6
|
scale cost
|
2020-08-19 19:47:41 +00:00 |
XiaoxiWang
|
bc6e42c634
|
add status json report for recommended throttled tags
|
2020-08-19 19:22:16 +00:00 |
XiaoxiWang
|
aa253742ec
|
add getRecommendedTags to ThrottleApi
|
2020-08-19 17:39:43 +00:00 |
Meng Xu
|
7bfb0a4cc5
|
Merge pull request #3662 from sfc-gh-tclinkenbeard/modernize-copy-disable
Use =delete to disable special member functions
|
2020-08-19 00:13:12 -07:00 |
Xiaoxi Wang
|
599675cba8
|
modify some details to get better performance
|
2020-08-19 04:23:23 +00:00 |
Meng Xu
|
33f5ce98c7
|
Merge branch 'release-6.3' into mengxu/fr-sched-PR
|
2020-08-18 17:41:31 -07:00 |
Meng Xu
|
6729b4143b
|
FastRestore:Requests:Add const for toString function
|
2020-08-18 16:05:23 -07:00 |