[ 
https://issues.apache.org/jira/browse/KAFKA-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284543#comment-13284543
 ] 

Joe Stein commented on KAFKA-348:
---------------------------------

I got past this error making 

log.append(partitionData.messages.getSerialized)

into

log.append(new ByteBufferMessageSet(partitionData.messages.getSerialized))

now the rest of tests are compiling 46 more errors working through them now 
(likely just messed up the merge of the conflicted imports is all)
                
> rebase 0.8 branch from trunk
> ----------------------------
>
>                 Key: KAFKA-348
>                 URL: https://issues.apache.org/jira/browse/KAFKA-348
>             Project: Kafka
>          Issue Type: Task
>    Affects Versions: 0.8
>            Reporter: Joe Stein
>            Priority: Critical
>         Attachments: KAFKA-348.v3.notes.txt, kafka328.notes.2.txt, 
> kafka348.patch.1.txt, kafka348.patch.2.txt, kafka348.patch.3.txt
>
>


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

        

Reply via email to