You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/02/10 05:01:54 UTC

[GitHub] [pinot] walterddr commented on issue #8182: Very Old Segments of a Deleted Table Still Present in Servers

walterddr commented on issue #8182:
URL: https://github.com/apache/pinot/issues/8182#issuecomment-1034495787


   yes. I think Jackie's analysis is probably what actually happened. could you please try querying with the following 
   ```
   SELECT $segmentName, count(*) FROM <yourTable> WHERE $segmentName = '<yourTable>__0__248__20210212T1915Z' GROUP BY $segmentName
   ```
   and see if it actually returns anything. I felt like the deep store data has already been clear and it is just the zkmetadata for the segment is still there dangling around. 
   
   


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org