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 49f04c4 commit 9466ae7Copy full SHA for 9466ae7
src/main/java/com/alipay/oceanbase/rpc/mutation/BatchOperation.java
@@ -361,7 +361,6 @@ private BatchOperationResult executeWithLSBatchOp() throws Exception {
361
// 如果 BatchOperation 没有设置,使用 TableRoute 上的全局设置
362
isWeakRead = obTableClient.getTableRoute().getReadConsistency() == ObReadConsistency.WEAK;
363
}
364
- batchOps.setIsWeakRead(isWeakRead);
365
for (Object operation : operations) {
366
if (operation instanceof CheckAndInsUp) {
367
checkAndInsUpCnt++;
0 commit comments