You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Ivan Kelly (JIRA)" <ji...@apache.org> on 2013/02/13 16:49:51 UTC

[jira] [Closed] (BOOKKEEPER-381) ReadLastConfirmedOp's Logger class name is wrong

     [ https://issues.apache.org/jira/browse/BOOKKEEPER-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Kelly closed BOOKKEEPER-381.
---------------------------------

    
> 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