The log msg “… but JobConfig is missing!…” is actually from helix code base. Could you share more logs around this log line, including the class name and code line numbers, so I could locate what Pinot code led to it.
btw, what’s the ingestion rate for your RT table? The RT2OFF minion task is a single-threaded task, so it might not catch up with very high ingestion rate. The task watermark under ‘ZK/PropertyStore/Minion_Task_Metadata/’ might help tell the progress.
This log msg “Got unexpected instance state map…” is
from code here, when validating the LLC consumers for the RT table. I don’t think it’d impact the minion task directly. But it seems concerning, as it might affect the consumption.