add logging
This commit is contained in:
@@ -110,6 +110,7 @@ func retriedFetchChunkData(urlStrings []string, cipherKey []byte, isGzipped bool
|
||||
break
|
||||
}
|
||||
}
|
||||
glog.V(0).Infof("sleep for %v before retrying reading", waitTime)
|
||||
time.Sleep(waitTime)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user