-
Notifications
You must be signed in to change notification settings - Fork 19
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
allow consuming log records without wait when more logs are available #2557
Conversation
Hello kerkesni,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
@@ Coverage Diff @@
## development/8.7 #2557 +/- ##
===================================================
+ Coverage 69.88% 70.19% +0.31%
===================================================
Files 194 194
Lines 12922 12931 +9
===================================================
+ Hits 9030 9077 +47
+ Misses 3882 3844 -38
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. |
ab16290
to
4a93e99
Compare
/approve |
Conflict with a changeset in the queueThe changeset in this pull request conflicts with another changeset This changeset has not been added to the queue. The following options are set: approve |
4a93e99
to
e637ce7
Compare
ConflictThere is a conflict between your branch Please resolve the conflict on the feature branch ( git fetch && \
git checkout origin/improvement/BB-532 && \
git merge origin/development/8.7 Resolve merge conflicts and commit git push origin HEAD:improvement/BB-532 The following options are set: approve |
The cooldown between batches is removed when more logs are available to consume. This is mostly needed for S3C to keep good replication rates. Issue: BB-532
e637ce7
to
6438b93
Compare
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue BB-532. Goodbye kerkesni. The following options are set: approve |
The cooldown between batches is removed when more logs are available to consume.
This is mostly needed for S3C to keep good replication rates.
Issue: BB-532