You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/07/28 02:54:14 UTC

[jira] Updated: (HBASE-1671) HBASE-1609 broke scanners riding across splits

     [ https://issues.apache.org/jira/browse/HBASE-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-1671:
-------------------------

    Attachment: 1671.patch

Dirty patch, has loads of debugging.

So, adds test of scanners riding over splits and adds at least one necessary fix but not done yet.

If scanner outstanding while split we get a NSRE; we never recover.  Trying to fix that now.

> HBASE-1609 broke scanners riding across splits
> ----------------------------------------------
>
>                 Key: HBASE-1671
>                 URL: https://issues.apache.org/jira/browse/HBASE-1671
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>             Fix For: 0.20.0
>
>         Attachments: 1671.patch
>
>
> On split, we close region and close out scanner leases.  Scanners coming in get USEs instead of NSREs.  Fix.  Broke by hbase-1609.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.