juju run command failing
Bug #1598964 reported by
kumar rishabh
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Medium
|
Unassigned | ||
juju-core |
Fix Released
|
Medium
|
Unassigned | ||
1.25 |
Fix Released
|
Medium
|
Unassigned |
Bug Description
I use juju 1.25.5-
http://
I can see the juju run process being created on the machine http://
Changed in juju-core: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: run |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
affects: | juju-core → juju |
Changed in juju: | |
milestone: | 2.0-beta12 → none |
milestone: | none → 2.0-beta12 |
Changed in juju-core: | |
importance: | Undecided → Medium |
status: | New → Fix Released |
To post a comment you must log in.
I suspect this is due to how we synchronized hooks / juju-run. The fix for bug 1486712 changed the locking mechanism used, and this may fix the problem.
Previously, a killed process wouldn't relinquish the lock. But the new implementation shouldn't have that problem.
Once 1.25.6 is released (hopefully soon), could you retest to see if the problem persists?