dlmarion opened a new issue, #3395:
URL: https://github.com/apache/accumulo/issues/3395
`grep -R Error * | grep java | grep -i catch | grep -v AssertionError` on
the source yields:
```
core/src/main/java/org/apache/accumulo/core/client/admin/NewTableConfiguration.java:
} catch (LocalityGroupConfigurationError e) {
core/src/main/java/org/apache/accumulo/core/util/LocalityGroupUtil.java:
} catch (LocalityGroupConfigurationError | RuntimeException e) {
core/src/main/java/org/apache/accumulo/core/clientImpl/NamespaceOperationsImpl.java:
} catch (LocalityGroupConfigurationError | RuntimeException e) {
core/src/main/java/org/apache/accumulo/core/clientImpl/InstanceOperationsImpl.java:
} catch (LocalityGroupConfigurationError | RuntimeException e) {
core/src/main/java/org/apache/accumulo/core/clientImpl/TableOperationsImpl.java:
} catch (LocalityGroupConfigurationError | RuntimeException e) {
core/src/test/java/org/apache/accumulo/core/util/LocalityGroupUtilTest.java:
} catch (LocalityGroupConfigurationError err) {
server/base/src/main/java/org/apache/accumulo/server/rpc/TServerUtils.java:
} catch (Error e) {
server/base/src/main/java/org/apache/accumulo/server/compaction/FileCompactor.java:
} catch (LocalityGroupConfigurationError e) {
server/tserver/src/main/java/org/apache/accumulo/tserver/memory/NativeMapLoader.java:
} catch (Exception | UnsatisfiedLinkError e) {
server/tserver/src/main/java/org/apache/accumulo/tserver/memory/NativeMapLoader.java:
} catch (Exception | UnsatisfiedLinkError e) {
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java:
} catch (Exception | Error e) {
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/MinorCompactor.java:
} catch (IOException | UnsatisfiedLinkError e) {
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/MinorCompactor.java:
} catch (RuntimeException | NoClassDefFoundError e) {
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletClientHandler.java:
} catch (IOException | FSError ex) {
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletClientHandler.java:
} catch (IOException | FSError ex) {
```
Need to evaluate these to see if we should fix these.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]