jadami10 opened a new issue, #12264: URL: https://github.com/apache/pinot/issues/12264
This might be very rare, but one of our clusters is failing to upload realtime segments with `Data read has a different checksum than expected.` What this means is, the file is uploaded, but it's corrupted in some way. But `SegmentCompletionUtils` appends a UUID to the segment name, so the next time we retry, it tries again with a new name. This cluster has now uploaded millions of corrupt files to s3. Do we need the UUID? Shouldn't the segment names already be unique? -- 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]
