nsivabalan commented on code in PR #18148:
URL: https://github.com/apache/hudi/pull/18148#discussion_r2790439488
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieTableServiceClient.java:
##########
@@ -1195,6 +1195,7 @@ public boolean rollback(final String commitInstantTime,
Option<HoodiePendingRoll
throw new HoodieRollbackException("Failed to rollback " +
config.getBasePath() + " commits " + commitInstantTime);
}
} catch (Exception e) {
+ metrics.emitRollbackFailure(e.getMessage());
Review Comment:
e.getMessage() could be very verbose right.
should we parse and categorize it for better grouping and readability
--
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]