You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Sijie Guo (JIRA)" <ji...@apache.org> on 2012/07/05 07:13:34 UTC

[jira] [Commented] (BOOKKEEPER-318) Spelling mistake in MultiCallback log message.

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

Sijie Guo commented on BOOKKEEPER-318:
--------------------------------------

@Flavio, could you help assign it to surendra. seems that I could not do it when resolving it.
                
> Spelling mistake in MultiCallback log message.
> ----------------------------------------------
>
>                 Key: BOOKKEEPER-318
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-318
>             Project: Bookkeeper
>          Issue Type: Improvement
>          Components: bookkeeper-server
>    Affects Versions: 4.2.0
>            Reporter: surendra singh lilhore
>            Priority: Trivial
>             Fix For: 4.2.0
>
>         Attachments: BOOKKEEPER-318.patch
>
>
> {code}
> @Override
>         public void processResult(int rc, String path, Object ctx) {
>             if (rc != successRc) {
>                 LOG.error("Error in multi callback : " + rc);
>                 exceptions.add(rc);
>             }
>             tick();
>         }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira