[ https://issues.apache.org/jira/browse/ACCUMULO-701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13422487#comment-13422487 ]
Keith Turner commented on ACCUMULO-701: --------------------------------------- I looked into this a bit more. The Processor code generated by 0.6 catches Throwable and returns TApplicationException to the client. The code generated by 0.8 does not seem to do this. > No longer seeing TApplicationException > -------------------------------------- > > Key: ACCUMULO-701 > URL: https://issues.apache.org/jira/browse/ACCUMULO-701 > Project: Accumulo > Issue Type: Bug > Reporter: Keith Turner > Priority: Critical > Fix For: 1.5.0 > > > When an unexpected exception occurred server side, the client used to see a > TApplicationException on the client side. It appears this not happening > anymore in trunk since the switch to thrift 0.8. A lot of code depends on > the previous behavior. > Code that used to throw an exception to the client is now getting stuck > indefinitely. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira