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

Till Rohrmann commented on FLINK-24332:
---------------------------------------

If I understand you correctly, then each {{TaskManager}} should get a new PVC, 
right? So the problem using a StatefulSet is that if we stop a {{TaskManager}} 
and start a new one, then it will receive the same PVC as the previous one 
(assuming they get the same index) unless the PVC is deleted in between. Is 
this the problem?

> Support to mount a dynamically-created persistent volume claim per TaskManager
> ------------------------------------------------------------------------------
>
>                 Key: FLINK-24332
>                 URL: https://issues.apache.org/jira/browse/FLINK-24332
>             Project: Flink
>          Issue Type: New Feature
>          Components: Deployment / Kubernetes
>            Reporter: Yang Wang
>            Priority: Major
>
> Pod template could be used to mount a same PVC for all the TaskManagers. 
> However, in many cases, users need to mount dynamically-created persistent 
> volume claim for each TaskManager.
>  
> Refer to 
> [https://lists.apache.org/thread.html/r08ed40ee541c69a74c6d48cc315671198a1910dbd34fd731fe77da37%40%3Cuser.flink.apache.org%3E]
>  for more information.



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

Reply via email to