DeleteMany breaks with aggregators/combiners
--------------------------------------------

                 Key: ACCUMULO-413
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-413
             Project: Accumulo
          Issue Type: Bug
    Affects Versions: 1.3.5
            Reporter: John Vines
            Assignee: John Vines
             Fix For: 1.4.0, 1.3.6


DeleteMany runs an iterator which replaces the Value with NOVALUE because it 
doesn't make sense to pull back values. This runs at priority 1, so if you have 
an aggregator expecting things at a level above it, then it could break hard, 
preventing the deletemany to work. The priority for this iterator should be 
maxint.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to