zhtaoxiang opened a new pull request, #9011:
URL: https://github.com/apache/pinot/pull/9011
## Changes
Save task generator info to ZK to help with task generator debug.
Specifically
1/ the ZK path is
`/MINION_TASK_GENERATOR_INFO/${tableNameWithType}/${taskType}`. We don't reuse
the `/MINION_TASK_METADATA/${tableNameWithType}/${taskType}` because we don't
want to mess up the existing ZNodes.
2/ save the most recent 5 success task generation run timestamp to ZK
3/ save the most recent 5 error task generation run timestamp and message to
ZK
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]