You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "surendra singh lilhore (JIRA)" <ji...@apache.org> on 2012/06/26 08:56:42 UTC

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

surendra singh lilhore created BOOKKEEPER-318:
-------------------------------------------------

             Summary: 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


{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

        

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

Posted by "surendra singh lilhore (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BOOKKEEPER-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13422947#comment-13422947 ] 

surendra singh lilhore commented on BOOKKEEPER-318:
---------------------------------------------------

Thanks Sijie
                
> 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
>            Assignee: 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

        

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

Posted by "surendra singh lilhore (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BOOKKEEPER-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

surendra singh lilhore updated BOOKKEEPER-318:
----------------------------------------------

    Attachment: BOOKKEEPER-318.patch

Attaching patch for issue
                
> 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

        

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

Posted by "Sijie Guo (JIRA)" <ji...@apache.org>.
    [ 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

        

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

Posted by "Sijie Guo (JIRA)" <ji...@apache.org>.
    [ 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

        

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

Posted by "Flavio Junqueira (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BOOKKEEPER-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flavio Junqueira reassigned BOOKKEEPER-318:
-------------------------------------------

    Assignee: surendra singh lilhore
    
> 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
>            Assignee: 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