npawar commented on PR #9161: URL: https://github.com/apache/pinot/pull/9161#issuecomment-1206070662
Just tried this out. I'm not seeing the exception message be picked up. For example, here the response has only errors, and no success TS, but Scheduling Errors remains blank <img width="1672" alt="Screen Shot 2022-08-04 at 10 48 16 PM" src="https://user-images.githubusercontent.com/19693933/183010235-7bde7cd7-2989-4e8b-99b4-81df84016a4d.png"> A sample response will look like this, for your reference: ``` [ { "tableNameWithType": "githubEvents_OFFLINE", "taskType": "MergeRollupTask", "mostRecentSuccessRunTS": [], "mostRecentErrorRunMessages": { "2022-08-05T05:44:00.267Z": "java.lang.IllegalStateException: Dummy exception\n\tat org.apache.pinot.plugin.minion.tasks.mergerollup.MergeRollupTaskGenerator.generateTasks(MergeRollupTaskGenerator.java:135)\n\tat org.apache.pinot.controller.helix.core.minion.PinotTaskManager.scheduleTask(PinotTaskManager.java:536)\n\tat org.apache.pinot.controller.helix.core.minion.PinotTaskManager.scheduleTask(PinotTaskManager.java:620)\n\tat org.apache.pinot.controller.helix.core.minion.CronJobScheduleJob.execute(CronJobScheduleJob.java:53)\n\tat org.quartz.core.JobRunShell.run(JobRunShell.java:202)\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)\n", "2022-08-05T05:45:00.005Z": "java.lang.IllegalStateException: Dummy exception\n\tat org.apache.pinot.plugin.minion.tasks.mergerollup.MergeRollupTaskGenerator.generateTasks(MergeRollupTaskGenerator.java:135)\n\tat org.apache.pinot.controller.helix.core.minion.PinotTaskManager.scheduleTask(PinotTaskManager.java:536)\n\tat org.apache.pinot.controller.helix.core.minion.PinotTaskManager.scheduleTask(PinotTaskManager.java:620)\n\tat org.apache.pinot.controller.helix.core.minion.CronJobScheduleJob.execute(CronJobScheduleJob.java:53)\n\tat org.quartz.core.JobRunShell.run(JobRunShell.java:202)\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)\n" } } ] ``` -- 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. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org