Maxwell-Guo commented on code in PR #2123:
URL: https://github.com/apache/cassandra/pull/2123#discussion_r1092999270
##########
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:
you can just modify the change on the current code, and doing a new git push
to you branch ,then we will see the change here,
--
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]