etcdserver: modify a read operation to avoid potential race
@@ -1291,7 +1291,7 @@ func (s *EtcdServer) applySnapshot(ep *etcdProgress, apply *apply) {
plog.Info("finished recovering store v2")
}
- s.cluster.SetBackend(s.be)
+ s.cluster.SetBackend(newbe)
if lg != nil {
lg.Info("restoring cluster configuration")