Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <[email protected]>
  • Loading branch information
nolouch committed Jul 10, 2019
1 parent e006f72 commit 89cf067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ func (c *RaftCluster) BuryStore(storeID uint64, force bool) error { // revive:di
log.Warn("forcedly bury store", zap.Stringer("store", store.Store))
}

store.State = metapb.StoreState_Tombstone
log.Warn("store has been Tombstone",
zap.Uint64("store-id", store.GetId()),
zap.String("store-address", store.GetAddress()))
Expand Down

0 comments on commit 89cf067

Please sign in to comment.