Skip to content

flink1.11,代码开启checkpoint,但是flink页面没有checkpoint成功 #45

Open
@Level1Accelerator

Description

@Level1Accelerator

image
image
可以看出checkpoint的配置是生效了的。但是没产生checkpoint
以下是代码:
configProps.put(ConfigConstants.LOG_CHECKPOINT_MODE, CheckpointMode.ON_CHECKPOINTS.name());
configProps.put(ConfigConstants.LOG_COMMIT_INTERVAL_MILLIS, "5000");
env.enableCheckpointing(30000,CheckpointingMode.EXACTLY_ONCE);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions