Details
-
Sub-task
-
Status: Closed
-
Blocker
-
Resolution: Won't Do
-
1.19.0
Description
This ticket covers testing three related features: FLINK-33695, FLINK-33735 and FLINK-33696.
Instructions:
- Configure Flink to use Slf4jTraceReporter and with enabled INFO level logging (can be to console or to a file, doesn't matter).
- Start a streaming job with enabled checkpointing.
- Let it run for a couple of checkpoints.
- Verify presence of a single JobInitialization [1] trace logged just after job start up.
- Verify presence of a couple of Checkpoint [1] traces logged after each successful or failed checkpoint.
Attachments
Issue Links
- is a clone of
-
FLINK-34289 Release Testing Instructions: Verify FLINK-33695 Introduce TraceReporter and use it to create checkpointing and recovery traces
- Closed
- is cloned by
-
FLINK-34388 Release Testing: Verify FLINK-28915 Support artifact fetching in Standalone and native K8s application mode
- Resolved