Re: [PR] [FLINK-33006] add e2e for Flink operator HA [flink-kubernetes-operator]

2024-01-26 Thread via GitHub
gyfora merged PR #756: URL: https://github.com/apache/flink-kubernetes-operator/pull/756 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] [FLINK-33006] add e2e for Flink operator HA [flink-kubernetes-operator]

2024-01-26 Thread via GitHub
HuangZhenQiu commented on code in PR #756: URL: https://github.com/apache/flink-kubernetes-operator/pull/756#discussion_r1467819326 ## e2e-tests/test_flink_operator_ha.sh: ## @@ -0,0 +1,71 @@ +#!/usr/bin/env bash

Re: [PR] [FLINK-33006] add e2e for Flink operator HA [flink-kubernetes-operator]

2024-01-26 Thread via GitHub
gyfora commented on code in PR #756: URL: https://github.com/apache/flink-kubernetes-operator/pull/756#discussion_r1467821898 ## e2e-tests/test_flink_operator_ha.sh: ## @@ -0,0 +1,71 @@ +#!/usr/bin/env bash

Re: [PR] [FLINK-33006] add e2e for Flink operator HA [flink-kubernetes-operator]

2024-01-26 Thread via GitHub
HuangZhenQiu commented on code in PR #756: URL: https://github.com/apache/flink-kubernetes-operator/pull/756#discussion_r1467815393 ## .github/workflows/ci.yml: ## @@ -113,12 +114,18 @@ jobs: test: test_autoscaler.sh - version: v1_15 test:

Re: [PR] [FLINK-33006] add e2e for Flink operator HA [flink-kubernetes-operator]

2024-01-26 Thread via GitHub
HuangZhenQiu commented on code in PR #756: URL: https://github.com/apache/flink-kubernetes-operator/pull/756#discussion_r1467819326 ## e2e-tests/test_flink_operator_ha.sh: ## @@ -0,0 +1,71 @@ +#!/usr/bin/env bash

Re: [PR] [FLINK-33006] add e2e for Flink operator HA [flink-kubernetes-operator]

2024-01-26 Thread via GitHub
gyfora commented on code in PR #756: URL: https://github.com/apache/flink-kubernetes-operator/pull/756#discussion_r1467818628 ## .github/workflows/ci.yml: ## @@ -113,12 +114,18 @@ jobs: test: test_autoscaler.sh - version: v1_15 test:

Re: [PR] [FLINK-33006] add e2e for Flink operator HA [flink-kubernetes-operator]

2024-01-26 Thread via GitHub
HuangZhenQiu commented on code in PR #756: URL: https://github.com/apache/flink-kubernetes-operator/pull/756#discussion_r1467815393 ## .github/workflows/ci.yml: ## @@ -113,12 +114,18 @@ jobs: test: test_autoscaler.sh - version: v1_15 test:

Re: [PR] [FLINK-33006] add e2e for Flink operator HA [flink-kubernetes-operator]

2024-01-26 Thread via GitHub
gyfora commented on code in PR #756: URL: https://github.com/apache/flink-kubernetes-operator/pull/756#discussion_r1467714636 ## e2e-tests/test_flink_operator_ha.sh: ## @@ -0,0 +1,71 @@ +#!/usr/bin/env bash

Re: [PR] [FLINK-33006] add e2e for Flink operator HA [flink-kubernetes-operator]

2024-01-22 Thread via GitHub
HuangZhenQiu commented on PR #756: URL: https://github.com/apache/flink-kubernetes-operator/pull/756#issuecomment-1905043266 @gyfora After enable HA, there are two operator pods. Takes 2 days to fix the shell scripts step by step. Currently the build is green, please review it at your

Re: [PR] [FLINK-33006] add e2e for Flink operator HA [flink-kubernetes-operator]

2024-01-21 Thread via GitHub
HuangZhenQiu commented on PR #756: URL: https://github.com/apache/flink-kubernetes-operator/pull/756#issuecomment-1903350455 @gyfora Thanks for all of the suggestion. I have changed scripts accordingly. Please approve the ci build workflow for further verification. -- This is an