[jira] [Commented] (FLINK-36673) Operator is not properly handling failed deployments without savepoints

2025-03-01 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17931787#comment-17931787 ] Gyula Fora commented on FLINK-36673: I think this is a duplicate of https://issues.

[jira] [Commented] (FLINK-37383) ThrottleIterator from examples/utils does not properly throttle on next window after throttle is applied

2025-03-01 Thread Rafael Zimmermann (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17931786#comment-17931786 ] Rafael Zimmermann commented on FLINK-37383: --- I've addressed all comments in th

Re: [PR] [FLINK-37367][state/forst] Make ForSt inherit uploaded SST files after restorations. [flink]

2025-03-01 Thread via GitHub
Zakelly commented on code in PR #26202: URL: https://github.com/apache/flink/pull/26202#discussion_r1976536246 ## flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/ForStKeyedStateBackendBuilder.java: ## @@ -259,10 +259,14 @@ public ForStKey

Re: [PR] [FLINK-37367][state/forst] Make ForSt inherit uploaded SST files after restorations. [flink]

2025-03-01 Thread via GitHub
Zakelly commented on code in PR #26202: URL: https://github.com/apache/flink/pull/26202#discussion_r1976535835 ## flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/ForStKeyedStateBackendBuilder.java: ## @@ -259,10 +259,14 @@ public ForStKey

Re: [PR] [hotfix][tests] Use Junit5 import. [flink]

2025-03-01 Thread via GitHub
slfan1989 commented on PR #26193: URL: https://github.com/apache/flink/pull/26193#issuecomment-2692518286 @snuyanzin Thank you very much for your suggestions! I have made improvements using assertJ. -- This is an automated message from the Apache Git Service. To respond to the message, pl

[jira] [Comment Edited] (FLINK-36673) Operator is not properly handling failed deployments without savepoints

2025-03-01 Thread Alan Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17931738#comment-17931738 ] Alan Zhang edited comment on FLINK-36673 at 3/2/25 1:41 AM:

[jira] [Updated] (FLINK-36673) Operator is not properly handling failed deployments without savepoints

2025-03-01 Thread Alan Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Zhang updated FLINK-36673: --- Attachment: Screenshot 2025-02-28 at 8.55.36 PM.png > Operator is not properly handling failed deplo

[jira] [Comment Edited] (FLINK-36673) Operator is not properly handling failed deployments without savepoints

2025-03-01 Thread Alan Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17931738#comment-17931738 ] Alan Zhang edited comment on FLINK-36673 at 3/2/25 1:40 AM:

[jira] [Commented] (FLINK-36673) Operator is not properly handling failed deployments without savepoints

2025-03-01 Thread Alan Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17931738#comment-17931738 ] Alan Zhang commented on FLINK-36673: > Checkpointing is enabled as a very last step

[jira] [Updated] (FLINK-36673) Operator is not properly handling failed deployments without savepoints

2025-03-01 Thread Alan Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Zhang updated FLINK-36673: --- Attachment: Screenshot 2025-02-28 at 4.15.26 PM.png > Operator is not properly handling failed deplo

[jira] [Updated] (FLINK-36673) Operator is not properly handling failed deployments without savepoints

2025-03-01 Thread Alan Zhang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Zhang updated FLINK-36673: --- Attachment: Screenshot 2025-02-28 at 8.51.37 PM.png > Operator is not properly handling failed deplo

[jira] [Updated] (FLINK-33525) Migrate LoadSimulationPipeline in Flink K8S Operator to the new Source API

2025-03-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-33525: --- Labels: pull-request-available (was: ) > Migrate LoadSimulationPipeline in Flink K8S Operat

Re: [PR] [BP-2.0][FLINK-36172][runtime] Optimize transient metric cleanup [flink]

2025-03-01 Thread via GitHub
JunRuiLee merged PR #26232: URL: https://github.com/apache/flink/pull/26232 -- 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: issues-unsubscr...@flink.apa

Re: [PR] [hotfix][clients] Refactor PackagedProgram#getJobJarAndDependencies to reduce some redundant lines. [flink]

2025-03-01 Thread via GitHub
flinkbot commented on PR #26238: URL: https://github.com/apache/flink/pull/26238#issuecomment-2692179205 ## CI report: * eb178661ac01d1511ffe76213c5abc74c039e094 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [hotfix][clients] Refactor PackagedProgram#getJobJarAndDependencies to reduce some redundant lines. [flink]

2025-03-01 Thread via GitHub
RocMarshal opened a new pull request, #26238: URL: https://github.com/apache/flink/pull/26238 ## What is the purpose of the change [hotfix][clients] Refactor PackagedProgram#getJobJarAndDependencies to reduce some redundant lines. ## Brief change log [hot