[ https://issues.apache.org/jira/browse/BOOKKEEPER-381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13442399#comment-13442399 ]
Hudson commented on BOOKKEEPER-381: ----------------------------------- Integrated in bookkeeper-trunk #671 (See [https://builds.apache.org/job/bookkeeper-trunk/671/]) BOOKKEEPER-381: ReadLastConfirmedOp's Logger class name is wrong (surendra via sijie) (Revision 1377656) Result = ABORTED sijie : Files : * /zookeeper/bookkeeper/trunk/CHANGES.txt * /zookeeper/bookkeeper/trunk/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/ReadLastConfirmedOp.java > ReadLastConfirmedOp's Logger class name is wrong > ------------------------------------------------ > > Key: BOOKKEEPER-381 > URL: https://issues.apache.org/jira/browse/BOOKKEEPER-381 > Project: Bookkeeper > Issue Type: Bug > Components: bookkeeper-client > Reporter: surendra singh lilhore > Assignee: surendra singh lilhore > Priority: Trivial > Fix For: 4.2.0 > > Attachments: BOOKKEEPER-381.patch > > > In ReadLastConfirmedOp class logger name configured LedgerRecoveryOp.class. > {code} > class ReadLastConfirmedOp implements ReadEntryCallback { > static final Logger LOG = LoggerFactory.getLogger(LedgerRecoveryOp.class); > {code} > It should be ReadLastConfirmedOp.class. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira