You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2021/05/12 05:31:37 UTC

[GitHub] [hive] ArkoSharma commented on a change in pull request #2135: HIVE-24956: Add debug logs for time taken in the incremental event pr…

ArkoSharma commented on a change in pull request #2135:
URL: https://github.com/apache/hive/pull/2135#discussion_r630735633



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplLoadTask.java
##########
@@ -681,6 +682,7 @@ private int executeIncrementalLoad() throws Exception {
     }
     this.childTasks.addAll(childTasks);
     createReplLoadCompleteAckTask();
+    LOG.info("REPL_INCREMENTAL_LOAD duration : {} ms", System.currentTimeMillis() - loadStartTime);

Review comment:
       Yes, the execution-id gets printed.




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org