elonazoulay opened a new issue, #10103: URL: https://github.com/apache/pinot/issues/10103
If there is an empty table and multiple jobs run start/end replace segments in parallel, there appears to be a reproducible race condition where each job creates the segment lineage entry in zookeeper but the earlier entriy is deleted, so segments appear instantly and end replace segments fails (because of missing lineage id). To reproduce: Create 2 segments, then call start replace segments in parallel, upload the segments, call end replace segments. -- 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]
