You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Rajini Sivaram (JIRA)" <ji...@apache.org> on 2016/09/19 09:54:21 UTC

[jira] [Commented] (KAFKA-4188) compilation issues with org.apache.kafka.clients.consumer.internals.Fetcher.java

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

Rajini Sivaram commented on KAFKA-4188:
---------------------------------------

Can you try a clean build?

> compilation issues with org.apache.kafka.clients.consumer.internals.Fetcher.java
> --------------------------------------------------------------------------------
>
>                 Key: KAFKA-4188
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4188
>             Project: Kafka
>          Issue Type: Bug
>          Components: clients
>    Affects Versions: 0.10.0.1
>         Environment: Maven home: /maven325
> Java version: 1.8.0_40, vendor: Oracle Corporation
>            Reporter: Martin Gainty
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> from client module
> org.apache.kafka.clients.consumer.internals.Fetcher.java wont compile here is *one* of the errors:
> private PartitionRecords<K, V> parseFetchedData(CompletedFetch completedFetch) {
> //later on highWatermark is referenced in partition and produces ERROR
> this.sensors.recordsFetchLag.record(partition.highWatermark - record.offset());
> /kafka/trunk/clients/src/main/java/org/apache/kafka/clients/consumer/internals/Fetcher.java:[590,66] cannot find symbol
> [ERROR] symbol:   variable highWatermark
> //assuming partition is TopicPartition partition I can correct by inserting :
> public long highWatermark =0L; //into TopicPartition
> is Fetcher.java producing correct behaviour?



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