Wei-Chiu Chuang created HDDS-5383: ------------------------------------- Summary: Eliminate expensive string creation in debug log messages Key: HDDS-5383 URL: https://issues.apache.org/jira/browse/HDDS-5383 Project: Apache Ozone Issue Type: Improvement Reporter: Wei-Chiu Chuang
Use IntelliJ and search with regex pattern: LOG\.debug.*toString I found a number of bad log message practice where string objects are created or concatenated regardless log level. Parameters passed to slf4j debug log are supposed to be O(1). -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org