virajjasani commented on PR #2297: URL: https://github.com/apache/phoenix/pull/2297#issuecomment-3379367083
Implementors of `AbstractParallelWriterIndexCommitter` have concurrency bug. Only `TrackingParallelWriterIndexCommitter` was submitting the tasks properly as it creates it's own copy of list of tasks to submit to the pool. Whereas other implementors were re-using the object level copy of list of tasks and therefore running into concurrency bug. Fixed with the latest commits @tkhurana @kadirozde -- 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]
