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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17522647#comment-17522647 ] 

Vinay Kumar Uppala commented on ZOOKEEPER-4518:
-----------------------------------------------

[~maoling] , I have created a PR for this. Request your help for workflow approval as I am doing PR for this repo for the first timeĀ 

> 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: 0.5h
>  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.1#820001)