You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/09/19 23:28:16 UTC

[GitHub] [pinot] klsince commented on pull request #9432: use MinionEventObserver to track finer grained task progress status on worker

klsince commented on PR #9432:
URL: https://github.com/apache/pinot/pull/9432#issuecomment-1251673275

   for e.g. 
   ```
   curl -X GET "http://localhost:9000/tasks/subtask/Task_SegmentGenerationAndPushTask_fc3e3d56-d035-4fe8-a27b-80fd945dac04_1663628861391/progress" -H "accept: application/json" | jq .
   {
     "Task_SegmentGenerationAndPushTask_fc3e3d56-d035-4fe8-a27b-80fd945dac04_1663628861391_1": "Task failed in 76ms, with error:\njava.lang.RuntimeException: Failed to execute SegmentGenerationAndPushTask\n\tat org.apache.pinot.plugin.minion.tasks.segmentg...",
     "Task_SegmentGenerationAndPushTask_fc3e3d56-d035-4fe8-a27b-80fd945dac04_1663628861391_0": "Task failed in 76ms, with error:\njava.lang.RuntimeException: Failed to execute SegmentGenerationAndPushTask\n\tat org.apache.pinot.plugin.minion.tasks.segmentgenerationandpush..."
   }
   ```


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org