Re: User Interface not showing the actual count received and produced

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: User Interface not showing the actual count received and produced

PoolakkalMukkath, Shakir

Hi Flink team,

 

I am developing a flow which uses  

  • FlinkKafkaConsumer010 to consume message from Kafka  and
  • FlinkKinesisProducer to produce the results to Kinesis.

 

In the user interface, I always see Bytes and Record received from Kafka is zero even though it is receiving events and processing.  And same with Kinesis Sink, Bytes and record sent is always zero even though it is posting events to Kinesis.

 

Any reason why my UI is not showing the actual count ? Thanks  

 

 

Thanks,

Shakir

Reply | Threaded
Open this post in threaded view
|

Re: User Interface not showing the actual count received and produced

PoolakkalMukkath, Shakir

 

Hi Flink team,

 

I am developing a flow which uses  

  • FlinkKafkaConsumer010 to consume message from Kafka  and
  • FlinkKinesisProducer to produce the results to Kinesis.

 

In the user interface, I always see Bytes and Record received from Kafka is zero even though it is receiving events and processing.  And same with Kinesis Sink, Bytes and record sent is always zero even though it is posting events to Kinesis.

 

Any reason why my UI is not showing the actual count ? Thanks  

 

 

Thanks,

Shakir

Reply | Threaded
Open this post in threaded view
|

Re: User Interface not showing the actual count received and produced

Fabian Hueske-2
Hi Shakir,

This is a frequently reported issue in Flink's metrics collection / UI.
Send and received records and bytes only include data that is shared
between Flink tasks but not between a source system (Kafka) and Flink or
Flink and a sink system (Kinesis).
IIRC, there is an effort to fix this problem.

Best, Fabian

Am Mi., 15. Mai 2019 um 17:04 Uhr schrieb PoolakkalMukkath, Shakir <
[hidden email]>:

>
>
> Hi Flink team,
>
>
>
> I am developing a flow which uses
>
>    - FlinkKafkaConsumer010 to consume message from Kafka  and
>    - FlinkKinesisProducer to produce the results to Kinesis.
>
>
>
> In the user interface, I always see Bytes and Record received from Kafka
> is zero even though it is receiving events and processing.  And same with
> Kinesis Sink, Bytes and record sent is always zero even though it is
> posting events to Kinesis.
>
>
>
> Any reason why my UI is not showing the actual count ? Thanks
>
>
>
>
>
> Thanks,
>
> Shakir
>