Github user ilooner commented on the pull request:
https://github.com/apache/incubator-apex-core/pull/292#issuecomment-205426336
@davidyan74 There was a similar bug in Generic Node which I fixed and got
merged before. The problem happens when The Operator CheckpointWindowCount is a
multiple of the Dag CheckpointWindowCount. In that case the operator is
checkpointed on receiving the endWindow tuple and the checkpoint tuple for the
same window. When that happens AsyncFSStorageAgent throws an exception because
there are two threads trying to move the same file.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---