Skip to content

Commit

Permalink
[ISSUES #8635] remove init judgment
Browse files Browse the repository at this point in the history
  • Loading branch information
onewe committed Jun 28, 2022
1 parent f2ba1c7 commit 46164cb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,6 @@ public void onDelete(String datumKey, RaftPeer source) throws Exception {
@Override
public void shutdown() throws NacosException {
this.stopWork = true;
if (!initialized) {
return;
}
this.raftStore.shutdown();
this.peers.shutdown();
Loggers.RAFT.warn("start to close old raft protocol!!!");
Expand Down

0 comments on commit 46164cb

Please sign in to comment.