You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/09/16 05:39:30 UTC

[GitHub] [incubator-pegasus] empiredan opened a new issue, #1164: Download hadoop-2.8.4.tar.gz during release building or third-parties image building for unit tests

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: dev-unsubscribe@pegasus.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] hycdong closed issue #1164: Download hadoop-2.8.4.tar.gz during release building or third-parties image building for unit tests

Posted by GitBox <gi...@apache.org>.
hycdong closed issue #1164: Download hadoop-2.8.4.tar.gz during release building or third-parties image building for unit tests
URL: https://github.com/apache/incubator-pegasus/issues/1164


-- 
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: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] hycdong closed issue #1164: Download hadoop-2.8.4.tar.gz during release building or third-parties image building for unit tests

Posted by GitBox <gi...@apache.org>.
hycdong closed issue #1164: Download hadoop-2.8.4.tar.gz during release building or third-parties image building for unit tests
URL: https://github.com/apache/incubator-pegasus/issues/1164


-- 
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: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org