-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(hstore): JRaft maxEntriesSize configuration parameters do not take effect #2630
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2630 +/- ##
=============================================
- Coverage 46.97% 35.96% -11.02%
+ Complexity 468 302 -166
=============================================
Files 729 718 -11
Lines 59508 58441 -1067
Branches 7659 7492 -167
=============================================
- Hits 27953 21016 -6937
- Misses 28722 35100 +6378
+ Partials 2833 2325 -508 ☔ View full report in Codecov by Sentry. |
...ore/hg-store-node/src/main/java/org/apache/hugegraph/store/node/grpc/HgStoreNodeService.java
Outdated
Show resolved
Hide resolved
...ore/hg-store-node/src/main/java/org/apache/hugegraph/store/node/grpc/HgStoreNodeService.java
Outdated
Show resolved
Hide resolved
@@ -28,7 +28,8 @@ github: | |||
del_branch_on_merge: true | |||
#labels: | |||
enabled_merge_buttons: | |||
merge: false | |||
# TODO: disable it after common merged | |||
merge: true |
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.
seems we don't need to change in this commit
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.
seems we don't need to change in this commit
Since another PR is blocked now
Purpose of the PR
Main Changes
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need