Skip to content

Commit abe4f2e

Browse files
committed
apacheGH-39113: [Integration][Flight][Java] Fix occasional failure starting Java server
1 parent 92723f3 commit abe4f2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/archery/archery/integration/tester_java.py

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ def load_version_from_pom():
4141
"-Dio.netty.tryReflectionSetAccessible=true",
4242
"-Darrow.struct.conflict.policy=CONFLICT_APPEND",
4343
"--add-opens=java.base/java.nio=ALL-UNNAMED",
44+
# GH-39113: avoid failures accessing files in `/tmp/hsperfdata_...`
45+
"-XX:-UsePerfData",
4446
]
4547

4648
_arrow_version = load_version_from_pom()

0 commit comments

Comments
 (0)