mhausenblas / burry.sh

Cloud Native Infrastructure BackUp & RecoveRY
Apache License 2.0
260 stars 38 forks source link

Temporary nodes in zk become persistent nodes after recovery #31

Open jianyun8023 opened 3 years ago

jianyun8023 commented 3 years ago

I use the following commands to backup and restore zk data. After the operation, it was found that the data of the temporary node was still there, which caused my application to be unable to reconnect to zk.

burry -e 127.0.0.1:2181 -t local
burry -o restore -e 127.0.0.1:2181 -t local -f -s 1603378589
mhausenblas commented 3 years ago

Sorry, my bad, this project is not actively maintained anymore. I'll archive it.