[ https://issues.apache.org/jira/browse/ZOOKEEPER-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314402#comment-17314402 ]
Mohammad Arshad commented on ZOOKEEPER-3798: -------------------------------------------- Update fix version from 3.6.3 to 3.8.0,3.7.1 as changes are not present in branch 3.6 > remove the useless code in the ProposalRequestProcessor#processRequest > ---------------------------------------------------------------------- > > Key: ZOOKEEPER-3798 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3798 > Project: ZooKeeper > Issue Type: Improvement > Components: server > Reporter: Ling Mao > Priority: Minor > Labels: pull-request-available > Fix For: 3.8.0,3.7.1 > > Time Spent: 40m > Remaining Estimate: 0h > > remove the following useless codes in theĀ > ProposalRequestProcessor#processRequest > {code:java} > public void processRequest(Request request) throws RequestProcessorException { > // LOG.warn("Ack>>> cxid = " + request.cxid + " type = " + > // request.type + " id = " + request.sessionId); > // request.addRQRec(">prop"); > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)