hitesh-agrawal-exa opened a new issue, #28299:
URL: https://github.com/apache/beam/issues/28299

   ### What happened?
   
   while draining the job, we are getting this exception . 
   
   java.lang.IllegalStateException: 
org.apache.beam.runners.dataflow.worker.SimpleParDoFn@6cdd6e84 received state 
cleanup timer for window 
org.apache.beam.sdk.transforms.windowing.GlobalWindow@588e5d83 that is before 
the appropriate cleanup time 294247-01-10T04:00:54.776Z
   
   at 
org.apache.beam.vendor.guava.v26_0_jre.com.google.common.base.Preconditions.checkState
 ( 
org/apache.beam.vendor.guava.v26_0_jre.com.google.common.base/Preconditions.java:842
 )
   at org.apache.beam.runners.dataflow.worker.SimpleParDoFn.processSystemTimer 
( org/apache.beam.runners.dataflow.worker/SimpleParDoFn.java:397 )
   at org.apache.beam.runners.dataflow.worker.SimpleParDoFn.access$700 ( 
org/apache.beam.runners.dataflow.worker/SimpleParDoFn.java:79 )
   at 
org.apache.beam.runners.dataflow.worker.SimpleParDoFn$TimerType$2.processTimer 
( org/apache.beam.runners.dataflow.worker/SimpleParDoFn.java:460 )
   at org.apache.beam.runners.dataflow.worker.SimpleParDoFn.processTimers ( 
org/apache.beam.runners.dataflow.worker/SimpleParDoFn.java:483 )
   at org.apache.beam.runners.dataflow.worker.SimpleParDoFn.processTimers ( 
org/apache.beam.runners.dataflow.worker/SimpleParDoFn.java:359 )
   at 
org.apache.beam.runners.dataflow.worker.util.common.worker.ParDoOperation.finish
 ( 
org/apache.beam.runners.dataflow.worker.util.common.worker/ParDoOperation.java:52
 )
   at 
org.apache.beam.runners.dataflow.worker.util.common.worker.MapTaskExecutor.execute
 ( 
org/apache.beam.runners.dataflow.worker.util.common.worker/MapTaskExecutor.java:94
 )
   at org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker.process ( 
org/apache.beam.runners.dataflow.worker/StreamingDataflowWorker.java:1450 )
   at 
org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker.access$1100 ( 
org/apache.beam.runners.dataflow.worker/StreamingDataflowWorker.java:165 )
   at org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker$7.run ( 
org/apache.beam.runners.dataflow.worker/StreamingDataflowWorker.java:1125 )
   at 
org.apache.beam.runners.dataflow.worker.util.BoundedQueueExecutor.lambda$executeLockHeld$0
 ( org/apache.beam.runners.dataflow.worker.util/BoundedQueueExecutor.java:133 )
   at java.util.concurrent.ThreadPoolExecutor.runWorker ( 
java/util.concurrent/ThreadPoolExecutor.java:1136 )
   at java.util.concurrent.ThreadPoolExecutor$Worker.run ( 
java/util.concurrent/ThreadPoolExecutor.java:635 )
   at java.lang.Thread.run ( java/lang/Thread.java:833 )
   
   here we are creating two sets of Pcolllection then maintaining a sliding 
window for both records and  after combining using count/sum, then applyin the 
global window. 
   
   I found the same issue here https://github.com/apache/beam/issues/20203 . 
but there are no responsese here.
   
   ### Issue Priority
   
   Priority: 2 (default / most bugs should be filed as P2)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [X] Component: Beam playground
   - [X] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to