Thanks Matthieu, another question, seems long time no update for new version, when will we have next version?
From: Matthieu Morel [mailto:mmo...@apache.org] Sent: Tuesday, October 29, 2013 2:57 AM To: s4-user@incubator.apache.org Subject: Re: java collection in PE Hi, if you are sharing data structures among PEs - not recommended - you will end up with consistency issues. Make sure you are not doing that. Matthieu On Oct 25, 2013, at 09:20 , Sky Zhao <sky.z...@ericsson.com<mailto:sky.z...@ericsson.com>> wrote: Hi, I met such problem, When the data input the PE, I use arrayList,hashmap,queue to save the data, if PE instances are over 300, get the values are totally different from saving values, using get method(ArrayList.get), But PE instances are few like 2, it is normal, what is reason, java collection is not used the stream data saving?