imay opened a new pull request #2285: Refactor clone task URL: https://github.com/apache/incubator-doris/pull/2285 In the previous implementation, clone task will continue download files even if some error happened. This may cause unexpected problem. This Change List refactor it to that when error happends, clone task will fail total and try to clone from another remote source. Besides above change, I call FileUtils::remove_all and create_dir instead of boost one, which may cause exception. What's more AgentMasterClient is replaced with ThriftRpcHelper, by this change conncection can be reused. #2280
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
