Re: [PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-22 Thread via GitHub
fredia commented on PR #24672: URL: https://github.com/apache/flink/pull/24672#issuecomment-2069427265 Thanks all for the detailed review, merged -- 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

Re: [PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-22 Thread via GitHub
fredia merged PR #24672: URL: https://github.com/apache/flink/pull/24672 -- 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-35028][runtime] Timer firing under async execution model [flink]

2024-04-21 Thread via GitHub
fredia commented on code in PR #24672: URL: https://github.com/apache/flink/pull/24672#discussion_r1574062845 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/InternalTimerServiceAsyncImpl.java: ## @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache

Re: [PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-19 Thread via GitHub
yunfengzhou-hub commented on code in PR #24672: URL: https://github.com/apache/flink/pull/24672#discussion_r1572300164 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/operators/asyncprocessing/AbstractAsyncStateStreamOperatorV2.java: ## @@ -113,6

Re: [PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-19 Thread via GitHub
fredia commented on PR #24672: URL: https://github.com/apache/flink/pull/24672#issuecomment-2066225062 @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-35028][runtime] Timer firing under async execution model [flink]

2024-04-18 Thread via GitHub
Zakelly commented on code in PR #24672: URL: https://github.com/apache/flink/pull/24672#discussion_r1571754617 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/InternalTimerServiceAsyncImpl.java: ## @@ -0,0 +1,142 @@ +/* + * Licensed to the Apache

Re: [PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-18 Thread via GitHub
fredia commented on PR #24672: URL: https://github.com/apache/flink/pull/24672#issuecomment-2063204411 @Zakelly @yunfengzhou-hub Thanks for the detailed review, I updated the PR and addressed some comments, would you please take a look again? -- This is an automated message from the

Re: [PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-18 Thread via GitHub
fredia commented on code in PR #24672: URL: https://github.com/apache/flink/pull/24672#discussion_r1570140913 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/InternalTimerServiceAsyncImpl.java: ## @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache

Re: [PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-18 Thread via GitHub
fredia commented on code in PR #24672: URL: https://github.com/apache/flink/pull/24672#discussion_r1570100169 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/KeyAccountingUnit.java: ## @@ -32,6 +32,8 @@ */ public class KeyAccountingUnit { +

Re: [PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-18 Thread via GitHub
fredia commented on code in PR #24672: URL: https://github.com/apache/flink/pull/24672#discussion_r1570075307 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/InternalTimerServiceImpl.java: ## @@ -117,6 +120,7 @@ public class

Re: [PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-17 Thread via GitHub
Zakelly commented on code in PR #24672: URL: https://github.com/apache/flink/pull/24672#discussion_r1569904139 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/KeyAccountingUnit.java: ## @@ -32,6 +32,8 @@ */ public class KeyAccountingUnit { +

Re: [PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-17 Thread via GitHub
yunfengzhou-hub commented on code in PR #24672: URL: https://github.com/apache/flink/pull/24672#discussion_r1569902836 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/InternalTimerServiceImpl.java: ## @@ -117,6 +120,7 @@ public class

Re: [PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-17 Thread via GitHub
fredia commented on code in PR #24672: URL: https://github.com/apache/flink/pull/24672#discussion_r1568752322 ## flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/InternalTimerServiceAsyncImplTest.java: ## @@ -0,0 +1,219 @@ +/* + * Licensed to the

Re: [PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-17 Thread via GitHub
fredia commented on code in PR #24672: URL: https://github.com/apache/flink/pull/24672#discussion_r1568731699 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/InternalTimerServiceImpl.java: ## @@ -117,6 +120,7 @@ public class

Re: [PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-17 Thread via GitHub
Zakelly commented on code in PR #24672: URL: https://github.com/apache/flink/pull/24672#discussion_r1568659887 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/InternalTimeServiceManager.java: ## @@ -51,6 +52,21 @@ InternalTimerService

Re: [PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-17 Thread via GitHub
yunfengzhou-hub commented on code in PR #24672: URL: https://github.com/apache/flink/pull/24672#discussion_r1568257919 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/InternalTimerServiceAsyncImpl.java: ## @@ -0,0 +1,145 @@ +/* + * Licensed to the

Re: [PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-16 Thread via GitHub
flinkbot commented on PR #24672: URL: https://github.com/apache/flink/pull/24672#issuecomment-2059006200 ## CI report: * 6507dc0d38dec17e91fa3f722cd924ca82197622 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-35028][runtime] Timer firing under async execution model [flink]

2024-04-16 Thread via GitHub
fredia opened a new pull request, #24672: URL: https://github.com/apache/flink/pull/24672 ## What is the purpose of the change This PR adapts timer firing to async state execution. The entrances are `AbstractAsyncStateStreamOperator ` and `AbstractAsyncStateStreamOperatorV2`,