mqliang opened a new issue #7088: URL: https://github.com/apache/incubator-pinot/issues/7088
BaseSingleSegmentConversionExecutor tasks follow the pattern of: * download segment * processing segment * upload the new segment It will be helpful to check segment CRC first before starting a SegmentConversion task. Without this logic, minion will start the task blindly and fail when uploading segment, which will make minion do unnecessary works and increase the waiting time of other tasks. -- 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. 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