You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2022/07/09 17:19:00 UTC

[jira] [Created] (PHOENIX-6743) Clean up test JVM config for Java 17

Istvan Toth created PHOENIX-6743:
------------------------------------

             Summary: Clean up test JVM config for Java 17
                 Key: PHOENIX-6743
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6743
             Project: Phoenix
          Issue Type: Task
          Components: core
    Affects Versions: 5.1.2, 5.2.0
            Reporter: Istvan Toth
            Assignee: Istvan Toth


The Phoenix test suite fails to run on Java 17, because we're hardcoding a lot of VM/GC options, which are no longer even recognized by Java 17.

We should find a set of options that work with Java 8 to Java 17.

What makes this difficult is that the current options seem to be highly tuned so that the tests actually fit the limited Apache Jenkins hosts' memory, and simply removing all the tuning has resulted in many OOMs in the CI build in the past.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)