[
https://issues.apache.org/jira/browse/HBASE-19321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16262737#comment-16262737
]
Ted Yu commented on HBASE-19321:
--------------------------------
bq. I already said this is not a production level code
hbase-2 is getting into beta phase where dev / QA at various companies have
started testing the daily build(s).
It would be weird when they find out that what worked yesterday no longer works
for the new daily build.
In this case, TestAcidGuarantees can be thought of as mini environment which
can tell us how robust the change is.
TestAcidGuarantees is a basic test. When developers make change to locking in
HRegion, in-memory compaction, etc, they need to know that they are working
with non-flaky base.
> ZKAsyncRegistry ctor would hang when zookeeper cluster is not available
> -----------------------------------------------------------------------
>
> Key: HBASE-19321
> URL: https://issues.apache.org/jira/browse/HBASE-19321
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Guoquan Wu
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19321.master.001.patch
>
>
> From
> https://builds.apache.org/job/HBASE-Flaky-Tests/23477/testReport/junit/org.apache.hadoop.hbase.client/TestAdmin2/testCheckHBaseAvailableWithoutCluster/
> :
> {code}
> org.junit.runners.model.TestTimedOutException: test timed out after 300000
> milliseconds
> at
> org.apache.hadoop.hbase.client.TestAdmin2.testCheckHBaseAvailableWithoutCluster(TestAdmin2.java:573)
> {code}
> It seems this started hanging after HBASE-19313
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)