-
Notifications
You must be signed in to change notification settings - Fork 333
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: implement the OrderedBatchProducer
#4134
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WenyXu
force-pushed
the
feat/ordered-producer
branch
2 times, most recently
from
June 12, 2024 08:57
acb2792
to
f7afc13
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4134 +/- ##
==========================================
- Coverage 84.89% 84.84% -0.06%
==========================================
Files 1022 1021 -1
Lines 179006 179241 +235
==========================================
+ Hits 151970 152070 +100
- Misses 27036 27171 +135 |
fengjiachun
reviewed
Jun 12, 2024
3 tasks
fengjiachun
reviewed
Jun 13, 2024
WenyXu
force-pushed
the
feat/ordered-producer
branch
from
June 13, 2024 08:43
082d640
to
86d335d
Compare
WenyXu
commented
Jun 13, 2024
WenyXu
force-pushed
the
feat/ordered-producer
branch
from
June 13, 2024 08:51
86d335d
to
6de1925
Compare
WenyXu
force-pushed
the
feat/ordered-producer
branch
2 times, most recently
from
June 14, 2024 06:09
1401437
to
1bb5aa3
Compare
fengjiachun
reviewed
Jun 14, 2024
fengjiachun
reviewed
Jun 14, 2024
fengjiachun
reviewed
Jun 14, 2024
fengjiachun
reviewed
Jun 14, 2024
WenyXu
force-pushed
the
feat/ordered-producer
branch
from
June 17, 2024 06:13
07fb3b9
to
1a02836
Compare
WenyXu
force-pushed
the
feat/ordered-producer
branch
from
June 17, 2024 06:18
1a02836
to
4931fa6
Compare
evenyag
reviewed
Jun 17, 2024
fengjiachun
reviewed
Jun 17, 2024
WenyXu
force-pushed
the
feat/ordered-producer
branch
from
June 17, 2024 09:56
158f565
to
5246dbd
Compare
@fengjiachun @evenyag PTAL |
fengjiachun
approved these changes
Jun 18, 2024
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
WenyXu
force-pushed
the
feat/ordered-producer
branch
from
June 18, 2024 03:41
66571e3
to
66c0e36
Compare
fengjiachun
reviewed
Jun 18, 2024
evenyag
approved these changes
Jun 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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?
OrderedBatchProducer
, which attempts to aggregate multiple produce requests together.append_entires
method, usingOrderedBatchProducer
to produce entries.benchmarks
cratePerformance
OrderedBatchProducer
Baseline
Checklist