[
https://issues.apache.org/jira/browse/HBASE-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-2979:
-------------------------
Attachment: 2979-v2.txt
This test is failing because new master setup is not handling abort of server
carrying .META. properly. On opening of a bunch of regions, .META. carrier
goes down in the middle causing the OPENED processing to fail because it can't
update meta w/ info on just opened region. So, need to make the RS wait on the
meta to come back up.
But tools to do this are not yet in place. Am writing a test for
CatalogTracker first before I do anything else and adding in a few methods;
e.g. we need to pass a Progressable to the waitForMeta so we can tickle zk
letting it know that opening is still going on (Jon's idea).
> Fix failing TestMultParrallel in hudson build
> ---------------------------------------------
>
> Key: HBASE-2979
> URL: https://issues.apache.org/jira/browse/HBASE-2979
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: stack
> Fix For: 0.90.0
>
> Attachments: 2979-v2.txt, 2979.txt
>
>
> Its failing w/ a while now.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.