cmd/jujud: implement uniter upgrade
https://code.launchpad.net/~rogpeppe/juju-core/064-uniter-upgrade/+merge/126714
(do not edit description out of merge proposal)
Record of live discussion, plus a couple of unrelated points. https://codereview.appspot.com/6561063/diff/3007/cmd/jujud/unit.go File cmd/jujud/unit.go (right): https://codereview.appspot.com/6561063/diff/3007/cmd/jujud/unit.go#newcode53 ...
12 years, 6 months ago
(2012-09-28 08:32:19 UTC)
#3
Please take a look. https://codereview.appspot.com/6561063/diff/3007/cmd/jujud/unit.go File cmd/jujud/unit.go (right): https://codereview.appspot.com/6561063/diff/3007/cmd/jujud/unit.go#newcode53 cmd/jujud/unit.go:53: unit, err := a.runOnce() On ...
12 years, 6 months ago
(2012-09-28 12:06:32 UTC)
#4
Please take a look.
https://codereview.appspot.com/6561063/diff/3007/cmd/jujud/unit.go
File cmd/jujud/unit.go (right):
https://codereview.appspot.com/6561063/diff/3007/cmd/jujud/unit.go#newcode53
cmd/jujud/unit.go:53: unit, err := a.runOnce()
On 2012/09/28 08:32:19, fwereade wrote:
> As discussed, the unit belongs only with the UpgradedError, and shouldn't
really
> be allowed out to complicate things here.
Done.
https://codereview.appspot.com/6561063/diff/3007/cmd/jujud/unit.go#newcode57
cmd/jujud/unit.go:57: log.Printf("exiting to upgrade to %v from %q",
tools.Binary, tools.URL)
On 2012/09/27 17:07:53, niemeyer wrote:
> ("exiting to upgrade from %v to %v (%q)", version.Current, tools.Binary,
> tools.URL)
>
> This means we can tell what the jump was.. will be useful when we stumble upon
> bugs.
done. the upgraded error now includes this information, and is now returned from
Run and will be printed before exit.
https://codereview.appspot.com/6561063/diff/3007/cmd/jujud/unit.go#newcode62
cmd/jujud/unit.go:62: }
On 2012/09/27 17:07:53, niemeyer wrote:
> log.Printf("uniter error: %v", err)
done (omitting the "error" which should be self evident from the way we phrase
error messages)
https://codereview.appspot.com/6561063/diff/3007/cmd/jujud/unit.go#newcode67
cmd/jujud/unit.go:67: log.Printf("rerunning uniter after error: %v", err)
On 2012/09/27 17:07:53, niemeyer wrote:
> The original logging with "rerunning uniter" still sounds correct. We want to
> see the error logged above, no matter which branch of the select we get here.
Done.
https://codereview.appspot.com/6561063/diff/3007/cmd/jujud/unit.go#newcode83
cmd/jujud/unit.go:83: }
On 2012/09/28 08:32:19, fwereade wrote:
> As discussed live, please use ErrDead (and use that as the only reason for a
nil
> return, and add a "normal exit 0" stanza to the upstart conf). And don't
return
> the unit :).
Done.
https://codereview.appspot.com/6561063/diff/3007/worker/uniter/modes.go
File worker/uniter/modes.go (right):
https://codereview.appspot.com/6561063/diff/3007/worker/uniter/modes.go#newco...
worker/uniter/modes.go:60: return nil, fmt.Errorf("cannot read charm state: %v",
err)
On 2012/09/28 08:32:19, fwereade wrote:
> On 2012/09/27 17:07:53, niemeyer wrote:
> > The StateFile itself should say what's wrong, and it already does in some
> > situations.
>
> I agree -- if the error from StateFile was insufficiently helpful, please fix
> StateFile rather than just 1 of the N clients :).
ok, will leave for another CL.
Thank you very much for rolling back the additions. LGTM, with trivials: https://codereview.appspot.com/6561063/diff/5008/cmd/jujud/unit.go File cmd/jujud/unit.go ...
12 years, 6 months ago
(2012-09-28 14:39:34 UTC)
#8
Issue 6561063: cmd/jujud: implement uniter upgrade
Created 12 years, 6 months ago by rog
Modified 12 years, 6 months ago
Reviewers: mp+126714_code.launchpad.net
Base URL:
Comments: 32