DaniilRoman commented on issue #14279:
URL: https://github.com/apache/pinot/issues/14279#issuecomment-2601014881

   Hey there 👋 
   I'm looking for an issue to tackle and this one kept my attention, but 
before jumping into it I wanted to clarify if I understand this right 
   
   Even if this is a UI-related problem, the graceful handling should be done 
inside the Controller component, right?
   
   The flow we have is the following: we run some job, which has a process 
step(which includes calling `table/{tableName}/size` endpoint) and a 
post-process step (which include calling `endReplaceSegments` method). When we 
get a 404 from `table/{tableName}/size` call, we probably skip it and on the 
post-process step we get an exception. 
   Does it make sense for you? 🤔 
    
   
   Might it all start in 
[SegmentStatusChecker#processTable](https://github.com/DaniilRoman/pinot/blob/5dd6f8ac565d3a5d45d0f85a974e1aebf6c7c437/pinot-controller/src/main/java/org/apache/pinot/controller/helix/SegmentStatusChecker.java#L118)
 method when we're calling 
[updateTableSizeMetrics(tableNameWithType)](https://github.com/DaniilRoman/pinot/blob/5dd6f8ac565d3a5d45d0f85a974e1aebf6c7c437/pinot-controller/src/main/java/org/apache/pinot/controller/helix/SegmentStatusChecker.java#L123)?
 🤔 
   


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