Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/895#discussion_r34262391
--- Diff:
flink-tests/src/test/java/org/apache/flink/test/checkpointing/StreamCheckpointingITCase.java
---
@@ -53,6 +62,8 @@
@SuppressWarnings("serial")
public class StreamCheckpointingITCase {
+ private static final Logger LOG =
LoggerFactory.getLogger(StreamCheckpointingITCase.class);
--- End diff --
Before I decided to undo parts of the checkpointing changes (sending the
full state back from the JM to the tasks), I had added an additional test
there.
I can delete the logger factory.
---
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.
---