yongj commented on code in PR #2123:
URL: https://github.com/apache/cassandra/pull/2123#discussion_r1092990809
##########
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:
Thanks for the suggestion. That will provide more context. I will make the
change. Do I need to creat a new pull request or make the change based on
current one?
--
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]