Firebird/Developer Guidelines: Difference between revisions
From stonehomewiki
Jump to navigationJump to search
Stonezhong (talk | contribs) |
Stonezhong (talk | contribs) |
||
| Line 40: | Line 40: | ||
<div class="mw-collapsible-preview"></div> | <div class="mw-collapsible-preview"></div> | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
There might be time data in zookeeper might be corrupted, and sometimes it need manual recover. | |||
Find ZooKeeper pod | |||
<pre><nowiki> | <pre><nowiki> | ||
k get pods | |||
NAME READY STATUS RESTARTS AGE | |||
demo-pod 1/1 Running 0 10h | |||
firebird-console-deployment-54476fb5dc-k4l4t 1/1 Running 0 5h26m | |||
rabbitmq-7675755457-c6fpc 1/1 Running 0 10h | |||
zookeeper-7967d6f86-gjsrc 1/1 Running 0 6h16m | |||
k exec -it zookeeper-7967d6f86-gjsrc -- bash | |||
bin/zkCli.sh | |||
</nowiki></pre> | </nowiki></pre> | ||
</div> | </div> | ||
</div> | </div> | ||
<p></p> | <p></p> | ||