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 <st...@duboce.net> on 2014/08/06 23:55:39 UTC

Failing region replica tests in trunk

The following tests have been failing with regularity on patch builds:

                  org.apache.hadoop.hbase.master.TestRestartCluster
                  org.apache.hadoop.hbase.client.TestReplicasClient
                  org.apache.hadoop.hbase.regionserver.TestRegionReplicas
                  org.apache.hadoop.hbase.master.
TestMasterOperationsForRegionReplicas

The issue is zkless assignment and read replicas clash?  They don't work
together?

Whats the thoughts on getting the tests passing in master branch?  Wait on
the patch-of-the-year HBASE-1611?

I've just added a branch-1 build to jenkins.  Lets see if we see the above
fail there where there is no zkless assign.
Thanks,
St.Ack

P.S. https://issues.apache.org/jira/browse/BUILDS-4 is tracking the regular
TestIPC et al. fails -- some issue in name resolve on build machine.

Re: Failing region replica tests in trunk

Posted by Stack <st...@duboce.net>.
On Thu, Aug 7, 2014 at 1:22 PM, Jimmy Xiang <jx...@cloudera.com> wrote:

> HBase master jenkins is finally blue again. Let's keep it blue.
>
> https://builds.apache.org/job/HBase-TRUNK/5380/
>
> Thanks,
> Jimmy


Hot Dog and Amen
St.Ack

Re: Failing region replica tests in trunk

Posted by Jimmy Xiang <jx...@cloudera.com>.
HBase master jenkins is finally blue again. Let's keep it blue.

https://builds.apache.org/job/HBase-TRUNK/5380/

Thanks,
Jimmy


On Wed, Aug 6, 2014 at 3:24 PM, Stack <st...@duboce.net> wrote:

> On Wed, Aug 6, 2014 at 3:21 PM, Devaraj Das <dd...@hortonworks.com> wrote:
>
> > Yeah the replica tests issues are due to turning on the zk-less
> > assignment by default.
> >
> > If HBASE-11611 addresses the issues to do with zk-less assignments +
> > replicas, let's wait for that.
> >
> >
> Grand. Thanks DD,
> St.Ack
>

Re: Failing region replica tests in trunk

Posted by Stack <st...@duboce.net>.
On Wed, Aug 6, 2014 at 3:21 PM, Devaraj Das <dd...@hortonworks.com> wrote:

> Yeah the replica tests issues are due to turning on the zk-less
> assignment by default.
>
> If HBASE-11611 addresses the issues to do with zk-less assignments +
> replicas, let's wait for that.
>
>
Grand. Thanks DD,
St.Ack

Re: Failing region replica tests in trunk

Posted by Devaraj Das <dd...@hortonworks.com>.
Yeah the replica tests issues are due to turning on the zk-less
assignment by default.

If HBASE-11611 addresses the issues to do with zk-less assignments +
replicas, let's wait for that.

On Wed, Aug 6, 2014 at 3:10 PM, Stack <st...@duboce.net> wrote:
> "Lets see if we see the above fail there where there is no zkless assign."
>
> Looking at HBase-1.0 builds, the replica tests seem to generally work so
> this is a master/patch build issue only.
>
> St.Ack
>
>
> On Wed, Aug 6, 2014 at 2:55 PM, Stack <st...@duboce.net> wrote:
>
>> The following tests have been failing with regularity on patch builds:
>>
>>                   org.apache.hadoop.hbase.master.TestRestartCluster
>>                   org.apache.hadoop.hbase.client.TestReplicasClient
>>                   org.apache.hadoop.hbase.regionserver.TestRegionReplicas
>>                   org.apache.hadoop.hbase.master.
>> TestMasterOperationsForRegionReplicas
>>
>> The issue is zkless assignment and read replicas clash?  They don't work
>> together?
>>
>> Whats the thoughts on getting the tests passing in master branch?  Wait on
>> the patch-of-the-year HBASE-1611?
>>
>> I've just added a branch-1 build to jenkins.  Lets see if we see the above
>> fail there where there is no zkless assign.
>> Thanks,
>> St.Ack
>>
>> P.S. https://issues.apache.org/jira/browse/BUILDS-4 is tracking the
>> regular TestIPC et al. fails -- some issue in name resolve on build machine.
>>
>>
>>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Failing region replica tests in trunk

