hi Alice, we could check the logs for some clues. In Pinot controller logs, you should be able to find some logs about the task scheduling (like by
this line). There should be some task configs in those logs, and those task configs are used to kick off the processing on minion worker. I’d wonder if the list of input segments as in the task config are still in the table?
We can also check the task states recorded in ZK to dig further as next.