[jira] [Updated] (FLINK-23849) Support react to the node decommissioning change state on yarn and do graceful restart

2024-07-10 Thread Weijie Guo (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-23849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Weijie Guo updated FLINK-23849:
---
Fix Version/s: 2.0.0
   (was: 1.20.0)

> Support react to the node decommissioning change state on yarn and do 
> graceful restart
> --
>
> Key: FLINK-23849
> URL: https://issues.apache.org/jira/browse/FLINK-23849
> Project: Flink
>  Issue Type: New Feature
>  Components: Deployment / YARN
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 2.0.0
>
>
> Now we are not interested in node updates in 
> YarnContainerEventHandler.onNodesUpdated , but sometimes we want to evict the 
> running flink process on one node and graceful restart on the other node 
> because of some unexpected reason such as the physical machine need to be 
> recycle or the cloud computing cluster need to be migration. Thus, we can 
> react to the node decommissioning change state, and call the 
> stopWithSavepoint function and then restart it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-23849) Support react to the node decommissioning change state on yarn and do graceful restart

2024-03-11 Thread lincoln lee (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-23849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

lincoln lee updated FLINK-23849:

Fix Version/s: (was: 1.19.0)

> Support react to the node decommissioning change state on yarn and do 
> graceful restart
> --
>
> Key: FLINK-23849
> URL: https://issues.apache.org/jira/browse/FLINK-23849
> Project: Flink
>  Issue Type: New Feature
>  Components: Deployment / YARN
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.20.0
>
>
> Now we are not interested in node updates in 
> YarnContainerEventHandler.onNodesUpdated , but sometimes we want to evict the 
> running flink process on one node and graceful restart on the other node 
> because of some unexpected reason such as the physical machine need to be 
> recycle or the cloud computing cluster need to be migration. Thus, we can 
> react to the node decommissioning change state, and call the 
> stopWithSavepoint function and then restart it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-23849) Support react to the node decommissioning change state on yarn and do graceful restart

2024-03-11 Thread lincoln lee (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-23849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

lincoln lee updated FLINK-23849:

Fix Version/s: 1.20.0

> Support react to the node decommissioning change state on yarn and do 
> graceful restart
> --
>
> Key: FLINK-23849
> URL: https://issues.apache.org/jira/browse/FLINK-23849
> Project: Flink
>  Issue Type: New Feature
>  Components: Deployment / YARN
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.19.0, 1.20.0
>
>
> Now we are not interested in node updates in 
> YarnContainerEventHandler.onNodesUpdated , but sometimes we want to evict the 
> running flink process on one node and graceful restart on the other node 
> because of some unexpected reason such as the physical machine need to be 
> recycle or the cloud computing cluster need to be migration. Thus, we can 
> react to the node decommissioning change state, and call the 
> stopWithSavepoint function and then restart it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-23849) Support react to the node decommissioning change state on yarn and do graceful restart

2023-10-13 Thread Jing Ge (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-23849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jing Ge updated FLINK-23849:

Fix Version/s: 1.19.0
   (was: 1.18.0)

> Support react to the node decommissioning change state on yarn and do 
> graceful restart
> --
>
> Key: FLINK-23849
> URL: https://issues.apache.org/jira/browse/FLINK-23849
> Project: Flink
>  Issue Type: New Feature
>  Components: Deployment / YARN
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.19.0
>
>
> Now we are not interested in node updates in 
> YarnContainerEventHandler.onNodesUpdated , but sometimes we want to evict the 
> running flink process on one node and graceful restart on the other node 
> because of some unexpected reason such as the physical machine need to be 
> recycle or the cloud computing cluster need to be migration. Thus, we can 
> react to the node decommissioning change state, and call the 
> stopWithSavepoint function and then restart it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-23849) Support react to the node decommissioning change state on yarn and do graceful restart

2023-03-23 Thread Xintong Song (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-23849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xintong Song updated FLINK-23849:
-
Fix Version/s: 1.18.0
   (was: 1.17.0)

> Support react to the node decommissioning change state on yarn and do 
> graceful restart
> --
>
> Key: FLINK-23849
> URL: https://issues.apache.org/jira/browse/FLINK-23849
> Project: Flink
>  Issue Type: New Feature
>  Components: Deployment / YARN
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.18.0
>
>
> Now we are not interested in node updates in 
> YarnContainerEventHandler.onNodesUpdated , but sometimes we want to evict the 
> running flink process on one node and graceful restart on the other node 
> because of some unexpected reason such as the physical machine need to be 
> recycle or the cloud computing cluster need to be migration. Thus, we can 
> react to the node decommissioning change state, and call the 
> stopWithSavepoint function and then restart it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-23849) Support react to the node decommissioning change state on yarn and do graceful restart

