You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: