serhiy-bzhezytskyy commented on PR #4642: URL: https://github.com/apache/solr/pull/4642#issuecomment-4991348923
You're right — this is the same issue and #4624 supersedes it. I branched from main on 07-14, before #4624 merged (07-15), so I still reproduced the flake locally, which is what sent me down this path. I just pulled current main (with #4624) and ran the previously-failing seed: ``` ./gradlew :solr:core:test --tests "org.apache.solr.handler.IndexFetcherPacketProtocolTest" -Ptests.seed=6FA33BD8BF6D0D4C ``` → passes now. Your fix (using DirContext.REPLICATION so the test's write and the sender's read hit the same unwrapped delegate) is the more general fix — mine just forced an FS factory to sidestep it. Closing this as superseded. Thanks! -- 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]
