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