zhtaoxiang opened a new pull request, #8959:
URL: https://github.com/apache/pinot/pull/8959

   ## What does this PR do?
   
   This PR updates minion task metadata ZNode path from 
`/MINION_TASK_METADATA/${taskType}/${tableNameWithType}` to 
`/MINION_TASK_METADATA/${tableNameWithType}/${taskType}`.
   
   The logic is backward compatible: if there exists minion task metadata in 
ZNode path `/MINION_TASK_METADATA/${tableNameWithType}/${taskType}`, it keeps 
using it; otherwise, it uses the new ZNode path.
   
   ## How the code was tested?
   1. It was tested by unit tests
   2. It was tested in a local Pinot cluster: (1) in the case that there exists 
minion task metadata in ZNode path 
`/MINION_TASK_METADATA/${tableNameWithType}/${taskType}`, and (2) there does 
not exists minion task metadata.
   


-- 
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]

Reply via email to