You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/04/13 23:55:12 UTC

[GitHub] [incubator-druid] pdeva commented on issue #7470: KIS error when upgrading from 0.13 to 0.14

pdeva commented on issue #7470: KIS error when upgrading from 0.13 to 0.14
URL: https://github.com/apache/incubator-druid/issues/7470#issuecomment-482900620
 
 
   seeing this NPE in coordinator+overlord node:
   
   ```
   2019-04-13 23:54:21,014 INFO o.a.d.i.c.a.LocalTaskActionClient [qtp248705782-98] Performing action for task[index_kafka_infraserver-minute_b570a1d94fb7c21_gjkmfbfd]: CheckPointDataSourceMetadataAction{supervisorId='infraserver-minute', baseSequenceName='index_kafka_infraserver-minute_b570a1d94fb7c21', taskGroupId='0', previousCheckPoint=KafkaDataSourceMetadata{SeekableStreamStartSequenceNumbers=SeekableStreamStartSequenceNumbers{stream='infraserver', partitionSequenceNumberMap={0=20249923360}, exclusivePartitions=[]}}, currentCheckPoint=KafkaDataSourceMetadata{SeekableStreamStartSequenceNumbers=SeekableStreamEndSequenceNumbers{stream='infraserver', partitionSequenceNumberMap={0=20254957211}}}}
   2019-04-13 23:54:21,015 INFO o.a.d.i.s.s.SeekableStreamSupervisor [qtp248705782-98] Checkpointing [KafkaDataSourceMetadata{SeekableStreamStartSequenceNumbers=SeekableStreamEndSequenceNumbers{stream='infraserver', partitionSequenceNumberMap={0=20254957211}}}] for taskGroup [0]
   2019-04-13 23:54:21,028 ERROR o.a.d.i.s.s.SeekableStreamSupervisor [KafkaSupervisor-infraserver-minute] SeekableStreamSupervisor[infraserver-minute] failed to handle notice: {class=org.apache.druid.indexing.seekablestream.supervisor.SeekableStreamSupervisor, exceptionType=class java.lang.NullPointerException, exceptionMessage=null, noticeClass=CheckpointNotice}
   java.lang.NullPointerException
           at org.apache.druid.indexing.seekablestream.supervisor.SeekableStreamSupervisor$CheckpointNotice.handle(SeekableStreamSupervisor.java:380) ~[druid-indexing-service-0.14.0-incubating.jar:0.14.0-incubating]
           at org.apache.druid.indexing.seekablestream.supervisor.SeekableStreamSupervisor.lambda$tryInit$3(SeekableStreamSupervisor.java:724) ~[druid-indexing-service-0.14.0-incubating.jar:0.14.0-incubating]
           at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_181]
           at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
           at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_181]
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_181]
           at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org