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

stack reopened HBASE-2156:
--------------------------


Reopening so J-D can take a look (This was marked a blocker after all).  Thanks 
for detective work Lars.

> HBASE-2037 broke Scan
> ---------------------
>
>                 Key: HBASE-2156
>                 URL: https://issues.apache.org/jira/browse/HBASE-2156
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.3
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Blocker
>             Fix For: 0.20.3, 0.90.0
>
>         Attachments: HBASE-2156.patch, HBASE-2156.test-enabled.patch
>
>
> Paul Ambrose wrote to the mailing list about some tests he has that doesn't 
> pass on 0.20.3RC1-2. Looking into the issue it appears that this modification:
> {code}
>    public Scan addFamily(byte [] family) {
>      familyMap.remove(family);
> -    familyMap.put(family, null);
> +    familyMap.put(family, EMPTY_NAVIGABLE_SET);
>      return this;
>    }
> {code}
> Makes it that when you use addColumn after that you put qualifiers into 
> EMPTY_NAVIGABLE_SET which is static hence shared among all scanners after 
> that like META scanners when calling tableExists.
> This was introduced by HBASE-2037.

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

Reply via email to