mirror of https://github.com/apache/druid.git
The highly important commit of changing a log line
This commit is contained in:
parent
15a4dae2b1
commit
cce62cbd8b
|
@ -668,7 +668,7 @@ public class DruidMaster
|
|||
synchronized (lock) {
|
||||
final LeaderLatch latch = leaderLatch.get();
|
||||
if (latch == null || !latch.hasLeadership()) {
|
||||
log.info("[%s] is master, not me. Phooey.", latch == null ? null : latch.getLeader().getId());
|
||||
log.info("LEGGO MY EGGO. [%s] is master.", latch == null ? null : latch.getLeader().getId());
|
||||
stopBeingMaster();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue