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 4e1c005 commit 6b249bfCopy full SHA for 6b249bf
src/main/java/com/alipay/oceanbase/rpc/location/LocationUtil.java
@@ -1214,9 +1214,6 @@ private static ObPartitionEntry getPartitionLocationFromResultSetByTablet(TableE
1214
ObPartitionLocationInfo partitionLocationInfo = partitionEntry.getPartitionInfo(tabletId);
1215
1216
while (rs.next()) {
1217
- if (partitionLocationInfo.initialized.get()) {
1218
- continue;
1219
- }
1220
ReplicaLocation replica = buildReplicaLocation(rs);
1221
long partitionId = (ObGlobal.obVsnMajor() >= 4) ? rs.getLong("tablet_id") : rs
1222
.getLong("partition_id");
0 commit comments