suyashpatel98 commented on PR #13403:
URL: https://github.com/apache/pinot/pull/13403#issuecomment-2171065446

   On second thought these is something wrong with the implementation - we 
shouldn't be getting segment names and comparing them. My implementation works 
locally because
   `
   IdealState table2IdealState = _pinotHelixResourceManager.getHelixAdmin()
   .getResourceIdealState(_pinotHelixResourceManager.getHelixClusterName(), 
table2);
   
   table1IdealState.getPartitionSet() contains 
eventData_OFFLINE_1717648729000_1717883732000_0 and 
table2IdealState.getPartitionSet() contains 
eventData_OFFLINE_1717648729000_1717883732000_0, 
transcript_OFFLINE_1570863600000_1572418800000_0
   `
   
    for some reason `table2IdealState.getPartitionSet() contains 
eventData_OFFLINE_1717648729000_1717883732000_0 and 
transcript_OFFLINE_1570863600000_1572418800000_0` which I think is a bug.


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