We've observed that CoverageIdStrategy.obtainFirstId
fails during the merge process with FileLockInterruptionException
, ClosedByInterruptException
, and other channels exceptions. Handling such exceptions could significantly improve robustness of the merge operation.
Unfortunately, I don't have a reproducer for this issue.