Open flopex opened 6 years ago
Thank you. Not sure why #620 does not solve it on your side, but regardless SubmitMastersToKvStores
is wrong to bail out on the first error.
https://github.com/github/orchestrator/pull/549/commits/6e5c0f563a8ca45ede486f3b7c9eb25dc9615ffa (piggy riding a related PR) let's the iteration proceed even in face of errors.
orchestrator-client -c submit-masters-to-kv-stores
or/api/submit-masters-to-kv-stores
results inzk: node already exists
On the first run it submitted our first cluster to zookeeper but fails to submit the remaining clusters
Our zk tree looks like this (we expected more clusters to show up)
We ran
submit-masters-to-kv-stores
multiple times and eventually was able to submit all clusters but this is sub-optimal.I see that this was a previously reported issue (#619) and it was fixed in (#620), but we are still seeing it on the latest version (3.0.13)
I also tested this in a docker playground with same results (using latests SHA)
docker_orchestrator_submit_masters_to_kv_stores_error.txt