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


   To 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:
   
   1. delete the old table
   2. set "stream.kafka.consumer.prop.auto.offset.reset": "smallest" , table 
created, got exactly 50000 documents and stopped
   3. delete table again
   4. change value in config to earliest or latest, cannot create realtime 
table with the error OffsetCriteria{_offsetType=CUSTOM, 
_offsetString='earliest'}
   5. 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".
   6. 
   
   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