empiredan opened a new issue, #1164: URL: https://github.com/apache/incubator-pegasus/issues/1164
hadoop-2.8.4.tar.gz failed to be downloaded very frequently for workflows as follows:    The reason could be that during a short period of time there are several tens of test cases started, all of which request hadoop-2.8.4.tar.gz from remote repository. This might trigger throttling for the downloads. To solve this problem, hadoop-2.8.4.tar.gz can be downloaded during: - release building: once third-parties have changed, it should be rebuilt and image would not be used, thus download hadoop-2.8.4.tar.gz; or otherwise - third-parties image building: none of third-parties has ever changed, image would be used, thus third-parties image should include hadoop-2.8.4.tar.gz -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
