Skip to content

Commit 9466ae7

Browse files
authored
fix weak read in BatchOperation (#418)
1 parent 49f04c4 commit 9466ae7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/alipay/oceanbase/rpc/mutation/BatchOperation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ private BatchOperationResult executeWithLSBatchOp() throws Exception {
361361
// 如果 BatchOperation 没有设置,使用 TableRoute 上的全局设置
362362
isWeakRead = obTableClient.getTableRoute().getReadConsistency() == ObReadConsistency.WEAK;
363363
}
364-
batchOps.setIsWeakRead(isWeakRead);
365364
for (Object operation : operations) {
366365
if (operation instanceof CheckAndInsUp) {
367366
checkAndInsUpCnt++;

0 commit comments

Comments
 (0)