Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/3466
I think this is all in all very good code!
One thing I am worried about is the testing time now. The
`EventTimeWindowCheckpointingITCase` tests already take super long, now we have
two more.
What we should probably do is make the following:
- The data volume is very high in that test, and I think that was mainly
done to stress RocksDB's async snapshots a bit.
- The heaviness can be moved to a RocksDB specific async snapshot test
(that does not need to use windows)
- The base of the EventTimeWindowCheckpointingITCases can then be made
much more lightweight.
---
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.
---