You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2017/10/18 19:02:53 UTC

[GitHub] keith-turner commented on a change in pull request #7: ACCUMULO-4717 Use public API

keith-turner commented on a change in pull request #7: ACCUMULO-4717 Use public API
URL: https://github.com/apache/accumulo-testing/pull/7#discussion_r145510831
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/testing/core/randomwalk/concurrent/Config.java
 ##########
 @@ -190,10 +186,8 @@ private void changeTableSetting(RandomDataGenerator random, State state, RandWal
     try {
       env.getAccumuloConnector().tableOperations().setProperty(table, setting.property.getKey(), "" + newValue);
     } catch (AccumuloException ex) {
-      if (ex.getCause() instanceof ThriftTableOperationException) {
 
 Review comment:
   How did you find what exception to replace the cause with?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services