Hi Chiranjeevi, I am assuming the operator that is upstream and feeding data to this one is progressing properly. What is this operator doing? Is it doing any blocking operations, for example, communicating with some external systems in a blocking fashion? Do you see any other exceptions before the above one you mentioned?
Thanks On Mon, May 8, 2017 at 3:41 AM, chiranjeevi vasupilli <chiru....@gmail.com> wrote: > Hi Team, > > In my use case , one of the operator window id got stuck and after timeout > it is getting killed. > In the logs we can see > [ProcessWideEventLoop] ERROR netlet.AbstractLengthPrependerClient > handleException - Disconnecting > Subscriber{id=tcp://hostname:57968/323.rsnOutput.1} > because of an exception. > java.io.IOException: Connection reset by peer > at sun.nio.ch.FileDispatcherImpl.read0(Native Method). > > Before container getting , we see the above exception in the logs. > > Please suggest , reasons for window id getting stuck and how to debug it > further. > > Thanks > Chiranjeevi V >