Posted by Stack <st...@duboce.net>.
"Lets see if we see the above fail there where there is no zkless assign."

Looking at HBase-1.0 builds, the replica tests seem to generally work so
this is a master/patch build issue only.

St.Ack


On Wed, Aug 6, 2014 at 2:55 PM, Stack <st...@duboce.net> wrote:

> The following tests have been failing with regularity on patch builds:
>
>                   org.apache.hadoop.hbase.master.TestRestartCluster
>                   org.apache.hadoop.hbase.client.TestReplicasClient
>                   org.apache.hadoop.hbase.regionserver.TestRegionReplicas
>                   org.apache.hadoop.hbase.master.
> TestMasterOperationsForRegionReplicas
>
> The issue is zkless assignment and read replicas clash?  They don't work
> together?
>
> Whats the thoughts on getting the tests passing in master branch?  Wait on
> the patch-of-the-year HBASE-1611?
>
> I've just added a branch-1 build to jenkins.  Lets see if we see the above
> fail there where there is no zkless assign.
> Thanks,
> St.Ack
>
> P.S. https://issues.apache.org/jira/browse/BUILDS-4 is tracking the
> regular TestIPC et al. fails -- some issue in name resolve on build machine.
>
>
>

Re: Failing region replica tests in trunk

Posted by Stack <st...@duboce.net>.
"I've just added a branch-1 build to jenkins"

I just removed the above. I missed HBase-1.0 build. Let me add this to the
hbase build group... so its findable beside all other hbase builds.

St.Ack


On Wed, Aug 6, 2014 at 2:55 PM, Stack <st...@duboce.net> wrote:

> The following tests have been failing with regularity on patch builds:
>
>                   org.apache.hadoop.hbase.master.TestRestartCluster
>                   org.apache.hadoop.hbase.client.TestReplicasClient
>                   org.apache.hadoop.hbase.regionserver.TestRegionReplicas
>                   org.apache.hadoop.hbase.master.
> TestMasterOperationsForRegionReplicas
>
> The issue is zkless assignment and read replicas clash?  They don't work
> together?
>
> Whats the thoughts on getting the tests passing in master branch?  Wait on
> the patch-of-the-year HBASE-1611?
>
> I've just added a branch-1 build to jenkins.  Lets see if we see the above
> fail there where there is no zkless assign.
> Thanks,
> St.Ack
>
> P.S. https://issues.apache.org/jira/browse/BUILDS-4 is tracking the
> regular TestIPC et al. fails -- some issue in name resolve on build machine.
>
>
>

Re: Failing region replica tests in trunk

Posted by Ted Yu <yu...@gmail.com>.
bq. patch-of-the-year HBASE-1611

I guess you meant HBASE-11611

Cheers


On Wed, Aug 6, 2014 at 2:55 PM, Stack <st...@duboce.net> wrote:

> The following tests have been failing with regularity on patch builds:
>
>                   org.apache.hadoop.hbase.master.TestRestartCluster
>                   org.apache.hadoop.hbase.client.TestReplicasClient
>                   org.apache.hadoop.hbase.regionserver.TestRegionReplicas
>                   org.apache.hadoop.hbase.master.
> TestMasterOperationsForRegionReplicas
>
> The issue is zkless assignment and read replicas clash?  They don't work
> together?
>
> Whats the thoughts on getting the tests passing in master branch?  Wait on
> the patch-of-the-year HBASE-1611?
>
> I've just added a branch-1 build to jenkins.  Lets see if we see the above
> fail there where there is no zkless assign.
> Thanks,
> St.Ack
>
> P.S. https://issues.apache.org/jira/browse/BUILDS-4 is tracking the
> regular
> TestIPC et al. fails -- some issue in name resolve on build machine.
>