Github user zentol commented on the pull request:
https://github.com/apache/flink/pull/1771#issuecomment-220975120
I finally was able to fix the restart issue. there were 2 massive bugs in
the CassandraCommitter:
- within open() the checkpoint entry was always overridden
- within close() the checkpoint entry was always deleted
in addition i have made the following changes:
- renamed GenericAtLeastOnceSink to GenericWriteAheadSink
- implemented a caching of the last committed checkpointID in the
CassandraCommitter
It's rather obvious that more tests are required.
---
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.
---