GeorryHuang commented on code in PR #5563:
URL: https://github.com/apache/hbase/pull/5563#discussion_r1424796321
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/procedure2/ProcedureFutureUtil.java:
##########
@@ -89,7 +98,7 @@ public static void suspendIfNecessary(Procedure<?> proc,
} catch (IOException ioe) {
LOG.error("Error while acquiring execution lock for procedure {}"
+ " when trying to wake it up, aborting...", proc, ioe);
- env.getMasterServices().abort("Can not acquire procedure execution
lock", e);
Review Comment:
Great, we didn't realize that this exception was written incorrectly before.
--
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]