alexott commented on a change in pull request #3794:
URL: https://github.com/apache/zeppelin/pull/3794#discussion_r438861174



##########
File path: 
flink/interpreter/src/main/java/org/apache/zeppelin/flink/JobManager.java
##########
@@ -110,7 +111,7 @@ public int getJobProgress(String paragraphId) {
   }
 
   public void cancelJob(InterpreterContext context) throws 
InterpreterException {
-    LOGGER.info("Canceling job associated of paragraph: "+ 
context.getParagraphId());
+    LOGGER.info("Canceling job associated of paragraph: " + 
context.getParagraphId());

Review comment:
       It makes sense to use `{}` placeholder instead of concatenation - it 
won't lead to the call of the `context.getParagraphId()` if logger is not 
configured for INFO




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to