manojpec commented on a change in pull request #3811:
URL: https://github.com/apache/hudi/pull/3811#discussion_r730627352



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/util/collection/BitCaskDiskMap.java
##########
@@ -133,9 +132,7 @@ private void initFile(File writeOnlyFile) throws 
IOException {
       writeOnlyFile.getParentFile().mkdir();
     }
     writeOnlyFile.createNewFile();
-    LOG.info("Spilling to file location " + writeOnlyFile.getAbsolutePath() + 
" in host ("
-        + InetAddress.getLocalHost().getHostAddress() + ") with hostname (" + 
InetAddress.getLocalHost().getHostName()
-        + ")");
+    LOG.info("Spilling to file location " + writeOnlyFile.getAbsolutePath());

Review comment:
       Right, debug is better here. Fixed it. 




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


Reply via email to