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

KAFKA-17993: reassign partition tool stuck with uncaught exception: '… #17816

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

edoardocomar
Copy link
Contributor

…value' field is too long to be serialized

If the incrementalAlterConfig command to set the replication throttling includes values too large to be serialzed (because the number of partitions of a single topic is very large, thousands), split it into succsssive incrementalAlterConfig commands with AlterConfigOp.OpType.APPEND.

JIRA: https://issues.apache.org/jira/browse/KAFKA-17993

Committer Checklist (excluded from commit message)

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

…value' field is too long to be serialized

If the incrementalAlterConfig command to set the replication throttling
includes values too large to be serialzed (because the number of partitions
of a single topic is very large, thousands), split it into succsssive
incrementalAlterConfig commands with AlterConfigOp.OpType.APPEND.

JIRA: https://issues.apache.org/jira/browse/KAFKA-17993
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant