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: [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]
