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

stack reopened HBASE-2868:
--------------------------


I reverted this patch.  It broke the build.  I tried fixing the obvious 
breakage -- the sharing of table names but that wasn't enough.  There was a 
strange NPE here:

{code}
    assertTrue("Need DFSOutputStream.getPipeline() for this test", 
                getPipeline != null);
    Object repl = getPipeline.invoke(stm, new Object []{} /*NO_ARGS*/);
    DatanodeInfo[] pipeline = (DatanodeInfo[]) repl;
{code}


'repl' was null.

Rather than dig more I just reverted for now to get build working again.

> Do some small cleanups in org.apache.hadoop.hbase.regionserver.wal
> ------------------------------------------------------------------
>
>                 Key: HBASE-2868
>                 URL: https://issues.apache.org/jira/browse/HBASE-2868
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Alex Newman
>            Assignee: Alex Newman
>             Fix For: 0.90.0
>
>         Attachments: 1 (1)
>
>
> Since i am touching this area its probably better to leave it in a cleaner 
> state. Non deprecated ,etc

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