J-HowHuang opened a new pull request, #16722:
URL: https://github.com/apache/pinot/pull/16722

   ## Description
   In the original `SegmentRelocator`, it put tables without tier config into 
the "no need to relocate" category. While in some cases a table may have tier 
set up before but then decided to remove the tier config. In this case, 
`SegmentRelocator` should be able to catch it and relocate the remote segments 
back to local.
   
   ## Change
   If the table doesn't have tier config, the relocator fetches the list of all 
segment ZK metadata of the table, and check if there is any segment has 
`segment.tier` property not `null`. If so, then run the segment relocation 
(rebalance).
   


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