[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13442373#comment-13442373
 ] 

Sijie Guo commented on BOOKKEEPER-381:
--------------------------------------

thanks Surendra. +1 for the patch. also thanks Uma for reviewing.

committing it now.
                
> 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

Reply via email to