bereng commented on code in PR #3241:
URL: https://github.com/apache/cassandra/pull/3241#discussion_r1565203383


##########
src/java/org/apache/cassandra/db/guardrails/Guardrails.java:
##########
@@ -359,7 +359,7 @@ public final class Guardrails implements GuardrailsMBean
                      state -> 
sizeToBytes(CONFIG_PROVIDER.getOrCreate(state).getColumnValueSizeWarnThreshold()),
                      state -> 
sizeToBytes(CONFIG_PROVIDER.getOrCreate(state).getColumnValueSizeFailThreshold()),
                      (isWarning, what, value, threshold) ->
-                     format("Value of column %s has size %s, this exceeds the 
%s threshold of %s.",
+                     format("Value of column '%s' has size %s, this exceeds 
the %s threshold of %s.",

Review Comment:
   Again change should be ok.



-- 
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]

Reply via email to