abhijeetkushe edited a comment on issue #8070: URL: https://github.com/apache/pinot/issues/8070#issuecomment-1022462519
I have more updates.I do see the data in the table but not realtime. shardIteratorType as LATEST.I ran the below query `select $segmentName,ToDateTime(eventTimestamp,'yyyyMMddHHmm') from workflowEvents order by eventTimestamp desc limit 100 ` ``` $segmentName todatetime(eventTimestamp,'yyyyMMddHHmm') workflowEvents__0__58__20220125T2005Z 202201260000 workflowEvents__1__60__20220125T2106Z 202201260000 workflowEvents__1__60__20220125T2106Z 202201251640 workflowEvents__1__60__20220125T2106Z 202201251640 workflowEvents__1__60__20220125T2106Z 202201251640 workflowEvents__1__60__20220125T2106Z 202201251640 workflowEvents__1__60__20220125T2106Z 202201251640 workflowEvents__1__60__20220125T2106Z 202201251640 ``` 8 Records are sent at ~1543  Kinesis Get Records shows that it is read at 1643  From the server logs records do get read at 1643 but I do not see corresponding events at 1543 16:43:05.029 INFO [LLRealtimeSegmentDataManager_workflowEvents__1__60__20220125T2106Z] [workflowEvents__1__60__20220125T2106Z] Consumed 12 events from (rate:0.19965394/s), currentOffset={"shardId-000000000001":"49622318632194742639402514501316476653895236003058155538"}, numRowsConsumedSoFar=43, numRowsIndexedSoFar=43 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
