Flink On Yarn , ResourceManager is HA , if active ResourceManager changed,what is flink task status ?
Hi community,
I have a question about flink on yarn ha , if active resourcemanager changed, what is the flink task staus. Is flink task running normally? Should I must restart my flink task to run?
Re: Flink On Yarn , ResourceManager is HA , if active ResourceManager changed,what is flink task status ?
Normally, Yarn RM switch should not cause any problem to the running Flink instance. Unless the RM switch takes too long and Flink happens to request new containers during that time, it might lead to resource allocation timeout.
Thank you~
Xintong Song
On Wed, Apr 15, 2020 at 3:49 PM LakeShen <[hidden email]> wrote:
Hi community,
I have a question about flink on yarn ha , if active resourcemanager changed, what is the flink task staus. Is flink task running normally? Should I must restart my flink task to run?