You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Author: flavio junqueira <[email protected]>
Reviewers: Ismael Juma, Guozhang Wang
Closes#102 from fpj/2300 and squashes the following commits:
7bd2edb [flavio junqueira] KAFKA-2300: Removed unnecessary s" occurrences.
aa6ec90 [flavio junqueira] KAFKA-2300: Wrapped all occurences of sendRequestToBrokers with try/catch and fixed string typo.
f1261b1 [flavio junqueira] Fixed some style issues.
9b6390a [flavio junqueira] Updated package name and removed unnecessary imports.
dbd1bf3 [flavio junqueira] KAFKA-2300: Error in controller log when broker tries to rejoin cluster
Exceptions are propagated from the background thread in BackgroundThreadService.wait, but not in stop.
If a background thread service is started and then stopped without waiting, exceptions from the thread won't be made visible.
The text was updated successfully, but these errors were encountered: