diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-08-01 14:40:42 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-08-01 14:40:42 +0500 |
| commit | c0d92f61a1b22980f755c55b73ab0ea5cf4e2eaf (patch) | |
| tree | aea58eaa759316b1b7e962526e9a2816462a4e5e | |
| parent | 1d29f67c021cd7370b5eeb6c2010b8739ea7f7ae (diff) | |
| download | seaweedfs-c0d92f61a1b22980f755c55b73ab0ea5cf4e2eaf.tar.xz seaweedfs-c0d92f61a1b22980f755c55b73ab0ea5cf4e2eaf.zip | |
comment
| -rw-r--r-- | weed/topology/topology_vacuum.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/topology/topology_vacuum.go b/weed/topology/topology_vacuum.go index f9fbd3db0..5d62da428 100644 --- a/weed/topology/topology_vacuum.go +++ b/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 { |
