Re: Concurrent modification Exception when submitting multiple jobs

2018-02-19 Thread Till Rohrmann
Hi Vinay, could you try to create a dedicated RemoteEnvironment for each parallel thread. I think that the StreamExecutionEnvironment is not thread safe and should, thus, not be shared across multiple threads if that's the case. Getting a glimpse at your code would also help to further understand

Concurrent modification Exception when submitting multiple jobs

2018-02-15 Thread Vinay Patil
Hi, I am submitting job to the cluster (using remote execution env) from multiple threads. I am getting the following exception java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909) at java.util.ArrayList$Itr.next(ArrayLis