I am trying to follow the quick start guide using the snapshot from the master.
http://druid.io/docs/latest/tutorials/quickstart.html
All services appear to start, wiki data indexing succeeds, but never becomes fully available (red dot in the console view).
By looking at the logs, the following error in the log/server-coordinator.log seems to be relevant:
2018-07-24T00:47:29,773 ERROR [LeaderSelector[/druid/coordinator/_COORDINATOR]] org.apache.curator.framework.listen.ListenerContainer - Listener (io.druid.curator.discovery.CuratorDruidLeaderSelector$1@7e15f4d4) threw an exception
java.lang.VerifyError: Bad type on operand stack
Exception Details:
Location:
io/druid/server/coordinator/DruidCoordinator$CoordinatorHistoricalManagerRunnable.<init>(Lio/druid/server/coordinator/DruidCoordinator;I)V @16: invokedynamic
Reason:
Type uninitializedThis (current frame, stack[3]) is not assignable to 'io/druid/server/coordinator/DruidCoordinator$CoordinatorHistoricalManagerRunnable'
Current Frame:
bci: @16
flags: { flagThisUninit }
locals: { uninitializedThis, 'io/druid/server/coordinator/DruidCoordinator', integer }
stack: { uninitializedThis, 'io/druid/server/coordinator/DruidCoordinator', 'io/druid/server/coordinator/helper/DruidCoordinatorSegmentInfoLoader', uninitializedThis }
Bytecode:
0x0000000: 2a2b b500 012a 2bbb 0002 592b b700 032a
0x0000010: ba00 0400 00bb 0005 592b b700 06bb 0007
0x0000020: 592b b700 08bb 0009 592b b700 0abb 000b
0x0000030: 592b b700 0cbb 000d 592b b700 0eb8 000f
0x0000040: 1cb7 0010 b1
at io.druid.server.coordinator.DruidCoordinator.becomeLeader(DruidCoordinator.java:540) ~[druid-server-0.13.0-SNAPSHOT.jar:0.13.0-SNAPSHOT]
at io.druid.server.coordinator.DruidCoordinator.access$000(DruidCoordinator.java:96) ~[druid-server-0.13.0-SNAPSHOT.jar:0.13.0-SNAPSHOT]
at io.druid.server.coordinator.DruidCoordinator$1.becomeLeader(DruidCoordinator.java:495) ~[druid-server-0.13.0-SNAPSHOT.jar:0.13.0-SNAPSHOT]
at io.druid.curator.discovery.CuratorDruidLeaderSelector$1.isLeader(CuratorDruidLeaderSelector.java:98) ~[druid-server-0.13.0-SNAPSHOT.jar:0.13.0-SNAPSHOT]
at org.apache.curator.framework.recipes.leader.LeaderLatch$9.apply(LeaderLatch.java:665) ~[curator-recipes-4.0.0.jar:4.0.0]
at org.apache.curator.framework.recipes.leader.LeaderLatch$9.apply(LeaderLatch.java:661) ~[curator-recipes-4.0.0.jar:4.0.0]
at org.apache.curator.framework.listen.ListenerContainer$1.run(ListenerContainer.java:93) [curator-framework-4.0.0.jar:4.0.0]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_60]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_60]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]
I am trying to follow the quick start guide using the snapshot from the master.
http://druid.io/docs/latest/tutorials/quickstart.html
All services appear to start, wiki data indexing succeeds, but never becomes fully available (red dot in the console view).
By looking at the logs, the following error in the log/server-coordinator.log seems to be relevant: