[ 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)