Off-by-one error in FamilyIntersectingIterator
----------------------------------------------

                 Key: ACCUMULO-178
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-178
             Project: Accumulo
          Issue Type: Bug
          Components: tserver
    Affects Versions: 1.3.5, 1.4.0, 1.5.0, 1.3.6
            Reporter: Jason Trost
            Assignee: Keith Turner
            Priority: Trivial
             Fix For: 1.5.0


In the buildDocKey() function within the FamilyIntersectingIterator there is a 
bug that shortens the docID by 1.  This causes the wrong doc's data to be 
returned in the results of a query using this Iterator.

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