[
https://issues.apache.org/jira/browse/BOOKKEEPER-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401915#comment-13401915
]
Sijie Guo commented on BOOKKEEPER-318:
--------------------------------------
+1 for the patch, thanks surendra.
> 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
> 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