Closed
Description
Does not reproduce
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+release-tests/888/console
build-888.txt
REPRODUCE WITH: ./gradlew :modules:transport-netty4:test \
-Dtests.seed=493C139EBD4D6E7E \
-Dtests.class=org.elasticsearch.transport.netty4.SimpleNetty4TransportTests \
-Dtests.method="testChannelCloseWhileConnecting" \
-Dtests.security.manager=true \
-Dbuild.snapshot=false \
-Dtests.jvm.argline="-Dbuild.snapshot=false" \
-Dtests.locale=es-PR \
-Dtests.timezone=Europe/Madrid
1> [2018-07-23T16:08:37,101][ERROR][i.n.u.ResourceLeakDetector] LEAK: ByteBuf.release() was not called before it's garbage-collected. See http://netty.io/wiki/reference-counted-objects.html for more information.
1> WARNING: 3 leak records were discarded because the leak record count is limited to 4. Use system property io.netty.leakDetection.maxRecords to increase the limit.
1> Recent access records: 4
1> #4:
1> Hint: 'pipelining' will handle the message from this point.
1> io.netty.buffer.AdvancedLeakAwareCompositeByteBuf.touch(AdvancedLeakAwareCompositeByteBuf.java:36)
1> io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.touch(HttpObjectAggregator.java:374)
1> io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpRequest.touch(HttpObjectAggregator.java:454)
1> io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpRequest.touch(HttpObjectAggregator.java:404)
1> io.netty.channel.DefaultChannelPipeline.touch(DefaultChannelPipeline.java:116)