dongxiaoman commented on issue #5955:
URL: 
https://github.com/apache/incubator-pinot/issues/5955#issuecomment-685061460


   o reproduce the issue, we need to start from a clean slate. I can reproduce 
after deleting the table completely and start fresh. below are the steps
   delete the old table
   set "stream.kafka.consumer.prop.auto.offset.reset": "smallest" , table 
created, got exactly 50000 documents and stopped
   delete table again
   change value in config to earliest or latest, cannot create realtime table 
with the error OffsetCriteria{_offsetType=CUSTOM, _offsetString='earliest'}
   the value largest or smallest works. in our config we are using 
"stream.kafka.consumer.factory.class.name": 
"org.apache.pinot.plugin.stream.kafka20.KafkaConsumerFactory".
   Item #2 is still an issue, where we can only see 50000 documents in 
pinotcontroller UI (query console)


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to