[
https://issues.apache.org/jira/browse/DRILL-8268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570510#comment-17570510
]
ASF GitHub Bot commented on DRILL-8268:
---------------------------------------
vvysotskyi commented on PR #2610:
URL: https://github.com/apache/drill/pull/2610#issuecomment-1193350318
@jnturton, looks like this change causes Travis CI failures:
```
(java.lang.RuntimeException) java.lang.NoSuchMethodError:
java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
52991 org.apache.drill.common.DeferredException.addThrowable():101
52992 org.apache.drill.exec.work.fragment.FragmentExecutor.fail():502
52993 org.apache.drill.exec.work.fragment.FragmentExecutor.run():347
52994 org.apache.drill.common.SelfCleaningRunnable.run():38
52995 java.util.concurrent.ThreadPoolExecutor.runWorker():1149
52996 java.util.concurrent.ThreadPoolExecutor$Worker.run():624
52997 java.lang.Thread.run():748
52998 Caused By (java.lang.NoSuchMethodError)
java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
52999
org.apache.drill.exec.vector.UInt4Vector$BufferedMutator.setSafe():635
53000
org.apache.drill.exec.vector.VarBinaryVector$BufferedMutator.<init>():922
53001
org.apache.drill.exec.vector.VarBinaryVector$BufferedMutator.<init>():898
53002 org.apache.drill.exec.vector.VarBinaryVector$Mutator.setSafe():642
53003 org.apache.drill.exec.vector.VarBinaryVector$Mutator.setSafe():630
53004
org.apache.drill.exec.store.parquet.columnreaders.VarLengthColumnReaders$VarBinaryColumn.setSafe():268
53005
org.apache.drill.exec.store.parquet.columnreaders.VarLengthValuesColumn.readRecordsInBulk():98
53006
org.apache.drill.exec.store.parquet.columnreaders.VarLenBinaryReader.readRecordsInBulk():113
53007
org.apache.drill.exec.store.parquet.columnreaders.VarLenBinaryReader.readFields():91
53008
org.apache.drill.exec.store.parquet.columnreaders.BatchReader$VariableWidthReader.readRecords():156
```
> Fix Hadoop 2 and Netty lib exclusions, REST mem limiter disabled by default
> ---------------------------------------------------------------------------
>
> Key: DRILL-8268
> URL: https://issues.apache.org/jira/browse/DRILL-8268
> Project: Apache Drill
> Issue Type: Bug
> Affects Versions: 1.20.1
> Reporter: James Turton
> Assignee: James Turton
> Priority: Major
> Fix For: 1.20.2
>
>
> # New exclusions of reload4j, slf4j-reload4j are required in the Hadoop 2
> profile, probably due to the upgrade of Hadoop from 2.10.1 to 2.10.2.
> # We remove the netty-all metapackage which entered the dependency tree with
> the change introducing the Netty bom bringing many uneeded libs with it.
> # The heap memory usage limiting logic in the REST server becomes disabled
> by default since REST query results are streamed these days. This change aims
> to let the Java GC now do its job without interference and if that results in
> OOM under a constant load then there is good evidence for a heap leak which
> must be tracked down and completely resolved anyway, not mitigated or "swept
> under a rug".
--
This message was sent by Atlassian Jira
(v8.20.10#820010)