You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "dalle (via GitHub)" <gi...@apache.org> on 2023/03/24 11:26:51 UTC

[GitHub] [arrow] dalle opened a new issue, #34723: Incorrect memory usage log statement

dalle opened a new issue, #34723:
URL: https://github.com/apache/arrow/issues/34723

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   The log statement here:
   https://github.com/apache/arrow/blob/45918a90a6ca1cf3fd67c256a7d6a240249e555a/java/memory/memory-netty/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java#L268
   
   Outputs the incorrect log message.
   
   Actual:
   ```
   Memory Usage:
   io.netty.buffer.PooledByteBufAllocatorL@7241d783
   ```
   
   Expected: the output from `io.netty.buffer.PooledByteBufAllocatorL.InnerAllocator.toString()`, similar to:
   ```
   Memory Usage:
   1 direct arena(s):
   SomeByteBuffer[pos=12 lim=34 cap=56]
   
   Large buffers outstanding: 12 totaling 34 bytes.
   Normal buffers outstanding: 56 totaling 78 bytes.
   ```
   
   ### Component(s)
   
   Java


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] lidavidm closed issue #34723: [Java] Incorrect memory usage log statement

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #34723: [Java] Incorrect memory usage log statement
URL: https://github.com/apache/arrow/issues/34723


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org