Browse Source

comment

pull/3390/head
Konstantin Lebedev 2 years ago
parent
commit
c0d92f61a1
  1. 2
      weed/topology/topology_vacuum.go

2
weed/topology/topology_vacuum.go

@ -139,7 +139,7 @@ func (t *Topology) batchVacuumVolumeCommit(grpcDialOption grpc.DialOption, vl *V
} else {
glog.V(0).Infof("Complete Committing vacuum %d on %s", vid, dn.Url())
}
// https://github.com/chrislusf/seaweedfs/issues/3369
// small space out for the same volume id https://github.com/chrislusf/seaweedfs/issues/3369
time.Sleep(3 * time.Second)
}
if isCommitSuccess {

Loading…
Cancel
Save