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

Jun Rao commented on KAFKA-683:
-------------------------------

Got the following compilation error on the latest rebase.

[info] == core-kafka / compile ==
[info]   Source analysis: 20 new/modified, 62 indirectly invalidated, 0 removed.
[info] Compiling main sources...
[error] 
/Users/jrao/intellij_workspace/kafka_git/core/src/main/scala/kafka/producer/async/DefaultEventHandler.scala:68:
 not enough arguments for method updateInfo: (topics: 
Set[String],correlationId: Int)Unit.
[error] Unspecified value parameter correlationId.
[error]           
Utils.swallowError(brokerPartitionInfo.updateInfo(topicMetadataToRefresh.toSet))
[error]                                                            ^
[error] one error found

                
> Fix correlation ids in all requests sent to kafka
> -------------------------------------------------
>
>                 Key: KAFKA-683
>                 URL: https://issues.apache.org/jira/browse/KAFKA-683
>             Project: Kafka
>          Issue Type: Improvement
>    Affects Versions: 0.8
>            Reporter: Neha Narkhede
>            Assignee: Neha Narkhede
>            Priority: Critical
>              Labels: improvement, replication
>         Attachments: kafka-683-v1.patch, kafka-683-v2.patch, 
> kafka-683-v2-rebased.patch, kafka-683-v2-rebased-twice.patch
>
>
> We should fix the correlation ids in every request sent to Kafka and fix the 
> request log on the broker to specify not only the type of request and who 
> sent it, but also the correlation id. This will be very helpful while 
> troubleshooting problems in production.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to