This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
Very slow git clone
on starter cluster 2a
#1289
Labels
git clone
on starter cluster 2a
#1289
git clone operation is really slow in che on starter cluster 2a.
For all my tries I used this repo: https://github.com/openshiftio-vertx-boosters/vertx-http-booster
And this command:
time git clone https://github.com/openshiftio-vertx-boosters/vertx-http-booster
We started investigating this, because our tests were timeout-ing on workspace startup on this.
First observation:
I've started workspace (without default project import). Waited for the workspace to be started and then I've run
time git clone https://github.com/openshiftio-vertx-boosters/vertx-http-booster
in terminal inside che.Result times:
Note: I've tried this with two different accounts (both on 2a cluster)
Second observation:
Deployed this pod in
-che
namespace of my account on 2a cluster. I've connected to terminal of that pod and run the same command (time git clone ...
).pwd
was/data/something
to be sure the PVC is used.Result times:
From this it seems, that involvement of che directly affects git clone performance.
Third observation:
Running git clone on my local machine (just for comparison)
Results:
Fourth observation:
Running
git clone
from in terminal inside workspace on different cluster (I've used two accounts on cluster 2)Results:
From this it seems it's not that big issue on other clusters (or at least on cluster 2)
I know we have openshiftio/openshift.io#4695, but this seems to me like a slightly different issue.
The text was updated successfully, but these errors were encountered: