[ https://issues.apache.org/jira/browse/ZOOKEEPER-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Prasad Gawande updated ZOOKEEPER-518: ------------------------------------- Component/s: (was: server) tests Issue Type: Test (was: Bug) Environment: Non specific Affects Version/s: (was: 3.1.1) (was: 3.2.0) 4.0.0 Release Note: The released of this module should be done only in apache org as this module is move to the debug to trace since it will cause really high latenciesinin response times from zookeeper services in case folks want to use DEBUGlogging for servers. > DEBUG message for outstanding proposals in leader should be moved to trace. > --------------------------------------------------------------------------- > > Key: ZOOKEEPER-518 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-518 > Project: Zookeeper > Issue Type: Test > Components: tests > Affects Versions: 4.0.0 > Environment: Non specific > Reporter: Mahadev konar > Assignee: Patrick Hunt > Fix For: 3.2.1, 3.3.0 > > Attachments: ZOOKEEPER-518.patch > > > this is the code in Leader.java > {code} > if (LOG.isDebugEnabled()) { > LOG.debug("Ack zxid: 0x" + Long.toHexString(zxid)); > for (Proposal p : outstandingProposals.values()) { > long packetZxid = p.packet.getZxid(); > LOG.debug("outstanding proposal: 0x" > + Long.toHexString(packetZxid)); > } > LOG.debug("outstanding proposals all"); > } > {code} > We should move this debug to trace since it will cause really high latencies > in response times from zookeeper servers in case folks want to use DEBUG > logging for servers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.