Index Status: Peer recovery does not compute the index size correctly to report the full size, closes #695.
This commit is contained in:
parent
fb90392040
commit
09d650fae7
|
@ -134,8 +134,8 @@ public class RecoverySource extends AbstractComponent {
|
|||
}
|
||||
response.phase1FileNames.add(name);
|
||||
response.phase1FileSizes.add(md.length());
|
||||
totalSize += md.length();
|
||||
}
|
||||
totalSize += md.length();
|
||||
}
|
||||
response.phase1TotalSize = totalSize;
|
||||
response.phase1ExistingTotalSize = existingTotalSize;
|
||||
|
|
Loading…
Reference in New Issue