[
https://issues.apache.org/jira/browse/BOOKKEEPER-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13762232#comment-13762232
]
Hadoop QA commented on BOOKKEEPER-446:
--------------------------------------
Testing JIRA BOOKKEEPER-446
Patch
[0001-BOOKKEEPER-446-create-ledger-exceptions.patch|https://issues.apache.org/jira/secure/attachment/12602188/0001-BOOKKEEPER-446-create-ledger-exceptions.patch]
downloaded at Mon Sep 9 20:17:42 UTC 2013
----------------------------
{color:red}-1{color} Patch failed to apply to head of branch
----------------------------
> BookKeeper.createLedger(..) should not mask the error with ZKException
> ----------------------------------------------------------------------
>
> Key: BOOKKEEPER-446
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-446
> Project: Bookkeeper
> Issue Type: Bug
> Components: bookkeeper-server
> Affects Versions: 4.2.0
> Reporter: Vinay
> Assignee: Rakesh R
> Fix For: 4.2.2
>
> Attachments: 0001-BOOKKEEPER-446-create-ledger-exceptions.patch
>
>
> in {{BookKeeper.createLedger()}} following code is masking the error with
> ZKException. Should throw the original exception to client.
> {code} if (counter.getLh() == null) {
> LOG.error("ZooKeeper error: " + counter.getrc());
> throw BKException.create(Code.ZKException);
> }{code}
--
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