You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Ling Mao (Jira)" <ji...@apache.org> on 2022/04/12 03:51:00 UTC

[jira] [Updated] (ZOOKEEPER-4518) remove useless log in the PrepRequestProcessor#pRequest method

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

Ling Mao updated ZOOKEEPER-4518:
--------------------------------
    Description: 
{code:java}
protected void pRequest(Request request) throws RequestProcessorException {
    // LOG.info("Prep>>> cxid = " + request.cxid + " type = " +
    // request.type + " id = 0x" + Long.toHexString(request.sessionId));
    request.setHdr(null);
    request.setTxn(null);
 {code}

> remove useless log in the PrepRequestProcessor#pRequest method
> --------------------------------------------------------------
>
>                 Key: ZOOKEEPER-4518
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4518
>             Project: ZooKeeper
>          Issue Type: Improvement
>            Reporter: Ling Mao
>            Priority: Minor
>
> {code:java}
> protected void pRequest(Request request) throws RequestProcessorException {
>     // LOG.info("Prep>>> cxid = " + request.cxid + " type = " +
>     // request.type + " id = 0x" + Long.toHexString(request.sessionId));
>     request.setHdr(null);
>     request.setTxn(null);
>  {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)