[ 
https://issues.apache.org/jira/browse/FLINK-23591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391746#comment-17391746
 ] 

wuguihu edited comment on FLINK-23591 at 8/2/21, 6:09 PM:
----------------------------------------------------------

 
 5、The absence of a blank line after the div tag invalidates the MarkDown tag 
and invalidates the link
{code:java}
<div class="alert alert-warning">
  <strong>Warning:</strong> If Flink or user code allocates unmanaged off-heap 
(native) memory beyond the container size
  the job can fail because the deployment environment can kill the offending 
containers.
</div>
See also description of [container memory exceeded]({{< ref 
"docs/deployment/memory/mem_trouble" >}}#container-memory-exceeded) failure.
{code}
It should be modified as follows:
{code:java}
<div class="alert alert-warning">
  <strong>Warning:</strong> If Flink or user code allocates unmanaged off-heap 
(native) memory beyond the container size
  the job can fail because the deployment environment can kill the offending 
containers.
</div>

See also description of [container memory exceeded]({{< ref 
"docs/deployment/memory/mem_trouble" >}}#container-memory-exceeded) failure.
{code}
 

 


was (Author: hapihu):
 
5、The absence of a blank line after the div tag invalidates the MarkDown tag 
and invalidates the link
{code:java}
<div class="alert alert-warning">
  <strong>Warning:</strong> If Flink or user code allocates unmanaged off-heap 
(native) memory beyond the container size
  the job can fail because the deployment environment can kill the offending 
containers.
</div>
See also description of [container memory exceeded]({{< ref 
"docs/deployment/memory/mem_trouble" >}}#container-memory-exceeded) failure.
{code}
It should be modified as follows:

 

 
{code:java}
<div class="alert alert-warning">
  <strong>Warning:</strong> If Flink or user code allocates unmanaged off-heap 
(native) memory beyond the container size
  the job can fail because the deployment environment can kill the offending 
containers.
</div>

See also description of [container memory exceeded]({{< ref 
"docs/deployment/memory/mem_trouble" >}}#container-memory-exceeded) failure.
{code}
 

 

> [DOCS]The link to the 'deployment/config' page is invalid because several 
> characters are written in page 'deployment/memory/mem_tuning/'
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-23591
>                 URL: https://issues.apache.org/jira/browse/FLINK-23591
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: wuguihu
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: image-20210803011947329.png, 
> image-20210803012556316.png, image-20210803014949126.png
>
>
> 1、 
> [https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/deployment/memory/mem_tuning/]
> 2、 docs/content.zh/docs/deployment/memory/mem_tuning.md
>  
> 3、The wrong link is below:
> {code:java}
> [`jobmanager.memory.flink.size`]({{< ref "docs/deployment/config" 
> >}}#jobmanager-memory-flink-size" >}})
> {code}
> 4、It should be modified as follows
> {code:java}
> [`jobmanager.memory.flink.size`]({{< ref "docs/deployment/config" 
> >}}#jobmanager-memory-flink-size)
> {code}
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to