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 59a5c26 commit ec20fc7Copy full SHA for ec20fc7
src/main/java/com/alipay/oceanbase/rpc/table/ObTableClientLSBatchOpsImpl.java
@@ -658,7 +658,7 @@ private void executeWithRetries(
658
if (!success) {
659
errMsg = "Failed to execute operation after retrying " + maxRetries + " times. Last error Msg:" +
660
"[errCode="+ errCode +"] " + errMsg;
661
- throw new ObTableUnexpectedException("Failed to execute operation after retrying " + maxRetries + " times.");
+ throw new ObTableUnexpectedException(errMsg);
662
}
663
664
0 commit comments