You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Michael Han (Jira)" <ji...@apache.org> on 2020/10/01 04:41:00 UTC

[jira] [Resolved] (ZOOKEEPER-3798) remove the useless code in the ProposalRequestProcessor#processRequest

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Han resolved ZOOKEEPER-3798.
------------------------------------
    Fix Version/s:     (was: 3.7.0)
                   3.6.3
       Resolution: Fixed

Issue resolved by pull request 1335
[https://github.com/apache/zookeeper/pull/1335]

> 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: maoling
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 3.6.3
>
>          Time Spent: 0.5h
>  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)