Stephan Ewen created FLINK-13795: ------------------------------------ Summary: Web UI logs errors when selecting Checkpoint Tab for Batch Jobs Key: FLINK-13795 URL: https://issues.apache.org/jira/browse/FLINK-13795 Project: Flink Issue Type: Bug Components: Runtime / REST Affects Versions: 1.9.0 Reporter: Stephan Ewen
The logs of the REST endpoint print errors if you run a batch job and then select the "Checkpoints" tab. I would expect that this simply shows "no checkpoints available for this job" and not that an {{ERROR}} level entry appears in the log. {code} 2019-08-20 12:04:54,195 ERROR org.apache.flink.runtime.rest.handler.job.checkpoints.CheckpointingStatisticsHandler - Exception occurred in REST handler: Checkpointing has not been enabled. {code} -- This message was sent by Atlassian Jira (v8.3.2#803003)