[
https://issues.apache.org/jira/browse/HBASE-16598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15496931#comment-15496931
]
Jerry He commented on HBASE-16598:
----------------------------------
All the failed/timeout tests passed locally (multiple times)
{noformat}
Running org.apache.hadoop.hbase.TestMultiVersions
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.537 sec - in
org.apache.hadoop.hbase.TestMultiVersions
Running
org.apache.hadoop.hbase.security.visibility.TestWithDisabledAuthorization
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.159 sec - in
org.apache.hadoop.hbase.security.visibility.TestWithDisabledAuthorization
Running org.apache.hadoop.hbase.security.access.TestAccessController
Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 77.392 sec -
in org.apache.hadoop.hbase.security.access.TestAccessController
Running org.apache.hadoop.hbase.security.access.TestWithDisabledAuthorization
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.62 sec - in
org.apache.hadoop.hbase.security.access.TestWithDisabledAuthorization
Running org.apache.hadoop.hbase.security.access.TestNamespaceCommands
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.432 sec - in
org.apache.hadoop.hbase.security.access.TestNamespaceCommands
Running org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 272.686 sec -
in org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot
Running org.apache.hadoop.hbase.snapshot.TestExportSnapshot
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 273.527 sec -
in org.apache.hadoop.hbase.snapshot.TestExportSnapshot
Results :
Tests run: 102, Failures: 0, Errors: 0, Skipped: 0
{noformat}
> Enable zookeeper useMulti always and clean up in HBase code
> -----------------------------------------------------------
>
> Key: HBASE-16598
> URL: https://issues.apache.org/jira/browse/HBASE-16598
> Project: HBase
> Issue Type: Improvement
> Reporter: Jerry He
> Assignee: Jerry He
> Fix For: 2.0.0
>
> Attachments: HBASE-16598-v2.patch, HBASE-16598-v3.patch,
> HBASE-16598-v4.patch, HBASE-16598.patch
>
>
> We have zookeeper useMulti default true since HBase 1.0.0
> And in our Doc, "ZooKeeper 3.4.x is required as of HBase 1.0.0"
> The benefit of useMulti is obvious.
> Let's clean up the code to remove useMulti false case so that we don't have
> to continue with the hassle of maintaining two version of the code (e.g. in
> replication) . No go back to pre 3.4.x Zookeeper.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)