pitrou opened a new pull request, #39115: URL: https://github.com/apache/arrow/pull/39115
### Rationale for this change The "perfdata" feature in the JVM can sometimes cause spurious warnings or failures trying to start the Integration Flight server: ``` ################# FAILURES ################# FAILED TEST: decimal Java producing, Java consuming <class 'RuntimeError'>: Flight-Java server did not start properly, stdout: Warning: [0.002s][warning][perf,memops] Cannot use file /tmp/hsperfdata_root/55221 because it is locked by another process (errno = 11) stderr: ``` ### What changes are included in this PR? Disable the perfdata feature when starting the JVM for integration tests. ### Are these changes tested? By construction, yes. ### Are there any user-facing changes? No. -- 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]
