Subbu Subramaniam
02/27/2019, 12:20 AM_capacity
is the number of rows we expect to consume. Shuld never be 0 unless the controller put 0 rows, or somehow we decided we need to consume 0 rows for the segment.Subbu Subramaniam
02/27/2019, 12:22 AMAnanth Packkildurai
Creating new stream consumer, reason: Idle for too long
Connecting to bootstrap host <http://metrics-kafka-02d885b15e8e33fbd.nebula.tinyspeck.com:9092|metrics-kafka-02d885b15e8e33fbd.nebula.tinyspeck.com:9092> for topic clog-json
Switching from state CONNECTING_TO_BOOTSTRAP_NODE to state CONNECTED_TO_BOOTSTRAP_NODE for topic clog-json
Switching from state CONNECTED_TO_BOOTSTRAP_NODE to state FETCHING_LEADER_INFORMATION for topic clog-json
Located leader broker <http://metrics-kafka-0ecd28d600ff12a21.nebula.tinyspeck.com:9092|metrics-kafka-0ecd28d600ff12a21.nebula.tinyspeck.com:9092> for topic clog-json, connecting to it.
Switching from state FETCHING_LEADER_INFORMATION to state CONNECTING_TO_PARTITION_LEADER for topic clog-json
Trying to fetch leader host and port: <http://metrics-kafka-0ecd28d600ff12a21.nebula.tinyspeck.com:9092|metrics-kafka-0ecd28d600ff12a21.nebula.tinyspeck.com:9092> for topic clog-json
Switching from state CONNECTING_TO_PARTITION_LEADER to state CONNECTED_TO_PARTITION_LEADER for topic clog-json
Consumed 0 events from (rate:0.0/s), currentOffset=2590122542, numRowsConsumedSoFar=0, numRowsIndexedSoFar=0
Consumed 0 events from (rate:0.0/s), currentOffset=2586172612, numRowsConsumedSoFar=0, numRowsIndexedSoFar=0
Ananth Packkildurai
numRowsConsumedSoFar=0
, I guess it is an impact of the previous error. The events flowing through kafka so the upstream is looking good.Subbu Subramaniam
02/27/2019, 12:32 AMSubbu Subramaniam
02/27/2019, 1:20 AMKishore G
Kishore G
Kishore G
Ananth Packkildurai
CONNECTED_TO_PARTITION_LEADER
and CONNECTED_TO_BOOTSTRAP_NODE
Ananth Packkildurai
Kishore G
Subbu Subramaniam
02/28/2019, 12:53 AMdumpRealtimeInfo
command. What exactly are you looking to print?Kishore G
Kishore G
Subbu Subramaniam
02/28/2019, 12:54 AMAnanth Packkildurai
Ananth Packkildurai
Ananth Packkildurai
Kishore G
Kishore G
Subbu Subramaniam
02/28/2019, 12:59 AMAnanth Packkildurai
Ananth Packkildurai
Subbu Subramaniam
02/28/2019, 1:16 AMAnanth Packkildurai
/var/log/pinot-server/current:26 START:INVOKE /PinotCluster/INSTANCES/Server_10.0.153.112_8098/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor@3cd3e762 type: CALLBACK
/var/log/pinot-server/current:Resubscribe change listener to path: /PinotCluster/INSTANCES/Server_10.0.153.112_8098/MESSAGES, for listener: org.apache.helix.messaging.handling.HelixTaskExecutor@3cd3e762, watchChild: false
/var/log/pinot-server/current:Subscribing changes listener to path: /PinotCluster/INSTANCES/Server_10.0.153.112_8098/MESSAGES, type: CALLBACK, listener: org.apache.helix.messaging.handling.HelixTaskExecutor@3cd3e762
/var/log/pinot-server/current:26 END:INVOKE /PinotCluster/INSTANCES/Server_10.0.153.112_8098/MESSAGES listener:org.apache.helix.messaging.handling.HelixTaskExecutor@3cd3e762 type: CALLBACK Took: 1ms
Ananth Packkildurai
No Messages to process
then the loop starts.Ananth Packkildurai
Ananth Packkildurai
Exception in thread "clog_v3__3__19__20190228T0338Z" java.lang.RuntimeException: Not yet created#012 at com.linkedin.pinot.server.realtime.ControllerLeaderLocator.getInstance(ControllerLeaderLocator.java:70)#012 at com.linkedin.pinot.server.realtime.ServerSegmentCompletionProtocolHandler.createSegmentCompletionUrl(ServerSegmentCompletionProtocolHandler.java:144)#012 at com.linkedin.pinot.server.realtime.ServerSegmentCompletionProtocolHandler.segmentStoppedConsuming(ServerSegmentCompletionProtocolHandler.java:136)#012 at com.linkedin.pinot.core.data.manager.realtime.LLRealtimeSegmentDataManager.postStopConsumedMsg(LLRealtimeSegmentDataManager.java:800)#012 at com.linkedin.pinot.core.data.manager.realtime.LLRealtimeSegmentDataManager$PartitionConsumer.run(LLRealtimeSegmentDataManager.java:562)#012 at java.lang.Thread.run(Thread.java:748)
Ananth Packkildurai