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:
   
   
![image](https://user-images.githubusercontent.com/743379/190556250-8cfb80f2-05b1-46e5-bd7d-8a41c1d7d620.png)
   
   
![image](https://user-images.githubusercontent.com/743379/190556213-2082a709-4ee5-44b0-8ad7-371e02407347.png)
   
   
![image](https://user-images.githubusercontent.com/743379/190556141-be182153-aee1-470f-892a-f709dd16e183.png)
   
   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]

Reply via email to