Closed Xuanwo closed 4 years ago
qsctl cat qs://xxxx > xxxxx hang
qsctl cat qs://xxxx > xxxxx
DEBU[2020-04-02T17:55:46+08:00] Started MD5SumFileTask {Offset: 0, Path: jdk-8u112-linux-x64.tar.gz, Size: 183212596, Storage: Storager qingstor {Name: xxxxxx, Location: pek3a, WorkDir: /}}
It was caught by md5sum task, which would read the file for md5 count, and that caused another file read. So we decide to remove md5sum for now, and will add it back after md5 check added.
qsctl cat qs://xxxx > xxxxx
hang