ibessonov commented on a change in pull request #7982:
URL: https://github.com/apache/ignite/pull/7982#discussion_r451515139
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/tree/BPlusTree.java
##########
@@ -2433,7 +2434,7 @@ private T doPut(T row, boolean needOld) throws
IgniteCheckedException {
}
}
}
- catch (IgniteCheckedException e) {
+ catch (IgniteCheckedException | IgniteSQLException e) {
Review comment:
Can you please remove this new exception from here? I believe that it's
unused and left from previous fix attempt. Thank you!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]