I am positive I am missing something here. There a...
# general
s
I am positive I am missing something here. There are no messages produced on the topic (therefore, nothing to consume for the realtime consumers), and yet, when you issue a query, the realtime servers crash. Is that correct? How many offline segments do you have?
a
0 offline segments. Table was built off kafka topic using realtime segments only (batch job dumped data into kafka and then Pinot was pointed to consume from it)
When query is issued, I can see that consumers are entering restart loop (or it least it looks like that based on logs)
s
pinot consumers will re-create kafka consumers every few minutes if there are no incoming messages during that interval. This is to prevent us from getting stuck to some old kafka broker that for some reason may not produce messages. As long as you don't see a WARN or ERROR log, it shoiuld be OK. This in particular should be an INFO log.
a
Oh, maybe that is what happening
Will start slowly writing to doublecheck