fix replica's remote data size set to data size (#35098)

fix replica's remote data size set to data size
This commit is contained in:
GoGoWen
2024-05-21 16:48:08 +08:00
committed by GitHub
parent 367603a6c9
commit 0599cb2efd

View File

@ -1178,7 +1178,7 @@ public class TabletSchedCtx implements Comparable<TabletSchedCtx> {
}
replica.updateVersionInfo(reportedTablet.getVersion(), reportedTablet.getDataSize(),
reportedTablet.getDataSize(), reportedTablet.getRowCount());
reportedTablet.getRemoteDataSize(), reportedTablet.getRowCount());
if (replica.getLastFailedVersion() > partition.getCommittedVersion()
&& reportedTablet.getVersion() >= partition.getCommittedVersion()
//&& !(reportedTablet.isSetVersionMiss() && reportedTablet.isVersionMiss()