disney / couchbase

Chef cookbook to install and configure Couchbase Server
24 stars 59 forks source link

Couchbase processes get restarted every chef run #44

Closed unhuman closed 9 years ago

unhuman commented 9 years ago

https://github.com/urbandecoder/couchbase/commit/d2da821bbdc9578442aa03323080ed6ea95d4643#diff-3e8bbb9796e1fb74295ceac72868245b

Did not make it into the 1.3.0 version on the Supermarket. The modification of the node twice with these different attributes is not idempotent and I see the following in the Couchbase runs:

Since these modifications override eachother, they actually cause some of the processes to fail / be restarted. Could we get a newer version of the cookbook published to the Supermarket?

juliandunn commented 9 years ago

Yep, I just tagged and released v1.3.1.

Note: I'm adding a note to the README.md that this cookbook is up for adoption. I find it hard to maintain because I don't use Couchbase anymore (haven't for >2 years ever since I joined Opscode^WChef).

unhuman commented 9 years ago

Hey - thanks for the quick response. This was quite the doozie to find. But now it's found. Really appreciate it. Otherwise we'd be maintaining a goofy branch.

Funny too, since I would expect the "idempotentness" of Chef to have resolved this anyway...