We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf119c commit fa63839Copy full SHA for fa63839
src/main/java/com/alipay/oceanbase/rpc/location/LocationUtil.java
@@ -1206,9 +1206,6 @@ private static ObPartitionEntry getPartitionLocationFromResultSetByTablet(TableE
1206
ObPartitionLocationInfo partitionLocationInfo = partitionEntry.getPartitionInfo(tabletId);
1207
1208
while (rs.next()) {
1209
- if (partitionLocationInfo.initialized.get()) {
1210
- continue;
1211
- }
1212
ReplicaLocation replica = buildReplicaLocation(rs);
1213
long partitionId = (ObGlobal.obVsnMajor() >= 4) ? rs.getLong("tablet_id") : rs
1214
.getLong("partition_id");
0 commit comments