[
https://issues.apache.org/jira/browse/ASTERIXDB-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845312#comment-17845312
]
ASF subversion and git services commented on ASTERIXDB-3396:
------------------------------------------------------------
Commit 8ffe8eedcab61f341e9ad38a5e1bf7af1face918 in asterixdb's branch
refs/heads/master from Ian Maxon
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=8ffe8eedca ]
[ASTERIXDB-3396][CONF] Tweak memory, '-add-opens' flags
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
In JDK17, we are encountering module access errors that
appear in the log. This is due to not having the right
access flags added to the JVM
Additionally, the NCService integration tests are failing
due to memory overuse. This patch tweaks the default allocation
to be 50% instead of 60% of the host memory.
Change-Id: I13ec2c1063754b93d1fad551362134c0d1c593d5
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18271
Reviewed-by: Ian Maxon <[email protected]>
Reviewed-by: Michael Blow <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
> Module access errors appear in log with JDK17
> ---------------------------------------------
>
> Key: ASTERIXDB-3396
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3396
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: CONF - Configuration
> Reporter: Ian Maxon
> Assignee: Ian Maxon
> Priority: Major
>
> Due to some libraries and other things, we run into module access issues in
> JDK 17+. NCService should add appropriate module access flags to the JVM by
> default unless specified by the user.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)