nsivabalan commented on a change in pull request #4744:
URL: https://github.com/apache/hudi/pull/4744#discussion_r800582090



##########
File path: 
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java
##########
@@ -369,6 +369,15 @@ private boolean onDeltaSyncShutdown(boolean error) {
     @Parameter(names = {"--bootstrap-index-class"}, description = "subclass of 
BootstrapIndex")
     public String bootstrapIndexClass = HFileBootstrapIndex.class.getName();
 
+    @Parameter(names = {"--retry-on-source-failures"}, description = "Retry on 
any source failures")

Review comment:
       I also wanted to add one, but tests will involve longer running times 
since we do explicit thread.sleep in source code. So, resorted to manual 
testing for now. 
   




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