mirror of https://github.com/apache/druid.git
fix comment
This commit is contained in:
parent
8603d2fd3e
commit
d02fd97ea3
|
@ -386,7 +386,7 @@ public class ZkCoordinator extends BaseZkCoordinator
|
||||||
|
|
||||||
// get any exception that may have been thrown in background annoucing
|
// get any exception that may have been thrown in background annoucing
|
||||||
try {
|
try {
|
||||||
// check in case we did not call startAnnouncing
|
// check in case intervalMillis is <= 0
|
||||||
if (startedAnnouncing != null) {
|
if (startedAnnouncing != null) {
|
||||||
startedAnnouncing.cancel(false);
|
startedAnnouncing.cancel(false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue