[GitHub] [flink-connector-pulsar] reswqa commented on pull request #44: [FLINK-32003] Upgrade pulsar-client version to work with OAuth2

2023-05-06 Thread via GitHub
reswqa commented on PR #44: URL: https://github.com/apache/flink-connector-pulsar/pull/44#issuecomment-1537072197 > Werid. I run already mvn spotless:apply and no diff report. Did you manually execute `mvn spotless: apply`, which successfully fixed the formatting issue on my mac. -

[GitHub] [flink-connector-pulsar] tisonkun commented on pull request #44: [FLINK-32003] Upgrade pulsar-client version to work with OAuth2

2023-05-06 Thread via GitHub
tisonkun commented on PR #44: URL: https://github.com/apache/flink-connector-pulsar/pull/44#issuecomment-1537073378 @reswqa I manually disable skip. But the default config seems: ``` com.diffplug.spotless

[jira] [Created] (FLINK-32023) execution.buffer-timeout cannot be set to -1 ms

2023-05-06 Thread Liu (Jira)
Liu created FLINK-32023: --- Summary: execution.buffer-timeout cannot be set to -1 ms Key: FLINK-32023 URL: https://issues.apache.org/jira/browse/FLINK-32023 Project: Flink Issue Type: Improvement

[GitHub] [flink] zhuzhurk commented on a diff in pull request #22506: [FLINK-31890][runtime] Introduce JobMaster per-task failure enrichment/labeling

2023-05-06 Thread via GitHub
zhuzhurk commented on code in PR #22506: URL: https://github.com/apache/flink/pull/22506#discussion_r1186655239 ## flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java: ## @@ -473,26 +500,50 @@ public CompletableFuture cancel(Time timeout) { @Overr

[jira] [Closed] (FLINK-32022) Source level scaling is not applied to operators with chaining applied

2023-05-06 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora closed FLINK-32022. -- Resolution: Duplicate > Source level scaling is not applied to operators with chaining applied > -

[GitHub] [flink] zhuzhurk commented on a diff in pull request #22506: [FLINK-31890][runtime] Introduce JobMaster per-task failure enrichment/labeling

2023-05-06 Thread via GitHub
zhuzhurk commented on code in PR #22506: URL: https://github.com/apache/flink/pull/22506#discussion_r1186656051 ## flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java: ## @@ -473,26 +500,50 @@ public CompletableFuture cancel(Time timeout) { @Overr

[GitHub] [flink-connector-pulsar] tisonkun commented on pull request #44: [FLINK-32003] Upgrade pulsar-client version to work with OAuth2

2023-05-06 Thread via GitHub
tisonkun commented on PR #44: URL: https://github.com/apache/flink-connector-pulsar/pull/44#issuecomment-1537078809 Still a few breaking things. I'm trying to pick https://github.com/apache/flink/pull/21204. -- This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (FLINK-31976) Once marked as an inefficient scale-up, further scaling may not happen forever

2023-05-06 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720162#comment-17720162 ] Gyula Fora commented on FLINK-31976: Sorry I don’t understand the suggestion. The in

[jira] [Commented] (FLINK-32016) Logs are printed as disabled even if the autoscaler option is true

2023-05-06 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720163#comment-17720163 ] Gyula Fora commented on FLINK-32016: This looks correct, autoscaler is disabled by s

[jira] [Comment Edited] (FLINK-32016) Logs are printed as disabled even if the autoscaler option is true

2023-05-06 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720163#comment-17720163 ] Gyula Fora edited comment on FLINK-32016 at 5/6/23 7:37 AM:

[GitHub] [flink] reswqa commented on a diff in pull request #22457: [FLINK-31876][QS] Migrate flink-queryable-state-runtime tests to JUnit5

2023-05-06 Thread via GitHub
reswqa commented on code in PR #22457: URL: https://github.com/apache/flink/pull/22457#discussion_r1186655970 ## flink-queryable-state/flink-queryable-state-runtime/src/test/java/org/apache/flink/queryablestate/itcases/AbstractQueryableStateTestBase.java: ## @@ -99,24 +101,23 @@

