mirror of https://github.com/apache/druid.git
CuratorDruidNodeDiscoveryProvider: do not ignore exception in listener execution and log it (#8616)
This commit is contained in:
parent
8537fbeca7
commit
0f7e0ff030
|
@ -330,7 +330,7 @@ public class CuratorDruidNodeDiscoveryProvider extends DruidNodeDiscoveryProvide
|
|||
runnable.run();
|
||||
}
|
||||
catch (Exception ex) {
|
||||
log.error(errMsgFormat, args);
|
||||
log.error(ex, errMsgFormat, args);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue