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/06/17 11:28:00 UTC

[jira] [Resolved] (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 resolved ZOOKEEPER-4518.
---------------------------------
    Resolution: Fixed

> 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
>              Labels: beginner, newbie, pull-request-available
>             Fix For: 3.9.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> {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.7#820007)