autumnust commented on a change in pull request #2701: GOBBLIN-846: Enhance LogCopier service to handle continuous YARN log … URL: https://github.com/apache/incubator-gobblin/pull/2701#discussion_r312148732
########## File path: gobblin-utility/src/main/java/org/apache/gobblin/util/logs/LogCopier.java ########## @@ -85,10 +86,7 @@ * .useDestFileSystem(FileSystem.get(URI.create(destFsUri), new Configuration())) * .readFrom(new Path(srcLogDir)) * .writeTo(new Path(destLogDir)) - * .useInitialDelay(60) Review comment: I found several initial-delay related comments in the class, please clean as well. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
