Skip to content

Commit baa30c4

Browse files
authored
QueryAndMuate should use strong read (#435)
1 parent 3bd6d0b commit baa30c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/alipay/oceanbase/rpc/ObTableClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ public ObPayload execute(ObTableParam tableParam) throws Exception {
19071907
checkResult(obTable.getIp(), obTable.getPort(), request, result);
19081908
return result;
19091909
}
1910-
});
1910+
}, ObReadConsistency.STRONG);
19111911
}
19121912

19131913
public ObPayload executeWithRetry(ObTable obTable, ObPayload request, String tableName) throws Exception {

0 commit comments

Comments
 (0)