fix: encode small chunk return error maybe have some bug.
This commit is contained in:
@@ -220,7 +220,7 @@ func encodeDatFile(remainingSize int64, err error, baseFileName string, bufferSi
|
|||||||
processedSize += largeBlockSize * DataShardsCount
|
processedSize += largeBlockSize * DataShardsCount
|
||||||
}
|
}
|
||||||
for remainingSize > 0 {
|
for remainingSize > 0 {
|
||||||
encodeData(file, enc, processedSize, smallBlockSize, buffers, outputs)
|
err = encodeData(file, enc, processedSize, smallBlockSize, buffers, outputs)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("failed to encode small chunk data: %v", err)
|
return fmt.Errorf("failed to encode small chunk data: %v", err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user