couchdb-docker-service
couchdb-docker-service copied to clipboard
Task Slot -eq 1
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.
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 ?
No I didn't. I started to use the official couchdb docker image (https://hub.docker.com/_/couchdb) and build my cluster manually