ivakegg commented on issue #4: Fix #3 Updated the accumulo-proxy with latest from accumulo (pre-2.0) URL: https://github.com/apache/accumulo-proxy/pull/4#issuecomment-500902693 > Added the Throwable in ProxyServer because it did not pass some code check. > > ``` > catch (Throwable e) { > handleException(new Exception(e)); > ``` Catching Throwable is a very dangerous thing to do. We need to fix the verify to allow catching exception here instead.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
