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

   label:
   `bugfix`
   
   This patch validates whether the configured minionInstanceTag actually 
exists in the list of instance-tags or not. Before this, if a wrong instanceTag 
was configured for a task, Pinot scheduled those tasks and they got stuck in 
`IN_PROGRESS` state. Until the task is timed out, no another task scheduling 
for that table and task type was possible. Or you need to update some minion 
instance with the specified instanceTag. Ideally, we should error out by 
throwing an exception for instanceTag not found which this patch achieves.
   
   There is a more proactive way of doing this at table-config updation itself. 
We will try to achieve that when we introduce `minionTenant` config itself.


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

Reply via email to