Skip to content

Commit eaa82a6

Browse files
committed
remove useless assert
1 parent 9445027 commit eaa82a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/alipay/oceanbase/rpc/table/ObTableClientBatchOpsImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ public void partitionExecute(ObTableOperationResult[] results,
391391
} catch (Exception ex) {
392392
if (obTableClient.isOdpMode()) {
393393
if ((tryTimes - 1) < obTableClient.getRuntimeRetryTimes()) {
394-
assert ex instanceof ObTableException;
395394
logger
396395
.warn(
397396
"batch ops execute while meet Exception, tablename:{}, errorMsg: {}, try times {}",

0 commit comments

Comments
 (0)