Skip to content

Commit ec20fc7

Browse files
GroundWumaochongxin
authored andcommitted
fix ls batch errMsg
1 parent 59a5c26 commit ec20fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ private void executeWithRetries(
658658
if (!success) {
659659
errMsg = "Failed to execute operation after retrying " + maxRetries + " times. Last error Msg:" +
660660
"[errCode="+ errCode +"] " + errMsg;
661-
throw new ObTableUnexpectedException("Failed to execute operation after retrying " + maxRetries + " times.");
661+
throw new ObTableUnexpectedException(errMsg);
662662
}
663663
}
664664

0 commit comments

Comments
 (0)