Skip to content
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

Consolidation #6

Open
hd2326 opened this issue Aug 8, 2018 · 0 comments
Open

Consolidation #6

hd2326 opened this issue Aug 8, 2018 · 0 comments

Comments

@hd2326
Copy link

hd2326 commented Aug 8, 2018

Current problem:

For instance, one bootstrap aborted during running.

Such issue will ignite a re-submission of that aborted bootstrap (jid=ar_) and new job checking (jid=chk_) through checkjobs.r.

The consolidation job (jid=net_) is depend on job checking (jid=chk_) for the first round, but the re-submitted job checking (jid=chk_*) is not visible although both job checking have same jid.

Therefore the consolidation job (jid=net_*) will start even that re-submitted bootstrap is still running.

Solve the problem:

The consolidation.r will make sure all bootstraps are completed before proceeding.

Updates available in the new commit @ master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant