You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Keith Turner (JIRA)" <ji...@apache.org> on 2017/02/10 15:38:41 UTC

[jira] [Created] (ACCUMULO-4586) Make rowiterator fail when unsorted data is observed

Keith Turner created ACCUMULO-4586:
--------------------------------------

             Summary: Make rowiterator fail when unsorted data is observed
                 Key: ACCUMULO-4586
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4586
             Project: Accumulo
          Issue Type: Bug
    Affects Versions: 1.8.0, 1.7.1, 1.6.6
            Reporter: Keith Turner
             Fix For: 1.7.3, 1.8.2, 2.0.0


A batchscanner was used as a row iterator data source.  The rowiterator expects data in sorted order and the batch scanner does not supply data in sorted order.  The row iterator should have a sanity check to ensure source data is in sorted order.

https://lists.apache.org/thread.html/c24448d171d8414321bccfc778c7fc8b53e45892cae9daafa220503f@%3Cuser.accumulo.apache.org%3E



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)