Commit 4ed9b12
committed
[SPARK-56229] Remove
### What changes were proposed in this pull request?
This PR removes `-Dio.netty.noUnsafe=true` from the default JVM args in `values.yaml`.
### Why are the changes needed?
Netty 4.2.2+ have a correct implementation instead of `Unsafe` usage for Java 25+ like the following instead of the legacy `Unsafe` operation.
- netty/netty#15231
- netty/netty#15338
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs with the existing tests.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (claude-4-opus)
Closes #593 from dongjoon-hyun/SPARK-56229.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>io.netty.noUnsafe from default JVM args according to Netty change1 parent 933605a commit 4ed9b12
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments