[GitHub] [pinot] Jackie-Jiang commented on issue #8423: The race condition that TableDataManager is removed during segment download because of incorrect segment count.

2022-03-31 Thread GitBox
Jackie-Jiang commented on issue #8423: URL: https://github.com/apache/pinot/issues/8423#issuecomment-1085217649 @jadami10 @mcvsubbu The root cause is the effect of combining #6608 and #7961 When #6608 is introduced, there is no side effect of closing and recreating the table data manager

[GitHub] [pinot] Jackie-Jiang commented on issue #8423: The race condition that TableDataManager is removed during segment download because of incorrect segment count.

2022-03-29 Thread GitBox
Jackie-Jiang commented on issue #8423: URL: https://github.com/apache/pinot/issues/8423#issuecomment-1082332216 After some offline discussion, one way to solve this issue is to add a `DELETE` message, and only remove the `tableDataManager` when the table is deleted -- This is an automat