You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure is this is bug and I am not able to reproduce it in simple way. But facing this issue when using : unbounded input, LocalExecutor, flow with ReduceWindow.
2018-02-10 17:12:31 INFO ReduceStateByKeyReducer:314 - Reducer reduce window::ReduceByKey#part-0 processing stats: at watermark 1518279151584, maxElementStamp 1518279151560
2018-02-10 17:12:31 INFO ReduceStateByKeyReducer:314 - Reducer reducebykey#part-0 processing stats: at watermark 1518279151666, maxElementStamp 1518279151666
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
at java.util.HashMap$EntryIterator.next(HashMap.java:1476)
at java.util.HashMap$EntryIterator.next(HashMap.java:1474)
at cz.seznam.euphoria.executor.local.ReduceStateByKeyReducer$ProcessingState.onUpstreamWindowTrigger(ReduceStateByKeyReducer.java:574)
at cz.seznam.euphoria.executor.local.ReduceStateByKeyReducer.processWindowTrigger(ReduceStateByKeyReducer.java:842)
at cz.seznam.euphoria.executor.local.ReduceStateByKeyReducer.run(ReduceStateByKeyReducer.java:723)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered:
Not sure is this is bug and I am not able to reproduce it in simple way. But facing this issue when using : unbounded input, LocalExecutor, flow with ReduceWindow.
Flow builder
Exception trace:
The text was updated successfully, but these errors were encountered: