Re: ERROR cannot read info: lock timeout exceeded

2015-09-27 Thread Tim Penhey
On 26/09/15 22:02, Mark Shuttleworth wrote: > On 25/09/15 15:43, Tim Van Steenburgh wrote: >> >>> Generating separate JUJU_HOMEs will insulate your from bug >>> https://bugs.launchpad.net/juju-core/+bug/1467331 >> >> Thanks, I'm going to try this approach and see what happens. Although, it >>

Re: ERROR cannot read info: lock timeout exceeded

2015-09-27 Thread Tim Penhey
The code does just hold the lock for the duration of the read or write. Since it is possible to have multiple environments sharing a server, and the server data, the access to that data is synchronized. There *shouldn't* be a case where the lock is held but not released. The lock file itself