fix reading files larger than 20GB due to manifest resolving bug
this is introduced since Mar 08 2022
This commit is contained in:
@@ -72,8 +72,8 @@ func ResolveChunkManifest(lookupFileIdFn wdclient.LookupFileIdFunctionType, chun
|
|||||||
if subErr != nil {
|
if subErr != nil {
|
||||||
return chunks, nil, subErr
|
return chunks, nil, subErr
|
||||||
}
|
}
|
||||||
dataChunks = append(dataChunks, dataChunks...)
|
dataChunks = append(dataChunks, subDataChunks...)
|
||||||
manifestChunks = append(manifestChunks, manifestChunks...)
|
manifestChunks = append(manifestChunks, subManifestChunks...)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user