test(inkless:consolidation): adjust tests to address failures - #728
Open
viktorsomogyi wants to merge 1 commit into
Open
test(inkless:consolidation): adjust tests to address failures#728viktorsomogyi wants to merge 1 commit into
viktorsomogyi wants to merge 1 commit into
Conversation
viktorsomogyi
force-pushed
the
svv/ts-unification-delete-records-e2e
branch
from
August 14, 2026 10:13
3f7ea8d to
270a1cc
Compare
viktorsomogyi
force-pushed
the
svv/ts-unification-e2e-followup
branch
from
August 14, 2026 12:00
d2c5d85 to
50eead0
Compare
viktorsomogyi
changed the base branch from
svv/ts-unification-delete-records-e2e
to
main
August 14, 2026 12:02
viktorsomogyi
marked this pull request as ready for review
August 14, 2026 12:02
Consolidation fetch requests segment.bytes minus max.message.bytes so one extra batch still fits the follower segment. Default max.message.bytes is 1048588 (1 MiB plus record overhead), so the old 1 MiB setting left a 1-byte fetch and starved the fetcher. 2 MiB leaves about 1 MiB of fetch budget. segment.ms still rolls on time.
viktorsomogyi
force-pushed
the
svv/ts-unification-e2e-followup
branch
from
August 14, 2026 14:03
50eead0 to
9532a7f
Compare
This file contains hidden or 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
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.
Consolidation fetch requests segment.bytes minus max.message.bytes so one extra batch still fits the follower segment. Default max.message.bytes is 1048588 (1 MiB plus record overhead), so the old 1 MiB setting left a 1-byte fetch and starved the fetcher.
2 MiB leaves about 1 MiB of fetch budget. segment.ms still rolls on time.