Re: Flink UI and records sent
Posted by
Chesnay Schepler on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Flink-UI-and-records-sent-tp12522p12531.html
Could you verify with a custom UDF that
actually 1m records are being produced?
Since 3 separate tasks report a consistent number of
incoming/outgoing records
I would rule out an issue in the metric system. These metrics are
all counted
separately from each other; having the same inconsistency
everywhere is nigh
impossible.
Is this reproducible, and is it possible for you to provide me
with the job used?
On 05.04.2017 13:52, Flavio Pompermaier wrote:
My job is a batch one.
Here's an image of two different execution of the job.
The third line is where the first(1M) is called. In the
left side the count is what I expect, in the second is
slightly less :(
Any idea?