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

 ##########
 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:
   Assuming this is the correct spot, I followed what the setProperty() method 
in TableOperationsImpl was doing... 
https://github.com/apache/accumulo/blob/master/core/src/main/java/org/apache/accumulo/core/client/impl/TableOperationsImpl.java#L897

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to