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:
[email protected]
With regards,
Apache Git Services