Re: [PR] [FLINK-34200][test] Fix the bug that AutoRescalingITCase.testCheckpointRescalingInKeyedState fails occasionally [flink]

2024-02-08 Thread via GitHub
XComp merged PR #24286: URL: https://github.com/apache/flink/pull/24286 -- 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-34200][test] Fix the bug that AutoRescalingITCase.testCheckpointRescalingInKeyedState fails occasionally [flink]

2024-02-08 Thread via GitHub
XComp commented on PR #24286: URL: https://github.com/apache/flink/pull/24286#issuecomment-1933821366 @flinkbot run azure -- 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.

Re: [PR] [FLINK-34200][test] Fix the bug that AutoRescalingITCase.testCheckpointRescalingInKeyedState fails occasionally [flink]

2024-02-08 Thread via GitHub
XComp commented on PR #24286: URL: https://github.com/apache/flink/pull/24286#issuecomment-1933821158 The [CI failure](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=57393) is due to another issue which is documented in FLINK-34411 -- This

Re: [PR] [FLINK-34200][test] Fix the bug that AutoRescalingITCase.testCheckpointRescalingInKeyedState fails occasionally [flink]

2024-02-07 Thread via GitHub
flinkbot commented on PR #24286: URL: https://github.com/apache/flink/pull/24286#issuecomment-1933267143 ## CI report: * 3106d453263661e7a08972882a2aabbdf3a7b20d UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-34200][test] Fix the bug that AutoRescalingITCase.testCheckpointRescalingInKeyedState fails occasionally [flink]

2024-02-07 Thread via GitHub
1996fanrui opened a new pull request, #24286: URL: https://github.com/apache/flink/pull/24286 Backporting FLINK-34200 to 1.19 -- 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

Re: [PR] [FLINK-34200][test] Fix the bug that AutoRescalingITCase.testCheckpointRescalingInKeyedState fails occasionally [flink]

2024-02-07 Thread via GitHub
1996fanrui merged PR #24246: URL: https://github.com/apache/flink/pull/24246 -- 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-34200][test] Fix the bug that AutoRescalingITCase.testCheckpointRescalingInKeyedState fails occasionally [flink]

2024-02-07 Thread via GitHub
1996fanrui commented on PR #24246: URL: https://github.com/apache/flink/pull/24246#issuecomment-1933257619 Thanks @XComp @StefanRRichter for the review, merging~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [FLINK-34200][test] Fix the bug that AutoRescalingITCase.testCheckpointRescalingInKeyedState fails occasionally [flink]

2024-02-07 Thread via GitHub
XComp commented on code in PR #24246: URL: https://github.com/apache/flink/pull/24246#discussion_r1481446503 ## flink-tests/src/test/java/org/apache/flink/test/checkpointing/AutoRescalingITCase.java: ## @@ -163,6 +163,8 @@ public void setup() throws Exception {

Re: [PR] [FLINK-34200][test] Fix the bug that AutoRescalingITCase.testCheckpointRescalingInKeyedState fails occasionally [flink]

2024-02-05 Thread via GitHub
1996fanrui commented on code in PR #24246: URL: https://github.com/apache/flink/pull/24246#discussion_r1479164422 ## flink-runtime/src/test/java/org/apache/flink/runtime/testutils/CommonTestUtils.java: ## @@ -367,9 +367,11 @@ public static void waitForCheckpoint(JobID jobID,

Re: [PR] [FLINK-34200][test] Fix the bug that AutoRescalingITCase.testCheckpointRescalingInKeyedState fails occasionally [flink]

2024-02-05 Thread via GitHub
XComp commented on code in PR #24246: URL: https://github.com/apache/flink/pull/24246#discussion_r1478141469 ## flink-tests/src/test/java/org/apache/flink/test/checkpointing/AutoRescalingITCase.java: ## @@ -411,7 +413,7 @@ public void

Re: [PR] [FLINK-34200][test] Fix the bug that AutoRescalingITCase.testCheckpointRescalingInKeyedState fails occasionally [flink]

2024-02-01 Thread via GitHub
1996fanrui commented on code in PR #24246: URL: https://github.com/apache/flink/pull/24246#discussion_r1475680928 ## flink-tests/src/test/java/org/apache/flink/test/checkpointing/AutoRescalingITCase.java: ## @@ -328,7 +330,7 @@ public void

Re: [PR] [FLINK-34200][test] Fix the bug that AutoRescalingITCase.testCheckpointRescalingInKeyedState fails occasionally [flink]

2024-02-01 Thread via GitHub
1996fanrui commented on code in PR #24246: URL: https://github.com/apache/flink/pull/24246#discussion_r1475645896 ## flink-runtime/src/test/java/org/apache/flink/runtime/testutils/CommonTestUtils.java: ## @@ -367,9 +367,11 @@ public static void waitForCheckpoint(JobID jobID,

Re: [PR] [FLINK-34200][test] Fix the bug that AutoRescalingITCase.testCheckpointRescalingInKeyedState fails occasionally [flink]

2024-02-01 Thread via GitHub
1996fanrui commented on code in PR #24246: URL: https://github.com/apache/flink/pull/24246#discussion_r1475645896 ## flink-runtime/src/test/java/org/apache/flink/runtime/testutils/CommonTestUtils.java: ## @@ -367,9 +367,11 @@ public static void waitForCheckpoint(JobID jobID,

Re: [PR] [FLINK-34200][test] Fix the bug that AutoRescalingITCase.testCheckpointRescalingInKeyedState fails occasionally [flink]

2024-02-01 Thread via GitHub
XComp commented on code in PR #24246: URL: https://github.com/apache/flink/pull/24246#discussion_r1474488421 ## flink-runtime/src/test/java/org/apache/flink/runtime/testutils/CommonTestUtils.java: ## @@ -367,9 +367,11 @@ public static void waitForCheckpoint(JobID jobID,

Re: [PR] [FLINK-34200][test] Fix the bug that AutoRescalingITCase.testCheckpointRescalingInKeyedState fails occasionally [flink]

2024-02-01 Thread via GitHub
flinkbot commented on PR #24246: URL: https://github.com/apache/flink/pull/24246#issuecomment-1921304022 ## CI report: * 9eec91beb3f2ac2344454b9402ba2505201f0e49 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`