You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jun Rao (JIRA)" <ji...@apache.org> on 2014/10/23 23:54:34 UTC

[jira] [Resolved] (KAFKA-1727) Fix comment about message format

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

Jun Rao resolved KAFKA-1727.
----------------------------
       Resolution: Fixed
    Fix Version/s: 0.8.3
         Assignee: Muneyuki Noguchi

Thanks for the patch. +1 and committed to trunk.

> Fix comment about message format
> --------------------------------
>
>                 Key: KAFKA-1727
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1727
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Muneyuki Noguchi
>            Assignee: Muneyuki Noguchi
>            Priority: Trivial
>             Fix For: 0.8.3
>
>         Attachments: KAFKA-1727.patch
>
>
> The comment in Message.scala says the value of "magic" identifier is 2,
>  bq. 2. 1 byte "magic" identifier to allow format changes, value is 2 currently
> but the actual current "magic" value is 0.
> {code}
>   /**
>    * The current "magic" value
>    */
>   val CurrentMagicValue: Byte = 0
> {code}



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