lidavidm opened a new pull request #12040: URL: https://github.com/apache/arrow/pull/12040
Occasionally, we see this in CI: `An error occurred while invoking protoc. Error while executing process. Cannot run program "/arrow/java/flight/flight-core/target/protoc-plugins/protoc-3.17.3-linux-x86_64.exe": error=26, Text file busy` This appears to be due to a JDK bug: https://github.com/xolstice/protobuf-maven-plugin/issues/34 A workaround was added to recent versions of the Protobuf plugin, but we aren't using the newest version consistently. This PR updates the versions to use 0.6.1 everywhere. -- 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]
