You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "yuqi (JIRA)" <ji...@apache.org> on 2019/02/18 07:01:00 UTC

[jira] [Created] (FLINK-11643) Remove useless code of externalizedCheckpointsDir

yuqi created FLINK-11643:
----------------------------

             Summary: Remove useless code of externalizedCheckpointsDir
                 Key: FLINK-11643
                 URL: https://issues.apache.org/jira/browse/FLINK-11643
             Project: Flink
          Issue Type: Improvement
            Reporter: yuqi
            Assignee: yuqi


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
(v7.6.3#76005)