Skip to content

Commit

Permalink
apacheGH-39113: [Integration][Flight][Java] Fix occasional failure st…
Browse files Browse the repository at this point in the history
…arting Java server
  • Loading branch information
pitrou committed Dec 6, 2023
1 parent 92723f3 commit abe4f2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/archery/archery/integration/tester_java.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def load_version_from_pom():
"-Dio.netty.tryReflectionSetAccessible=true",
"-Darrow.struct.conflict.policy=CONFLICT_APPEND",
"--add-opens=java.base/java.nio=ALL-UNNAMED",
# GH-39113: avoid failures accessing files in `/tmp/hsperfdata_...`
"-XX:-UsePerfData",
]

_arrow_version = load_version_from_pom()
Expand Down

0 comments on commit abe4f2e

Please sign in to comment.