performance-analyzer-rca icon indicating copy to clipboard operation
performance-analyzer-rca copied to clipboard

[FEATURE] Fix Gauntlet test: testQueueCapacityDecider

Open khushbr opened this issue 1 year ago • 1 comments

testQueueCapacityDecider is currently failing in the main branch Gauntlet test workflow. The stacktrace taken from run 5259225360

java.lang.IllegalStateException: RCA-IT fails if some errors are found in the logs. If you think these errors are okay to ignore, you can use the @AErrorPatternIgnored to ignore them. Please see RcaItPocSingleNode.simple() for an example.
  The Runner found the following errors in log: [
  20:09:00.809 [grpc-nio-worker-ELG-12-1] ERROR ResourceLeakDetector:reportTracedLeak()::line:319 - LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
  Recent access records: 
  Created at:
  	io.netty.buffer.PooledByteBufAllocator.newDirectBuffer(PooledByteBufAllocator.java:403)
  	io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:188)
  	io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:179)
  	io.netty.buffer.AbstractByteBufAllocator.buffer(AbstractByteBufAllocator.java:116)
  	io.grpc.netty.NettyAdaptiveCumulator.mergeWithCompositeTail(NettyAdaptiveCumulator.java:193)
  	io.grpc.netty.NettyAdaptiveCumulator.addInput(NettyAdaptiveCumulator.java:110)

khushbr avatar Jun 28 '23 00:06 khushbr