cfs.maybeUpdateRowCache(key, cf);
}
else
{
writer.appendFromStream(key, cfs.metadata, dataSize, in);
cfs.invalidateCachedRow(key);
}
bytesRead += in.getBytesRead();
// when compressed, report total bytes of decompressed chunks since remoteFile.size is the sum of chunks transferred
remoteFile.progress += remoteFile.compressionInfo != null