Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-26 Thread via GitHub
fredia merged PR #24667: URL: https://github.com/apache/flink/pull/24667 -- 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-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-25 Thread via GitHub
fredia commented on PR #24667: URL: https://github.com/apache/flink/pull/24667#issuecomment-2078637067 @Zakelly Thanks for the review, I addressed the comments and rebased to master. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-25 Thread via GitHub
Zakelly commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1580464018 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -94,26 +97,38 @@ public class AsyncExecutionController {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-25 Thread via GitHub
Zakelly commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1579142292 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -94,26 +97,39 @@ public class AsyncExecutionController {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-25 Thread via GitHub
fredia commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1578997828 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -220,12 +283,17 @@ void insertBlockingBuffer(StateRequest

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-25 Thread via GitHub
fredia commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1578997828 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -220,12 +283,17 @@ void insertBlockingBuffer(StateRequest

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-24 Thread via GitHub
Zakelly commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1578825952 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -220,12 +283,17 @@ void insertBlockingBuffer(StateRequest

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-24 Thread via GitHub
fredia commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1578815645 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -220,12 +283,17 @@ void insertBlockingBuffer(StateRequest

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-24 Thread via GitHub
Zakelly commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1578769079 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -220,12 +283,17 @@ void insertBlockingBuffer(StateRequest

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-24 Thread via GitHub
Zakelly commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1578767927 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -94,29 +106,80 @@ public class AsyncExecutionController {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-24 Thread via GitHub
fredia commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1577700082 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -94,29 +106,80 @@ public class AsyncExecutionController {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-24 Thread via GitHub
fredia commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1577695901 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -220,12 +283,17 @@ void insertBlockingBuffer(StateRequest

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-24 Thread via GitHub
Zakelly commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1577589826 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -94,29 +106,80 @@ public class AsyncExecutionController {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-23 Thread via GitHub
fredia commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1575787928 ## flink-runtime/src/test/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionControllerTest.java: ## @@ -346,6 +337,63 @@ public void testSyncPoint() {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-23 Thread via GitHub
fredia commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1575735682 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -94,29 +108,91 @@ public class AsyncExecutionController {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-22 Thread via GitHub
yunfengzhou-hub commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1575597004 ## flink-runtime/src/test/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionControllerTest.java: ## @@ -346,6 +337,63 @@ public void testSyncPoint()

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-22 Thread via GitHub
yunfengzhou-hub commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1575609479 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -94,29 +108,91 @@ public class

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-22 Thread via GitHub
yunfengzhou-hub commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1575604054 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -94,29 +108,91 @@ public class

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-22 Thread via GitHub
yunfengzhou-hub commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1575603596 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -94,29 +108,91 @@ public class

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-22 Thread via GitHub
fredia commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1575573086 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -94,29 +108,91 @@ public class AsyncExecutionController {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-22 Thread via GitHub
Zakelly commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1574559188 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -94,29 +108,91 @@ public class AsyncExecutionController {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-22 Thread via GitHub
masteryhx commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1574501889 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -94,29 +108,91 @@ public class AsyncExecutionController

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-22 Thread via GitHub
fredia commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1574293924 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -50,15 +50,24 @@ public class AsyncExecutionController {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-19 Thread via GitHub
yunfengzhou-hub commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1572344539 ## flink-core/src/main/java/org/apache/flink/configuration/ExecutionOptions.java: ## @@ -181,4 +182,62 @@ public class ExecutionOptions {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-19 Thread via GitHub
fredia commented on PR #24667: URL: https://github.com/apache/flink/pull/24667#issuecomment-2066106851 After offline discussion, FLIP-425 is only used for stateful operators, hence ,`async-mode` was changed back to `async-state`. -- This is an automated message from the Apache Git

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-18 Thread via GitHub
Zakelly commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1571771428 ## flink-core/src/main/java/org/apache/flink/configuration/ExecutionOptions.java: ## @@ -181,4 +182,73 @@ public class ExecutionOptions {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-17 Thread via GitHub
fredia commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1569864750 ## flink-core/src/main/java/org/apache/flink/configuration/ExecutionOptions.java: ## @@ -181,4 +182,73 @@ public class ExecutionOptions {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-17 Thread via GitHub
fredia commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1569863724 ## flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java: ## @@ -1085,6 +1085,54 @@ public void setUseSnapshotCompression(boolean

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-17 Thread via GitHub
yunfengzhou-hub commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1569768663 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -94,19 +103,26 @@ public class

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-17 Thread via GitHub
yunfengzhou-hub commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1569768663 ## flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/AsyncExecutionController.java: ## @@ -94,19 +103,26 @@ public class

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-17 Thread via GitHub
fredia commented on PR #24667: URL: https://github.com/apache/flink/pull/24667#issuecomment-2060999083 @yunfengzhou-hub @Zakelly Thanks for the detailed review, I have rebased this PR and addressed some comments, PTAL if you are free. -- This is an automated message from the Apache Git

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-17 Thread via GitHub
fredia commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1568659638 ## flink-core/src/main/java/org/apache/flink/configuration/ExecutionOptions.java: ## @@ -181,4 +182,73 @@ public class ExecutionOptions {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-17 Thread via GitHub
fredia commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1568656329 ## flink-core/src/main/java/org/apache/flink/configuration/ExecutionOptions.java: ## @@ -181,4 +182,73 @@ public class ExecutionOptions {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-16 Thread via GitHub
yunfengzhou-hub commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1566744878 ## flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java: ## @@ -1085,6 +1085,54 @@ public void setUseSnapshotCompression(boolean

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-15 Thread via GitHub
yunfengzhou-hub commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1566742123 ## flink-core/src/main/java/org/apache/flink/configuration/ExecutionOptions.java: ## @@ -181,4 +182,73 @@ public class ExecutionOptions {

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-15 Thread via GitHub
yunfengzhou-hub commented on code in PR #24667: URL: https://github.com/apache/flink/pull/24667#discussion_r1566744878 ## flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java: ## @@ -1085,6 +1085,54 @@ public void setUseSnapshotCompression(boolean

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-15 Thread via GitHub
fredia commented on PR #24667: URL: https://github.com/apache/flink/pull/24667#issuecomment-2058174500 @Zakelly @ljz2051 would you please take a look? -- 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

Re: [PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

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

[PR] [FLINK-35026][runtime][config] Introduce async execution configurations [flink]

2024-04-15 Thread via GitHub
fredia opened a new pull request, #24667: URL: https://github.com/apache/flink/pull/24667 ## What is the purpose of the change As part of the async execution model of disaggregated state management, this PR introduce async execution configurations. ## Brief change