Github user isper3at commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/151#discussion_r110759144
  
    --- Diff: 
extras/indexing/src/main/java/org/apache/rya/indexing/accumulo/entity/EntityOptimizer.java
 ---
    @@ -103,10 +104,8 @@ public void setConf(Configuration conf) {
                         eval = new AccumuloSelectivityEvalDAO(this.conf, 
ConfigUtils.getConnector(this.conf));
                         ((AccumuloSelectivityEvalDAO)eval).setRdfEvalDAO(new 
ProspectorServiceEvalStatsDAO(ConfigUtils.getConnector(this.conf), this.conf));
                         eval.init();
    -                } catch (AccumuloException e) {
    -                    e.printStackTrace();
    -                } catch (AccumuloSecurityException e) {
    -                    e.printStackTrace();
    +                } catch (final AccumuloException | 
AccumuloSecurityException | TableExistsException e) {
    +                    LOG.warn("A problem was encountered while setting the 
Configuration for the EntityOptimizer.", e);
    --- End diff --
    
    there a way we can make this more informative?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to