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 
   ![Screen Shot 2022-01-26 at 1 54 20 
PM](https://user-images.githubusercontent.com/2093096/151228547-eea3d579-c863-4055-99f6-8845d2ddc93f.png)
   
   Kinesis Get Records shows that it is read at 1643 
   ![Screen Shot 2022-01-26 at 1 06 57 
PM](https://user-images.githubusercontent.com/2093096/151224707-d98ec9d1-0b86-41a9-a6a8-e49ca57ece23.png)
   
   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]

Reply via email to