Closed JalinWang closed 2 months ago
Hi @JalinWang. Thanks for your PR.
I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
/ok-to-test
Thanks for the pull request, @JalinWang. It looks like you missed updating the value in server/storage/mvcc/kvstore_test.go
. Can you please update it, too?
@ahrtr, you suggested the variable be named defaultBatchInterval
. Are you okay with defaultCompactionSleepInterval
?
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 42.73504%
with 201 lines
in your changes missing coverage. Please review.
Project coverage is 68.80%. Comparing base (
21e5876
) to head (d9c8401
). Report is 188 commits behind head on main.:exclamation: Current head d9c8401 differs from pull request most recent head 9db3bd3
Please upload reports for the commit 9db3bd3 to get more accurate results.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Thanks for the pull request, @JalinWang. It looks like you missed updating the value in
server/storage/mvcc/kvstore_test.go
. Can you please update it, too?
Apologies :( I overlooked its usage in later commits.
@ahrtr, you suggested the variable be named
defaultBatchInterval
. Are you okay withdefaultCompactionSleepInterval
?
Following cfg.CompactionBatchLimit = defaultCompactBatchLimit
, I think it's better to use defaultCompactionSleepInterval
instead of the suggested defaultBatchInterval
for cfg.CompactionSleepInterval
.
update: emmm cfg.Compact**ion**BatchLimit -> defaultCompactBatchLimit
... Should I make them the same? 🫤
/retest
/retest
/retest-required
update: emmm
cfg.Compact**ion**BatchLimit -> defaultCompactBatchLimit
... Should I make them the same? 🫤
OK to me.
Please squash the commits.
Please squash the commits.
Let me do it this time.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ahrtr, JalinWang, serathius
The full list of commands accepted by this bot can be found here.
The pull request process is described here
fix comment in PR https://github.com/etcd-io/etcd/pull/13018#discussion_r1730275709