This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat(cold-backup): add rate limit for fds #443
feat(cold-backup): add rate limit for fds #443
Changes from 62 commits
4df4d4c
cfa5a50
18be2e3
96cfabc
ec56f9c
45507cf
f91890f
b438617
b8b8083
d30fcbe
0daa28c
4bc9556
429a0d0
5f39178
6cb6cb3
e6eb81d
02b9808
4233135
f4f8720
52b3a27
c7f5a8a
390809b
38a938c
597125b
1630c53
84d49b1
0425f28
a8442f5
01cc1e0
2158d24
bddabfb
4ef68ac
26552ae
dd242f0
957b3a9
079d078
73b1b6f
e36ec11
c163ea5
56ec29b
0309fea
b03211b
b634270
4743ec8
a43752e
2f53f3d
544570c
ca107b5
44b73ea
043bad8
bb44ae4
ea2d13c
287d79c
94c6b8e
c0be4ac
b1264e7
5414a78
d8d5e90
645193a
564563a
f35c2c6
ef9339b
74ad3cb
e75c1d8
b92cd02
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rDSN & FDS client should not assume anything about Pegasus, as well as the details around rocksdb. Pegasus is the submodule aka one of the storage engines of rDSN. What if we use other storage engines without
rocksdb_write_buffer_size
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But we should get the file size, or we must set the burst size to a very big number.
Do you have another better way?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's bit of tricky here, but in the following plan, we are going to merge rdsn and pegasus projects.