[
https://issues.apache.org/jira/browse/ZOOKEEPER-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Utkarsh Srivastava updated ZOOKEEPER-504:
-----------------------------------------
Attachment: ZOOKEEPER-504.patch
> ClassCastException in LedgerManagementProcessor
> -----------------------------------------------
>
> Key: ZOOKEEPER-504
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-504
> Project: Zookeeper
> Issue Type: Bug
> Components: contrib-bookkeeper
> Affects Versions: 3.2.0
> Reporter: Utkarsh Srivastava
> Attachments: ZOOKEEPER-504.patch
>
>
> java.lang.ClassCastException:
> org.apache.bookkeeper.client.LedgerManagementProcessor$OpenLedgerOp cannot be
> cast to org.apache.bookkeeper.client.LedgerManagementProcessor$CloseLedgerOp
> at
> org.apache.bookkeeper.client.LedgerManagementProcessor.processResult(LedgerManagementProcessor.java:1083)
> This seems to be happening because its a nested switch case statement. And
> the OPEN: case, doesn't ever call a break. It only calls a break from the
> inner switch-case and hence falls through into the CLOSE: case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.