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

    https://github.com/apache/accumulo/pull/159#discussion_r84754214
  
    --- Diff: 
server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Compactor.java 
---
    @@ -388,9 +389,10 @@ else if (env.getIteratorScope() == IteratorScope.minc)
               }
               throw new CompactionCanceledException();
             }
    -
    +      } catch (Exception e) {
    +        throw new IOException(e);
           } finally {
    -        CompactionStats lgMajcStats = new CompactionStats(citr.getCount(), 
entriesCompacted);
    +        CompactionStats lgMajcStats = new CompactionStats(statsCount, 
entriesCompacted);
    --- End diff --
    
    Fixed in ce0bd48fb8daa7eeed384d61cf7982ff49863275


---
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