Skip to content
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

Revert "KAFKA-18404: Remove partitionMaxBytes usage from DelayedShareFetch (#17870" #18643

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

apoorvmittal10
Copy link
Collaborator

@apoorvmittal10 apoorvmittal10 commented Jan 20, 2025

This reverts commit b021b51.

The commit was cherry-picked as it was easier to merge subsequent commits in 4.0: #17870 (comment). However, this commit might overwhelm the clients with higher number of records fetched for share-fetch response. We are working towards enhancing share-fetch performance and this commit was among the initial steps which needs to be matured before release hence reverting.

Howeve, I haven't removed the PartitonMaxBytesStrategy classes but just the usage.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@AndrewJSchofield AndrewJSchofield added the KIP-932 Queues for Kafka label Jan 20, 2025
Copy link
Member

@ijuma ijuma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

Copy link
Member

@AndrewJSchofield AndrewJSchofield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. Built and ran the performance tests to validate.

@apoorvmittal10
Copy link
Collaborator Author

Unrelated test failure on Java 17, build passed on Java 23.

@AndrewJSchofield AndrewJSchofield merged commit ca1672b into apache:4.0 Jan 20, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
KIP-932 Queues for Kafka
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants