You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/08/23 11:45:00 UTC

[jira] [Work logged] (HADOOP-17773) Avoid using zookeeper deprecated API and classes

     [ https://issues.apache.org/jira/browse/HADOOP-17773?focusedWorklogId=640664&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-640664 ]

ASF GitHub Bot logged work on HADOOP-17773:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Aug/21 11:44
            Start Date: 23/Aug/21 11:44
    Worklog Time Spent: 10m 
      Work Description: bogthe commented on a change in pull request #3163:
URL: https://github.com/apache/hadoop/pull/3163#discussion_r693897958



##########
File path: hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ha/ClientBaseWithFixes.java
##########
@@ -437,7 +437,7 @@ protected void stopServer() throws Exception {
 
 
     protected static ZooKeeperServer getServer(ServerCnxnFactory fac) {
-        ZooKeeperServer zs = ServerCnxnFactoryAccessor.getZkServer(fac);
+        ZooKeeperServer zs =  fac.getZooKeeperServer();

Review comment:
       nit*: extra space in front of ` fac`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 640664)
    Time Spent: 1h  (was: 50m)

> Avoid using zookeeper deprecated API and classes
> ------------------------------------------------
>
>                 Key: HADOOP-17773
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17773
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: common
>    Affects Versions: 3.3.1
>            Reporter: Surendra Singh Lilhore
>            Assignee: Surendra Singh Lilhore
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> In latest version of zookeeper some internal classes are removed which is used in hadoop test code, for example ServerCnxnFactoryAccessor.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org