[GitHub] flink issue #2634: [FLINK-4829] protect user accumulators against concurrent...

2016-10-17 Thread mxm
Github user mxm commented on the issue: https://github.com/apache/flink/pull/2634 Closed in favor of #2649. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] flink issue #2634: [FLINK-4829] protect user accumulators against concurrent...

2016-10-14 Thread mxm
Github user mxm commented on the issue: https://github.com/apache/flink/pull/2634 That's correct. I guess it still makes sense to merge this PR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] flink issue #2634: [FLINK-4829] protect user accumulators against concurrent...

2016-10-14 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2634 I don't think fixes the reported issue. The supplied stacktrace shows that the exception is thrown in a TreeMap, in the AccRegistry we however only deal with HashMaps. The histograms internally have