[jira] [Commented] (FLINK-32012) Operator failed to rollback due to missing HA metadata

2023-05-06 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720165#comment-17720165 ] Gyula Fora commented on FLINK-32012: Hey! This is an unfortunate limitation of the r

[GitHub] [flink] dmvk commented on a diff in pull request #22506: [FLINK-31890][runtime] Introduce JobMaster per-task failure enrichment/labeling

2023-05-06 Thread via GitHub
dmvk commented on code in PR #22506: URL: https://github.com/apache/flink/pull/22506#discussion_r1186661023 ## flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java: ## @@ -473,26 +500,50 @@ public CompletableFuture cancel(Time timeout) { @Override

[jira] [Commented] (FLINK-31976) Once marked as an inefficient scale-up, further scaling may not happen forever

2023-05-06 Thread Tan Kim (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720166#comment-17720166 ] Tan Kim commented on FLINK-31976: - Turning off inefficient scaling is easy. What I'm try

[jira] [Assigned] (FLINK-32019) EARLIEST offset strategy for partitions discoveried later based on FLIP-288

2023-05-06 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu reassigned FLINK-32019: -- Assignee: Hongshun Wang > EARLIEST offset strategy for partitions discoveried later based on

[jira] [Assigned] (FLINK-32021) Improvement the Javadoc for SpecifiedOffsetsInitializer and TimestampOffsetsInitializer.

2023-05-06 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu reassigned FLINK-32021: -- Assignee: Hongshun Wang > Improvement the Javadoc for SpecifiedOffsetsInitializer and > Time

[jira] [Assigned] (FLINK-32020) Enable Dynamic Partition Discovery by Default in Kafka Source based on FLIP-288

2023-05-06 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu reassigned FLINK-32020: -- Assignee: Hongshun Wang > Enable Dynamic Partition Discovery by Default in Kafka Source based

[jira] [Commented] (FLINK-31953) FLIP-288: Enable Dynamic Partition Discovery by Default in Kafka Source

2023-05-06 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720167#comment-17720167 ] Leonard Xu commented on FLINK-31953: Assigned to you. > FLIP-288: Enable Dynamic Pa

[jira] [Commented] (FLINK-32016) Logs are printed as disabled even if the autoscaler option is true

2023-05-06 Thread Tan Kim (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720168#comment-17720168 ] Tan Kim commented on FLINK-32016: - The above log is being printed periodically, even tho

[jira] [Commented] (FLINK-32016) Logs are printed as disabled even if the autoscaler option is true

2023-05-06 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720169#comment-17720169 ] Gyula Fora commented on FLINK-32016: That sounds strange can you share you yaml conf

[GitHub] [flink-connector-pulsar] tisonkun commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
tisonkun commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186664577 ## .github/workflows/daily.yml: ## @@ -21,10 +21,13 @@ on: schedule: - cron: "0 0 * * *" workflow_dispatch: + pull_request: ## !!! TODO DELETED

[jira] [Commented] (FLINK-32016) Logs are printed as disabled even if the autoscaler option is true

2023-05-06 Thread Tan Kim (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720170#comment-17720170 ] Tan Kim commented on FLINK-32016: -   {code:java} # yaml spec:   flinkConfiguration:    

[GitHub] [flink-connector-pulsar] tisonkun commented on pull request #44: [FLINK-32003] Upgrade pulsar-client version to work with OAuth2

2023-05-06 Thread via GitHub
tisonkun commented on PR #44: URL: https://github.com/apache/flink-connector-pulsar/pull/44#issuecomment-1537091245 I'm feeling lucky now ;-) -- 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

[jira] (FLINK-32016) Logs are printed as disabled even if the autoscaler option is true

2023-05-06 Thread Tan Kim (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32016 ] Tan Kim deleted comment on FLINK-32016: - was (Author: JIRAUSER300108):   {code:java} # yaml spec:   flinkConfiguration:     execution.checkpointing.interval: 10s     execution.checkpointing.unali

[jira] [Comment Edited] (FLINK-32016) Logs are printed as disabled even if the autoscaler option is true

2023-05-06 Thread Tan Kim (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720170#comment-17720170 ] Tan Kim edited comment on FLINK-32016 at 5/6/23 8:40 AM: -   {cod

[jira] [Commented] (FLINK-32016) Logs are printed as disabled even if the autoscaler option is true

2023-05-06 Thread Tan Kim (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720171#comment-17720171 ] Tan Kim commented on FLINK-32016: - When I went to forward the yaml config you requested,

[GitHub] [flink-connector-pulsar] tisonkun commented on pull request #44: [FLINK-32003] Upgrade pulsar-client version to work with OAuth2

2023-05-06 Thread via GitHub
tisonkun commented on PR #44: URL: https://github.com/apache/flink-connector-pulsar/pull/44#issuecomment-1537095518 Pending for merging... Although, I suggest a release is required to deliver this fix to downstream users. cc @MartijnVisser @leonardBang @dannycranmer what do yo

[GitHub] [flink] wForget opened a new pull request, #22537: [hotfix][table-planner] Replace empty hashset with EMPTY_SET

2023-05-06 Thread via GitHub
wForget opened a new pull request, #22537: URL: https://github.com/apache/flink/pull/22537 ## What is the purpose of the change Replace empty hashset with EMPTY_SET for consistent code style ## Brief change log Replace `new HashSet<>()` with `Collections.empty

[GitHub] [flink] flinkbot commented on pull request #22537: [hotfix][table-planner] Replace empty hashset with EMPTY_SET

2023-05-06 Thread via GitHub
flinkbot commented on PR #22537: URL: https://github.com/apache/flink/pull/22537#issuecomment-1537099878 ## CI report: * 202e011d42a54622083c41e489ce6b2fe422c931 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Commented] (FLINK-31976) Once marked as an inefficient scale-up, further scaling may not happen forever

2023-05-06 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720186#comment-17720186 ] Gyula Fora commented on FLINK-31976: What I meant by off is that it may be incorrect

[GitHub] [flink-kubernetes-operator] gyfora commented on a diff in pull request #584: [FLINK-31867] Enforce a minimum number of observations within a metric window

2023-05-06 Thread via GitHub
gyfora commented on code in PR #584: URL: https://github.com/apache/flink-kubernetes-operator/pull/584#discussion_r1186672269 ## flink-kubernetes-operator-autoscaler/src/main/java/org/apache/flink/kubernetes/operator/autoscaler/config/AutoScalerOptions.java: ## @@ -52,6 +52,13

[GitHub] [flink] xishuaidelin closed pull request #22493: Flink 31952

2023-05-06 Thread via GitHub
xishuaidelin closed pull request #22493: Flink 31952 URL: https://github.com/apache/flink/pull/22493 -- 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: iss

[GitHub] [flink] xishuaidelin opened a new pull request, #22538: [FLINK-31956][table] Extend the CompiledPlan to read from/write to Fl…

2023-05-06 Thread via GitHub
xishuaidelin opened a new pull request, #22538: URL: https://github.com/apache/flink/pull/22538 ## What is the purpose of the change * This pull request Extend the CompiledPlan to read from/write to Flink's FileSystem which contributes to the FLINK-31791 ## Brief ch

[jira] [Updated] (FLINK-31956) Extend the CompiledPlan to read from/write to Flink's FileSystem

2023-05-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-31956: --- Labels: pull-request-available (was: ) > Extend the CompiledPlan to read from/write to Flin

[GitHub] [flink] flinkbot commented on pull request #22538: [FLINK-31956][table] Extend the CompiledPlan to read from/write to Fl…

2023-05-06 Thread via GitHub
flinkbot commented on PR #22538: URL: https://github.com/apache/flink/pull/22538#issuecomment-1537107965 ## CI report: * 77364b83b0316a5d3b7b9ced7118039b87df5314 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] zhuzhurk commented on a diff in pull request #22506: [FLINK-31890][runtime] Introduce JobMaster per-task failure enrichment/labeling

2023-05-06 Thread via GitHub
zhuzhurk commented on code in PR #22506: URL: https://github.com/apache/flink/pull/22506#discussion_r1186678825 ## flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java: ## @@ -473,26 +500,50 @@ public CompletableFuture cancel(Time timeout) { @Overr

[GitHub] [flink] zoltar9264 commented on pull request #22458: [FLINK-31743][statebackend/rocksdb] disable rocksdb log relocating wh…

2023-05-06 Thread via GitHub
zoltar9264 commented on PR #22458: URL: https://github.com/apache/flink/pull/22458#issuecomment-1537127032 Thanks for meticulous suggestion @Myasuka , I have updated the PR and the CI passed. PTAL. -- This is an automated message from the Apache Git Service. To respond to the message, ple

[jira] [Commented] (FLINK-31976) Once marked as an inefficient scale-up, further scaling may not happen forever

2023-05-06 Thread Tan Kim (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720205#comment-17720205 ] Tan Kim commented on FLINK-31976: - I see, so I guess I'll have to test and decide whethe

[GitHub] [flink-statefun] nathantalewis opened a new pull request, #328: Fix value spec's name error message

2023-05-06 Thread via GitHub
nathantalewis opened a new pull request, #328: URL: https://github.com/apache/flink-statefun/pull/328 The error message doesn't match the regex or JSDoc comments. This commit corrects the error message. -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [flink-statefun] nathantalewis commented on pull request #328: [statefun-sdk-js] Fix value spec's name error message

2023-05-06 Thread via GitHub
nathantalewis commented on PR #328: URL: https://github.com/apache/flink-statefun/pull/328#issuecomment-1537167894 Closing as duplicate of https://github.com/apache/flink-statefun/pull/318 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [flink-statefun] nathantalewis closed pull request #328: [statefun-sdk-js] Fix value spec's name error message

2023-05-06 Thread via GitHub
nathantalewis closed pull request #328: [statefun-sdk-js] Fix value spec's name error message URL: https://github.com/apache/flink-statefun/pull/328 -- 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 t

[GitHub] [flink] xishuaidelin closed pull request #22538: [FLINK-31956][table] Extend the CompiledPlan to read from/write to Fl…

2023-05-06 Thread via GitHub
xishuaidelin closed pull request #22538: [FLINK-31956][table] Extend the CompiledPlan to read from/write to Fl… URL: https://github.com/apache/flink/pull/22538 -- 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

[GitHub] [flink] xishuaidelin opened a new pull request, #22539: [FLINK-31956][table] Extend the CompiledPlan to read from/write to Fl…

2023-05-06 Thread via GitHub
xishuaidelin opened a new pull request, #22539: URL: https://github.com/apache/flink/pull/22539 ## What is the purpose of the change * This pull request Extend the CompiledPlan to read from/write to Flink's FileSystem which contributes to the FLINK-31791 ## Brief ch

[GitHub] [flink] flinkbot commented on pull request #22539: [FLINK-31956][table] Extend the CompiledPlan to read from/write to Fl…

2023-05-06 Thread via GitHub
flinkbot commented on PR #22539: URL: https://github.com/apache/flink/pull/22539#issuecomment-1537175882 ## CI report: * 7847fbbb95ea29f8c9a13360de49f72953dc5f14 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] venkata91 commented on a diff in pull request #22509: [FLINK-31983] Add yarn Acls capability to Flink containers

2023-05-06 Thread via GitHub
venkata91 commented on code in PR #22509: URL: https://github.com/apache/flink/pull/22509#discussion_r1186730308 ## flink-yarn/src/main/java/org/apache/flink/yarn/Utils.java: ## @@ -620,4 +623,30 @@ public static YarnConfiguration getYarnConfiguration( return yarnConf

[GitHub] [flink] venkata91 commented on a diff in pull request #22509: [FLINK-31983] Add yarn Acls capability to Flink containers

2023-05-06 Thread via GitHub
venkata91 commented on code in PR #22509: URL: https://github.com/apache/flink/pull/22509#discussion_r1186738477 ## docs/layouts/shortcodes/generated/yarn_config_configuration.html: ## @@ -182,5 +182,15 @@ String Specify YARN node label for the Flink Ta

[GitHub] [flink-connector-pulsar] tisonkun commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
tisonkun commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186769897 ## .github/workflows/daily.yml: ## @@ -21,10 +21,13 @@ on: schedule: - cron: "0 0 * * *" workflow_dispatch: + pull_request: ## !!! TODO DELETED

[GitHub] [flink-connector-pulsar] tisonkun commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
tisonkun commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186769978 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSo

[GitHub] [flink-connector-pulsar] reswqa commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
reswqa commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186774433 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSour

[GitHub] [flink-connector-pulsar] reswqa commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
reswqa commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186774616 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSour

[GitHub] [flink-connector-pulsar] reswqa commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
reswqa commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186774616 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSour

[GitHub] [flink] reswqa merged pull request #22535: [BP-1.16][FLINK-31764][runtime] Get rid of numberOfRequestedOverdraftMemorySegments in LocalBufferPool.

2023-05-06 Thread via GitHub
reswqa merged PR #22535: URL: https://github.com/apache/flink/pull/22535 -- 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.apache

[jira] [Comment Edited] (FLINK-31764) Get rid of numberOfRequestedOverdraftMemorySegments in LocalBufferPool

2023-05-06 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720065#comment-17720065 ] Weijie Guo edited comment on FLINK-31764 at 5/7/23 3:14 AM:

[jira] [Updated] (FLINK-31764) Get rid of numberOfRequestedOverdraftMemorySegments in LocalBufferPool

2023-05-06 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo updated FLINK-31764: --- Affects Version/s: 1.16.1 (was: 1.18.0) > Get rid of numberOfRequestedOve

[jira] [Updated] (FLINK-31764) Get rid of numberOfRequestedOverdraftMemorySegments in LocalBufferPool

2023-05-06 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo updated FLINK-31764: --- Fix Version/s: 1.16.2 > Get rid of numberOfRequestedOverdraftMemorySegments in LocalBufferPool > ---

[GitHub] [flink-connector-pulsar] reswqa opened a new pull request, #46: [hotfix] Python connector download link should refer to the url defined in externalized repository

2023-05-06 Thread via GitHub
reswqa opened a new pull request, #46: URL: https://github.com/apache/flink-connector-pulsar/pull/46 ## Purpose of the change *As title.* ## Verifying this change *(Please pick either of the following options)* This change is a trivial rework / code cleanup wit

[GitHub] [flink-connector-pulsar] reswqa opened a new pull request, #47: [BP-3.0][hotfix] Python connector download link should refer to the url defined in externalized repository

2023-05-06 Thread via GitHub
reswqa opened a new pull request, #47: URL: https://github.com/apache/flink-connector-pulsar/pull/47 Backport to v3.0 branch. -- 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.

[GitHub] [flink-connector-rabbitmq] reswqa opened a new pull request, #10: [hotfix] Python connector download link should refer to the url defined in externalized repository

2023-05-06 Thread via GitHub
reswqa opened a new pull request, #10: URL: https://github.com/apache/flink-connector-rabbitmq/pull/10 (no comment) -- 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 unsub

[GitHub] [flink-connector-rabbitmq] reswqa opened a new pull request, #11: [hotfix] Python connector download link should refer to the url defined in externalized repository

2023-05-06 Thread via GitHub
reswqa opened a new pull request, #11: URL: https://github.com/apache/flink-connector-rabbitmq/pull/11 (no comment) -- 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 unsub

[GitHub] [flink-connector-pulsar] tisonkun commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
tisonkun commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186780749 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSo

[GitHub] [flink-connector-elasticsearch] reswqa opened a new pull request, #60: [hotfix] Python connector download link should refer to the url defined in externalized repository

2023-05-06 Thread via GitHub
reswqa opened a new pull request, #60: URL: https://github.com/apache/flink-connector-elasticsearch/pull/60 (no comment) -- 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

[GitHub] [flink-connector-elasticsearch] reswqa opened a new pull request, #61: [BP-3.0][hotfix] Python connector download link should refer to the url defined in externalized repository

2023-05-06 Thread via GitHub
reswqa opened a new pull request, #61: URL: https://github.com/apache/flink-connector-elasticsearch/pull/61 …ed in externalized repository -- 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 spec

[GitHub] [flink-connector-pulsar] reswqa commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
reswqa commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186783570 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSour

[GitHub] [flink-connector-pulsar] reswqa commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
reswqa commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186783570 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSour

[GitHub] [flink-connector-pulsar] reswqa commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
reswqa commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186784005 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSour

[GitHub] [flink-connector-pulsar] tisonkun commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
tisonkun commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186784205 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSo

[GitHub] [flink-connector-pulsar] reswqa commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
reswqa commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186787331 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSour

[GitHub] [flink-connector-pulsar] reswqa commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
reswqa commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186787932 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSour

[GitHub] [flink-connector-pulsar] reswqa commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
reswqa commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186787331 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSour

[GitHub] [flink-connector-pulsar] reswqa commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
reswqa commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186787932 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSour

[GitHub] [flink-connector-pulsar] reswqa commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
reswqa commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186787932 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSour

[GitHub] [flink-connector-aws] reswqa opened a new pull request, #71: [hotfix] Python connector download link should refer to the url defined in externalized repository

2023-05-06 Thread via GitHub
reswqa opened a new pull request, #71: URL: https://github.com/apache/flink-connector-aws/pull/71 (no comment) -- 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 unsubscrib

[GitHub] [flink-connector-aws] reswqa opened a new pull request, #72: [hotfix] Python connector download link should refer to the url defined in externalized repository

2023-05-06 Thread via GitHub
reswqa opened a new pull request, #72: URL: https://github.com/apache/flink-connector-aws/pull/72 (no comment) -- 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 unsubscrib

[GitHub] [flink-connector-pulsar] tisonkun commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
tisonkun commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186792428 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSo

[jira] [Created] (FLINK-32024) Short code related to external connector retrieve version from its own data yaml

2023-05-06 Thread Weijie Guo (Jira)
Weijie Guo created FLINK-32024: -- Summary: Short code related to external connector retrieve version from its own data yaml Key: FLINK-32024 URL: https://issues.apache.org/jira/browse/FLINK-32024 Project:

[jira] [Updated] (FLINK-32024) Short code related to external connector retrieve version from its own data yaml

2023-05-06 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo updated FLINK-32024: --- Description: Currently, we have some shortcodes specifically designed for externalized connector, s

[jira] [Updated] (FLINK-32024) Short code related to external connector retrieve version from its own data yaml

2023-05-06 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo updated FLINK-32024: --- Description: Currently, we have some shortcodes specifically designed for externalized connector, s

[jira] [Updated] (FLINK-32024) Short code related to externalized connector retrieve version from its own data yaml

2023-05-06 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo updated FLINK-32024: --- Summary: Short code related to externalized connector retrieve version from its own data yaml (was:

[GitHub] [flink-connector-pulsar] reswqa commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
reswqa commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186793455 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSour

[GitHub] [flink-connector-pulsar] reswqa commented on a diff in pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
reswqa commented on code in PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45#discussion_r1186793455 ## flink-connector-pulsar/archunit-violations/f4d91193-72ba-4ce4-ad83-98f780dce581: ## @@ -10,3 +10,15 @@ org.apache.flink.connector.pulsar.source.PulsarSour

[GitHub] [flink-connector-pulsar] tisonkun merged pull request #45: [hotfix] Workaround new violations message

2023-05-06 Thread via GitHub
tisonkun merged PR #45: URL: https://github.com/apache/flink-connector-pulsar/pull/45 -- 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...