[
https://issues.apache.org/jira/browse/KAFKA-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13828146#comment-13828146
]
Swapnil Ghike commented on KAFKA-1117:
--------------------------------------
Hey Jun, after committing this patch, builds with scala 2.10.* are breaking,
could you please take a look:
[error]
/home/sghike/kafka-server/kafka-server_trunk/kafka/core/src/main/scala/kafka/tools/ReplicaVerificationTool.scala:364:
ambiguous reference to overloaded definition,
[error] both constructor FetchResponsePartitionData in class
FetchResponsePartitionData of type (messages:
kafka.message.MessageSet)kafka.api.FetchResponsePartitionData
[error] and constructor FetchResponsePartitionData in class
FetchResponsePartitionData of type (error: Short, hw: Long, messages:
kafka.message.MessageSet)kafka.api.FetchResponsePartitionData
[error] match argument types (messages: kafka.message.ByteBufferMessageSet) and
expected result type kafka.api.FetchResponsePartitionData
[error] replicaBuffer.addFetchedData(topicAndPartition,
sourceBroker.id, new FetchResponsePartitionData(messages = MessageSet.Empty))
[error]
> tool for checking the consistency among replicas
> ------------------------------------------------
>
> Key: KAFKA-1117
> URL: https://issues.apache.org/jira/browse/KAFKA-1117
> Project: Kafka
> Issue Type: New Feature
> Components: core
> Affects Versions: 0.8.1
> Reporter: Jun Rao
> Assignee: Jun Rao
> Fix For: 0.8.1
>
> Attachments: KAFKA-1117.patch, KAFKA-1117_2013-11-11_08:44:25.patch,
> KAFKA-1117_2013-11-12_08:34:53.patch, KAFKA-1117_2013-11-14_08:24:41.patch,
> KAFKA-1117_2013-11-18_09:58:23.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.1#6144)