the-other-tim-brown commented on code in PR #10435:
URL: https://github.com/apache/hudi/pull/10435#discussion_r1440442408


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/streamer/StreamSync.java:
##########
@@ -402,7 +402,9 @@ public Pair<Option<String>, JavaRDD<WriteStatus>> 
syncOnce() throws IOException
         .build();
     String instantTime = metaClient.createNewInstantTime();
 
+    long startInput = System.currentTimeMillis();
     InputBatch inputBatch = readFromSource(instantTime, metaClient);
+    LOG.error("Time to read from source : " + (System.currentTimeMillis() - 
startInput));

Review Comment:
   This was from my own debugging of slow tests. I will revert



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