Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[broker] Increase timeout for loading topics (apache#6750)
In apache#6489, a timeout was introduced to make sure calls into the BrokerService finish or error out. However, this timeout is too low by default when loading topics that have many replicated clusters. Loading replicated topics is quite an expensive operation, involve global ZK lookups and the start of many sub-processes. While we would hope it finishes in 60 seconds we want to safe. Long term, it may make sense to break out this operation into more steps where each step can have it's own timeout Co-authored-by: Addison Higham <[email protected]>
- Loading branch information