[
https://issues.apache.org/jira/browse/FLINK-11643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17329516#comment-17329516
]
Flink Jira Bot commented on FLINK-11643:
----------------------------------------
This issue is assigned but has not received an update in 7 days so it has been
labeled "stale-assigned". If you are still working on the issue, please give an
update and remove the label. If you are no longer working on the issue, please
unassign so someone else may work on it. In 7 days the issue will be
automatically unassigned.
> Remove useless code of externalizedCheckpointsDir
> -------------------------------------------------
>
> Key: FLINK-11643
> URL: https://issues.apache.org/jira/browse/FLINK-11643
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Checkpointing
> Reporter: yuqi
> Assignee: yuqi
> Priority: Minor
> Labels: pull-request-available, stale-assigned, stale-minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> In ExecutionGraphBuilder#buildGraph, there exists unless code as follows:
> {code:java}
> // The default directory for externalized checkpoints
> String externalizedCheckpointsDir =
> jobManagerConfig.getString(CheckpointingOptions.CHECKPOINTS_DIRECTORY);
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)