You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2016/01/11 17:51:40 UTC

[jira] [Resolved] (STORM-1449) Fix Kafka spout to maintain backward compatibility to pass byte[] instead of ByteBuffer

     [ https://issues.apache.org/jira/browse/STORM-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans resolved STORM-1449.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.11.0

Thanks [~arunmahadevan],

I merged this into master.

> Fix Kafka spout to maintain backward compatibility to pass byte[] instead of ByteBuffer
> ---------------------------------------------------------------------------------------
>
>                 Key: STORM-1449
>                 URL: https://issues.apache.org/jira/browse/STORM-1449
>             Project: Apache Storm
>          Issue Type: Bug
>            Reporter: Arun Mahadevan
>            Assignee: Arun Mahadevan
>             Fix For: 0.11.0
>
>
> STORM-1220 introduced some changes where in one place it passes ByteBuffer as is instead of byte[]. Existing bolts that expects a byte[] fails due to this with "java.lang.RuntimeException: java.lang.ClassCastException: java.nio.HeapByteBuffer cannot be cast to [B "



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)