Comment 1 for bug 202200

Revision history for this message
wy (wmyang2000) wrote :

I found the root problem. It is in BlockFileIO::padFile. system issues truncate command. it takes long time to do this because it is a big file and connection times out.

what is the best way to solve this problem?

thanks,