Re: IndexOutOfBoundsException on deserialization after updating to 1.6.1

2018-10-17 Thread Bruno Aranda
Hi, Thanks for your reply. We are still trying to isolate it, because this job was using a more complex state. I think it is caused by a case class that has an Option[MyOtherClass], and MyOtherClass is an enumerator, implemented using the enumeratum library. I have changed that option to be just

Re: IndexOutOfBoundsException on deserialization after updating to 1.6.1

2018-10-17 Thread aitozi
Hi,Bruno Aranda Could you provide an complete example to reproduce the exception? Thanks, Aitozi -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

IndexOutOfBoundsException on deserialization after updating to 1.6.1

2018-10-17 Thread Bruno Aranda
Hi, We are trying to update from 1.3.2 to 1.6.1, but one of our jobs keeps throwing an exception during deserialization: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:657) at java.util.ArrayList.get(ArrayList.java:433) at