-
Notifications
You must be signed in to change notification settings - Fork 326
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
feat: max-txn-ops option #3458
feat: max-txn-ops option #3458
Conversation
67ed364
to
4351690
Compare
4351690
to
c9ff08e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3458 +/- ##
==========================================
- Coverage 85.42% 85.02% -0.41%
==========================================
Files 896 896
Lines 147137 147236 +99
==========================================
- Hits 125696 125190 -506
- Misses 21441 22046 +605 |
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.
Generally LGTM.
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.
LGTM
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
What's changed and what's your intention?
Add
max_txn_ops
option for metasrv. If using etcd as the store, this value should be less than or equal to the--max-txn-ops
option value of etcd. If using another store, this option can be ignored.Checklist