jihoonson opened a new issue #5985: NPE in CuratorLoadQueuePeon URL: https://github.com/apache/incubator-druid/issues/5985 Introduced in https://github.com/apache/incubator-druid/pull/5929. ```2018-07-09T20:04:48,973 ERROR [main-EventThread] org.apache.curator.framework.imps.CuratorFrameworkImpl - Watcher exception java.lang.NullPointerException at io.druid.server.coordinator.CuratorLoadQueuePeon.entryRemoved(CuratorLoadQueuePeon.java:393) ~[druid-server-0.12.1-iap7.jar:0.12.1-iap7] at io.druid.server.coordinator.CuratorLoadQueuePeon.lambda$processSegmentChangeRequest$1(CuratorLoadQueuePeon.java:270) ~[druid-server-0.12.1-iap7.jar:0.12.1-iap7] at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:83) [curator-framework-4.0.0.jar:4.0.0] at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530) [zookeeper-3.4.10.jar:3.4.10-39d3a4f269333c922ed3db283be479f9deacaa0f] at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505) [zookeeper-3.4.10.jar:3.4.10-39d3a4f269333c922ed3db283be479f9deacaa0f]```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
