[
https://issues.apache.org/jira/browse/FLINK-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15140636#comment-15140636
]
ASF GitHub Bot commented on FLINK-3107:
---------------------------------------
Github user tillrohrmann commented on the pull request:
https://github.com/apache/flink/pull/1610#issuecomment-182319123
Failing tests are the yarn tests and thus most likely unrelated.
Changes look good to me :-) +1 for merging.
> ZooKeeperCheckpointIDCounter.start() can block JobManager actor
> ---------------------------------------------------------------
>
> Key: FLINK-3107
> URL: https://issues.apache.org/jira/browse/FLINK-3107
> Project: Flink
> Issue Type: Bug
> Components: JobManager
> Affects Versions: 0.10.1
> Reporter: Ufuk Celebi
>
> In HA mode, the job manager enables checkpoints during submission of
> streaming programs.
> This leads to call to ZooKeeperCheckpointIDCounter.start(), which
> communicates with ZooKeeper. This can block the job manager actor.
> A solution is to start the counter later instead of the CheckpointCoordinator
> constructor.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)