johnnychhsu opened a new pull request, #15906:
URL: https://github.com/apache/kafka/pull/15906

   ## Context
   from DistributedHerder, the comment
   
   > Similar to handling HTTP requests, config changes which are observed 
asynchronously by polling the config log are 
   > batched for handling in the work thread.
   
   
   Thus, when there is a rebalance, the herder would throw an error 
`RebalanceNeededException` (in DistributedHerder, L2309). I think this should 
be an retryable exception since it's possible and we should wait for a while 
and try again.
   Jira: https://issues.apache.org/jira/browse/KAFKA-16684
   
   ## Test
   run `./gradlew clean connect:test --tests DedicatedMirrorIntegrationTest` 
and passed 
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to