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

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

maoling created ZOOKEEPER-3798:
----------------------------------

             Summary: 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
             Fix For: 3.7.0


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)