[HUDI-583] Code Cleanup, remove redundant code, and other changes (#1237)
This commit is contained in:
@@ -350,8 +350,7 @@ public class FileSystemViewHandler {
|
||||
} finally {
|
||||
long endTs = System.currentTimeMillis();
|
||||
long timeTakenMillis = endTs - beginTs;
|
||||
LOG
|
||||
.info(String.format(
|
||||
LOG.info(String.format(
|
||||
"TimeTakenMillis[Total=%d, Refresh=%d, handle=%d, Check=%d], "
|
||||
+ "Success=%s, Query=%s, Host=%s, synced=%s",
|
||||
timeTakenMillis, refreshCheckTimeTaken, handleTimeTaken, finalCheckTimeTaken, success,
|
||||
|
||||
Reference in New Issue
Block a user