vikaskr22 commented on code in PR #650:
URL: https://github.com/apache/ranger/pull/650#discussion_r2316553576
##########
kms/src/main/java/org/apache/hadoop/crypto/key/RangerKeyStore.java:
##########
@@ -529,6 +529,7 @@ public void dbOperationStore(XXRangerKeyStore
rangerKeyStore) {
}
} catch (Exception e) {
logger.error("dbOperationStore({}) error",
rangerKeyStore.getAlias(), e);
+ throw new RuntimeException("Error while storing object in the DB.
" + e.getMessage());
Review Comment:
@vyommani , Agree. I missed that. Thanks. Incorporated the review comments.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]