SSH barrier may cause dead lock if job finish too quickly
Open
@Binyang2014 is already working on this.
Since Sep 10, 2020.
pai-dev
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 554
- Avg merge
- 20h 42m
- Merged PRs (30d)
- 14
Description
SSH barrier may cause deal lock if job finish too quickly.
For example 3 jobs: job_A, job_B, job_C
job_A passed ssh barrier check, but job_B and job_C not finished.
job_A exists, then job_B and job_C will never get response from job_A.
Job_B and job_C will wait until timeout.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.