[
https://issues.apache.org/jira/browse/FLINK-18214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17129365#comment-17129365
]
Andrey Zagrebin edited comment on FLINK-18214 at 6/9/20, 2:56 PM:
------------------------------------------------------------------
The size of the cached jobs cannot really be calculated. Hence we only estimate
the size of the jobs.
The job cache size is more of a soft threshold anyways and we cannot guarantee
that we use at most this amount of memory.
So the earlier agreement was to not fail but warn.
Therefore, I suggest to close the issue.
was (Author: azagrebin):
The size of the cached jobs cannot really be calculated. Hence we only estimate
the size of the jobs.
The job cache size is more of a soft threshold anyways and we cannot guarantee
that we use at most this amount of memory.
So the earlier agreement was to not fail but warn.
> Incorrect warning if jobstore.cache-size exceeds heap size
> ----------------------------------------------------------
>
> Key: FLINK-18214
> URL: https://issues.apache.org/jira/browse/FLINK-18214
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Configuration
> Reporter: Chesnay Schepler
> Priority: Major
> Fix For: 1.11.0
>
>
> The logging parameters are mixed up.
> {code}
> The configured or derived JVM heap memory size (jobstore.cache-size:
> 128.000mb (134217728 bytes)) is less than the configured or default size of
> the job store cache (jobmanager.memory.heap.size: 1.000gb (1073741825 bytes))
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)