[ 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to