Koji Noguchi created PIG-5454: --------------------------------- Summary: Make ParallelGC the default Garbage Collection Key: PIG-5454 URL: https://issues.apache.org/jira/browse/PIG-5454 Project: Pig Issue Type: Bug Components: impl Reporter: Koji Noguchi
>From JDK9 and beyond, G1GC became the default GC. I've seen our users hitting OOM after migrating to recent jdk and the issue going away after reverting back to ParallelGC. Maybe the GC behavior assumed by SelfSpillBag does not work with G1GC. -- This message was sent by Atlassian Jira (v8.20.10#820010)