9aman opened a new pull request, #14908:
URL: https://github.com/apache/pinot/pull/14908

   `bugfix`
   
   - The APi `/tables/{tableName}/pauseStatus` returns the status of the pause 
operation on a table. 
   - The response contains the list of consuming segments.
   - The API relies on the IdealState to get the consuming segments i.e. 
segments marked CONSUMING in the IdealState.
   - This does not work for pauseless enabled tables as a segment can be marked 
ONLINE in the IdealState but still can be unconmitted.
   - The PR, for pauseless tables, also checks the SegmentZKMetadata for the 
latest segment of each partition to find the list of consuming segments. 


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