[jira] [Commented] (HBASE-21270) [amv2] Let go of Procedure entity lock on CODE-BUG or UnsupportedOperationException

2018-10-22 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16660059#comment-16660059 ] stack commented on HBASE-21270: --- Undoing fix version. I've not run into this lately, not since I

[jira] [Commented] (HBASE-21270) [amv2] Let go of Procedure entity lock on CODE-BUG or UnsupportedOperationException

2018-10-08 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16641453#comment-16641453 ] stack commented on HBASE-21270: --- Thanks [~allan163]. Let me get an instance of lock being stuck after

[jira] [Commented] (HBASE-21270) [amv2] Let go of Procedure entity lock on CODE-BUG or UnsupportedOperationException

2018-10-05 Thread Allan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640547#comment-16640547 ] Allan Yang commented on HBASE-21270: For rollback, Throwable is already caught in 'private LockState

[jira] [Commented] (HBASE-21270) [amv2] Let go of Procedure entity lock on CODE-BUG or UnsupportedOperationException

2018-10-04 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16639114#comment-16639114 ] stack commented on HBASE-21270: --- My one concern is that we catch too much but only unchecked should be

[jira] [Commented] (HBASE-21270) [amv2] Let go of Procedure entity lock on CODE-BUG or UnsupportedOperationException

2018-10-04 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16639107#comment-16639107 ] stack commented on HBASE-21270: --- .001 Small patch. Wrap execute in a sort of try/finally. > [amv2] Let go