Browse Source

add logging

pull/1516/head
Chris Lu 4 years ago
parent
commit
5d01dd28a6
  1. 1
      weed/filer/filechunk_manifest.go

1
weed/filer/filechunk_manifest.go

@ -110,6 +110,7 @@ func retriedFetchChunkData(urlStrings []string, cipherKey []byte, isGzipped bool
break break
} }
} }
glog.V(0).Infof("sleep for %v before retrying reading", waitTime)
time.Sleep(waitTime) time.Sleep(waitTime)
} }

Loading…
Cancel
Save