ygerzhedovich commented on code in PR #913:
URL: https://github.com/apache/ignite-3/pull/913#discussion_r912872620
##########
modules/core/src/main/java/org/apache/ignite/internal/components/LongJvmPauseDetector.java:
##########
@@ -107,9 +105,7 @@ public void run() {
lastWakeUpTime = System.currentTimeMillis();
}
- if (LOG.isDebugEnabled()) {
- LOG.debug(getName() + " has been started.");
- }
+ log.debug(getName() + " has been started");
Review Comment:
should we use parameter here instead of concatenation?
--
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]