-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No way to recover after git clone failure #110
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Comments
konveyor-ci-bot
bot
added
the
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
label
Jul 12, 2024
This issue is currently awaiting triage. |
konveyor-ci-bot
bot
added
needs-kind
Indicates an issue or PR lacks a `kind/foo` label and requires one.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
labels
Jul 12, 2024
jortel
added
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
kind/feature
Categorizes issue or PR as related to a new feature.
and removed
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
needs-kind
Indicates an issue or PR lacks a `kind/foo` label and requires one.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
labels
Jul 26, 2024
konveyor-ci-bot
bot
added
the
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
label
Jul 26, 2024
dymurray
pushed a commit
to konveyor/tackle2-addon
that referenced
this issue
Jul 29, 2024
Git optimization using --depth and --single-branch to reduce the number/size of cloned objects. Required for: konveyor/tackle2-addon-analyzer#110 Latest hub only to keep it up to date. Looked pretty old. --------- Signed-off-by: Jeff Ortel <[email protected]>
jortel
added a commit
to jortel/tackle2-addon
that referenced
this issue
Jul 29, 2024
Git optimization using --depth and --single-branch to reduce the number/size of cloned objects. Required for: konveyor/tackle2-addon-analyzer#110 Latest hub only to keep it up to date. Looked pretty old. --------- Signed-off-by: Jeff Ortel <[email protected]>
jortel
added a commit
to konveyor/tackle2-addon
that referenced
this issue
Jul 29, 2024
Git optimization using --depth and --single-branch to reduce the number/size of cloned objects. Required for: konveyor/tackle2-addon-analyzer#110 Latest hub only to keep it up to date. Looked pretty old. --------- Signed-off-by: Jeff Ortel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
All actions that require fetching a big repository fail for me from time to time when triggered on slower/less stable internet connection. Moving closer to the WIFI router solves the problem in my case but for large scale deployments network bandwidth will always be a limiting factor. We should make the process more robust/optimized and/or provide a high level recovery (i.e. by re-starting an action).
The problem
The failure usually leaves logs similar to the following:
Please compare full logs from language discovery task on slow and fast internet (both for Nexus app).
normal_internet.yaml.txt
slow_internet.yml.txt
Improving the fetch process
Quick look at similar problems on StackOverflow suggests few approaches i.e. cloning a single branch with no history
On Nexus app this makes a big difference:
High level recovery
Right now user cannot directly restart the actions. Existing workarounds are not convenient:
The ideal solution would be to allow re-starting (or re-creating a new action with the same config) from the Task Manager.
The text was updated successfully, but these errors were encountered: