Re: Web Dashboard reports 0 for sent/received bytes and records

2017-03-31 Thread Chesnay Schepler
Hello, there are collected and are accessible under the metrics tab. Currently we can't display them directly since the backing job data-structure only sees tasks(aka chains) and not the individual operators. There are some ongoing efforts to change that though, so we may be able to improve t

Re: Web Dashboard reports 0 for sent/received bytes and records

2017-03-30 Thread Konstantin Gregor
Hi Mohammad, that's normal. The source will never have a value other than zero in the "Records received" column, only in the "Records sent" column. But since your whole program is chained to one subtask, the source will never send anything to another subtask, because there is none. Same for the si