couchdb-docker-service icon indicating copy to clipboard operation
couchdb-docker-service copied to clipboard

Task Slot -eq 1

Open ufobat opened this issue 7 years ago • 2 comments

https://github.com/redgeoff/couchdb-docker-service/blob/c2ae2e762bc1b9bdeee8160bf83a801950cef151/set-up-process.sh#L10

I think the TaskSlot is never 1, it is some kind of an ID nowadays.

ufobat avatar Oct 22 '18 08:10 ufobat

I'm kind of facing the same issue where the assumption of "task slots are incremented integers starting at 1" does not hold, which makes the check for the host's availability hang forever.

Did you find any workaround to this issue @ufobat ?

m90 avatar Oct 15 '19 10:10 m90

No I didn't. I started to use the official couchdb docker image (https://hub.docker.com/_/couchdb) and build my cluster manually

ufobat avatar Oct 15 '19 12:10 ufobat