2022-08-22 Thread Xingbo Huang (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-23849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xingbo Huang updated FLINK-23849:
-
Fix Version/s: 1.17.0
   (was: 1.16.0)

> Support react to the node decommissioning change state on yarn and do 
> graceful restart
> --
>
> Key: FLINK-23849
> URL: https://issues.apache.org/jira/browse/FLINK-23849
> Project: Flink
>  Issue Type: New Feature
>  Components: Deployment / YARN
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.17.0
>
>
> Now we are not interested in node updates in 
> YarnContainerEventHandler.onNodesUpdated , but sometimes we want to evict the 
> running flink process on one node and graceful restart on the other node 
> because of some unexpected reason such as the physical machine need to be 
> recycle or the cloud computing cluster need to be migration. Thus, we can 
> react to the node decommissioning change state, and call the 
> stopWithSavepoint function and then restart it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-23849) Support react to the node decommissioning change state on yarn and do graceful restart

2022-04-13 Thread Yun Gao (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-23849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yun Gao updated FLINK-23849:

Fix Version/s: 1.16.0

> Support react to the node decommissioning change state on yarn and do 
> graceful restart
> --
>
> Key: FLINK-23849
> URL: https://issues.apache.org/jira/browse/FLINK-23849
> Project: Flink
>  Issue Type: New Feature
>  Components: Deployment / YARN
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.15.0, 1.16.0
>
>
> Now we are not interested in node updates in 
> YarnContainerEventHandler.onNodesUpdated , but sometimes we want to evict the 
> running flink process on one node and graceful restart on the other node 
> because of some unexpected reason such as the physical machine need to be 
> recycle or the cloud computing cluster need to be migration. Thus, we can 
> react to the node decommissioning change state, and call the 
> stopWithSavepoint function and then restart it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (FLINK-23849) Support react to the node decommissioning change state on yarn and do graceful restart

2021-10-19 Thread Xintong Song (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-23849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xintong Song updated FLINK-23849:
-
Affects Version/s: (was: 1.13.2)
   (was: 1.13.1)
   (was: 1.12.2)

> Support react to the node decommissioning change state on yarn and do 
> graceful restart
> --
>
> Key: FLINK-23849
> URL: https://issues.apache.org/jira/browse/FLINK-23849
> Project: Flink
>  Issue Type: New Feature
>  Components: Deployment / YARN
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.15.0
>
>
> Now we are not interested in node updates in 
> YarnContainerEventHandler.onNodesUpdated , but sometimes we want to evict the 
> running flink process on one node and graceful restart on the other node 
> because of some unexpected reason such as the physical machine need to be 
> recycle or the cloud computing cluster need to be migration. Thus, we can 
> react to the node decommissioning change state, and call the 
> stopWithSavepoint function and then restart it.



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


[jira] [Updated] (FLINK-23849) Support react to the node decommissioning change state on yarn and do graceful restart

2021-08-20 Thread Till Rohrmann (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-23849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Till Rohrmann updated FLINK-23849:
--
Issue Type: New Feature  (was: Improvement)

> Support react to the node decommissioning change state on yarn and do 
> graceful restart
> --
>
> Key: FLINK-23849
> URL: https://issues.apache.org/jira/browse/FLINK-23849
> Project: Flink
>  Issue Type: New Feature
>  Components: Deployment / YARN
>Affects Versions: 1.12.2, 1.13.1, 1.13.2
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.15.0
>
>
> Now we are not interested in node updates in 
> YarnContainerEventHandler.onNodesUpdated , but sometimes we want to evict the 
> running flink process on one node and graceful restart on the other node 
> because of some unexpected reason such as the physical machine need to be 
> recycle or the cloud computing cluster need to be migration. Thus, we can 
> react to the node decommissioning change state, and call the 
> stopWithSavepoint function and then restart it.



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


[jira] [Updated] (FLINK-23849) Support react to the node decommissioning change state on yarn and do graceful restart

2021-08-18 Thread zlzhang0122 (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-23849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

zlzhang0122 updated FLINK-23849:

Description: Now we are not interested in node updates in 
YarnContainerEventHandler.onNodesUpdated , but sometimes we want to evict the 
running flink process on one node and graceful restart on the other node 
because of some unexpected reason such as the physical machine need to be 
recycle or the cloud computing cluster need to be migration. Thus, we can react 
to the node decommissioning change state, and call the stopWithSavepoint 
function and then restart it.  (was: Now we are not interested in node updates 
in YarnContainerEventHandler.onNodesUpdated, but sometimes we want to evict the 
running flink process on the node and graceful restart on the other node 
because of some unexpected reason such as the physical machine need to be 
recycle or the cloud computing cluster need to be migration. Thus, we can react 
to the node decommissioning change state, and call the stopWithSavepoint and 
then restart it.)

> Support react to the node decommissioning change state on yarn and do 
> graceful restart
> --
>
> Key: FLINK-23849
> URL: https://issues.apache.org/jira/browse/FLINK-23849
> Project: Flink
>  Issue Type: Improvement
>  Components: Deployment / YARN
>Affects Versions: 1.12.2, 1.13.1, 1.13.2
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.15.0
>
>
> Now we are not interested in node updates in 
> YarnContainerEventHandler.onNodesUpdated , but sometimes we want to evict the 
> running flink process on one node and graceful restart on the other node 
> because of some unexpected reason such as the physical machine need to be 
> recycle or the cloud computing cluster need to be migration. Thus, we can 
> react to the node decommissioning change state, and call the 
> stopWithSavepoint function and then restart it.



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