[GitHub] flink issue #5869: [FLINK-8946] TaskManager stop sending metrics after JobMa...

2018-05-24 Thread yanghua
Github user yanghua commented on the issue: https://github.com/apache/flink/pull/5869 @zentol please see new PR #6060 , closing this PR... ---

[GitHub] flink issue #5869: [FLINK-8946] TaskManager stop sending metrics after JobMa...

2018-05-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5869 that should do the trick imo. ---

[GitHub] flink issue #5869: [FLINK-8946] TaskManager stop sending metrics after JobMa...

2018-05-23 Thread yanghua
Github user yanghua commented on the issue: https://github.com/apache/flink/pull/5869 so I just remove the close method from `disassociateFromJobManager `? ---

[GitHub] flink issue #5869: [FLINK-8946] TaskManager stop sending metrics after JobMa...

2018-05-23 Thread yanghua
Github user yanghua commented on the issue: https://github.com/apache/flink/pull/5869 @zentol normally, it seems you are right. But I don't know if there is any exception could cause any remained information, at the jm switching moment. ---

[GitHub] flink issue #5869: [FLINK-8946] TaskManager stop sending metrics after JobMa...

2018-05-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5869 that shouldn't be possible, as all tasks are removed when a TM disassociates from the JM which also implies removing all metrics related to a specific task. ---

[GitHub] flink issue #5869: [FLINK-8946] TaskManager stop sending metrics after JobMa...

2018-05-23 Thread yanghua
Github user yanghua commented on the issue: https://github.com/apache/flink/pull/5869 @zentol if we just remove it from `disassociateFromJobManager ` and do not clear and reinitialize it, when a new job manager reconnect to the task manager , it would remain some tasks' information

[GitHub] flink issue #5869: [FLINK-8946] TaskManager stop sending metrics after JobMa...

2018-05-10 Thread yanghua
Github user yanghua commented on the issue: https://github.com/apache/flink/pull/5869 cc @tillrohrmann ---

[GitHub] flink issue #5869: [FLINK-8946] TaskManager stop sending metrics after JobMa...

2018-05-07 Thread yanghua
Github user yanghua commented on the issue: https://github.com/apache/flink/pull/5869 cc @zentol would you like to have a look? ---

[GitHub] flink issue #5869: [FLINK-8946] TaskManager stop sending metrics after JobMa...

2018-05-04 Thread yanghua
Github user yanghua commented on the issue: https://github.com/apache/flink/pull/5869 cc @zentol @GJL ---

[GitHub] flink issue #5869: [FLINK-8946] TaskManager stop sending metrics after JobMa...

2018-04-19 Thread yanghua
Github user yanghua commented on the issue: https://github.com/apache/flink/pull/5869 cc @zentol ---

[GitHub] flink issue #5869: [FLINK-8946] TaskManager stop sending metrics after JobMa...

2018-04-18 Thread yanghua
Github user yanghua commented on the issue: https://github.com/apache/flink/pull/5869 cc @tillrohrmann ---