yongj commented on code in PR #2123:
URL: https://github.com/apache/cassandra/pull/2123#discussion_r1093011704
##########
src/java/org/apache/cassandra/utils/memory/BufferPool.java:
##########
@@ -441,8 +441,8 @@ private Chunk allocateMoreChunks()
{
if (memoryUsageThreshold > 0)
{
- noSpamLogger.info("Maximum memory usage reached ({}),
cannot allocate chunk of {}",
- readableMemoryUsageThreshold,
READABLE_MACRO_CHUNK_SIZE);
+ noSpamLogger.info("Maximum memory usage reached ({})
for {}, cannot allocate chunk of {}",
Review Comment:
sounds good. I have pushed the change to my branch.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]