Jackie-Jiang commented on issue #10237: URL: https://github.com/apache/pinot/issues/10237#issuecomment-1430202055
For example, there is some malformed data from upstream, which is causing consuming segment to run into ERROR state. Pausing might not help because segment metadata manager is already error'ed out. In order to manually skip the bad data, we want to delete the consuming segment and re-create the consuming segment with the latest offset. Adding an extra argument to explicitly delete consuming segment sounds good to me. We might want to reject the deletion when the flag is set but the segment is not consuming segment to prevent user from always setting the flag. -- 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