[jira] [Commented] (FLINK-29114) TableSourceITCase#testTableHintWithLogicalTableScanReuse sometimes fails with result mismatch

2024-02-19 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-29114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818366#comment-17818366 ] lincoln lee commented on FLINK-29114: - 1.20(master): https://dev.azure.com/apache-f

[jira] [Commented] (FLINK-22765) ExceptionUtilsITCase.testIsMetaspaceOutOfMemoryError is unstable

2024-02-19 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-22765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818368#comment-17818368 ] lincoln lee commented on FLINK-22765: - JDK21: https://dev.azure.com/apache-flink/ap

Re: [PR] [FLINK-34434][slotmanager] Complete the returnedFuture when slot remo… [flink]

2024-02-19 Thread via GitHub
XComp commented on PR #24325: URL: https://github.com/apache/flink/pull/24325#issuecomment-1951906354 Thanks, @KarmaGYZ . Would it make sense to add a test case for this scenario? This code path doesn't seem to be covered, yet. :thinking: -- This is an automated message from the Apache G

[jira] [Comment Edited] (FLINK-34202) python tests take suspiciously long in some of the cases

2024-02-19 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818364#comment-17818364 ] lincoln lee edited comment on FLINK-34202 at 2/19/24 8:10 AM:

[jira] [Commented] (FLINK-34459) Results column names should match SELECT clause expression names

2024-02-19 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818372#comment-17818372 ] Martijn Visser commented on FLINK-34459: Should it? It would potentially result

[jira] [Commented] (FLINK-34436) Avro schema evolution and compatibility issues in Pulsar connector

2024-02-19 Thread Jacek Wislicki (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818371#comment-17818371 ] Jacek Wislicki commented on FLINK-34436: A note: in the MRE there is ALWAYS_COMP

[jira] [Commented] (FLINK-34202) python tests take suspiciously long in some of the cases

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818374#comment-17818374 ] Matthias Pohl commented on FLINK-34202: --- Thanks for looking into it, everyone. We

Re: [PR] [FLINK-34434][slotmanager] Complete the returnedFuture when slot remo… [flink]

2024-02-19 Thread via GitHub
KarmaGYZ commented on PR #24325: URL: https://github.com/apache/flink/pull/24325#issuecomment-1951924419 @XComp testAllocationUpdatesIgnoredIfSlotRemoved added. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] [FLINK-34252][table] Fix lastRecordTime tracking in WatermarkAssignerOperator [flink]

2024-02-19 Thread via GitHub
pnowojski commented on code in PR #24211: URL: https://github.com/apache/flink/pull/24211#discussion_r1494192141 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/wmassigners/WatermarkAssignerOperator.java: ## @@ -100,11 +100,14 @@ public

Re: [PR] [FLINK-34434][slotmanager] Complete the returnedFuture when slot remo… [flink]

2024-02-19 Thread via GitHub
XComp commented on code in PR #24325: URL: https://github.com/apache/flink/pull/24325#discussion_r1494179385 ## flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/DefaultSlotStatusSyncerTest.java: ## @@ -216,6 +216,65 @@ void testAllocateSlotFailsWi

[jira] [Commented] (FLINK-34378) Minibatch join disrupted the original order of input records

2024-02-19 Thread Shuai Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818384#comment-17818384 ] Shuai Xu commented on FLINK-34378: -- Hi [~xuyangzhong] . This is an expected behavior. T

[jira] [Created] (FLINK-34461) MongoDB weekly builds fail with time out on Flink 1.18.1 for JDK17

2024-02-19 Thread Martijn Visser (Jira)
Martijn Visser created FLINK-34461: -- Summary: MongoDB weekly builds fail with time out on Flink 1.18.1 for JDK17 Key: FLINK-34461 URL: https://issues.apache.org/jira/browse/FLINK-34461 Project: Flink

[jira] [Created] (FLINK-34462) Session window with negative parameter throws unclear exception

2024-02-19 Thread Shuai Xu (Jira)
Shuai Xu created FLINK-34462: Summary: Session window with negative parameter throws unclear exception Key: FLINK-34462 URL: https://issues.apache.org/jira/browse/FLINK-34462 Project: Flink Issu

[jira] [Commented] (FLINK-34459) Results column names should match SELECT clause expression names

2024-02-19 Thread Lorenzo Affetti (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818385#comment-17818385 ] Lorenzo Affetti commented on FLINK-34459: - [~martijnvisser] well, if the name is

Re: [PR] [FLINK-22765][test] Fixes test instability in ExceptionUtilsITCase#testIsMetaspaceOutOfMemoryError [flink]

2024-02-19 Thread via GitHub
XComp commented on code in PR #24315: URL: https://github.com/apache/flink/pull/24315#discussion_r1494214115 ## flink-core/src/test/java/org/apache/flink/testutils/ClassLoaderUtils.java: ## @@ -55,7 +58,7 @@ private static URLClassLoader createClassLoader(File root, ClassLoader

Re: [PR] [FLINK-22765][test] Fixes test instability in ExceptionUtilsITCase#testIsMetaspaceOutOfMemoryError [flink]

2024-02-19 Thread via GitHub
XComp commented on code in PR #24315: URL: https://github.com/apache/flink/pull/24315#discussion_r1494214673 ## flink-core/src/test/java/org/apache/flink/testutils/ClassLoaderUtils.java: ## @@ -158,7 +170,7 @@ public ClassLoaderBuilder withParentClassLoader(ClassLoader classLoa

Re: [PR] [FLINK-22765][test] Fixes test instability in ExceptionUtilsITCase#testIsMetaspaceOutOfMemoryError [flink]

2024-02-19 Thread via GitHub
XComp commented on PR #24315: URL: https://github.com/apache/flink/pull/24315#issuecomment-1951990498 > I guess if we migrate from junit4 to junit5 then we don't need to depend on TestLogger which contains JUnit4 rules instead need to use @ExtendWith(TestLoggerExtension.class) > Also i

[jira] [Commented] (FLINK-34459) Results column names should match SELECT clause expression names

2024-02-19 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818393#comment-17818393 ] Martijn Visser commented on FLINK-34459: I still am not convinced this is an act

[jira] [Created] (FLINK-34463) Open catalog in CatalogManager should use proper context classloader

2024-02-19 Thread jrthe42 (Jira)
jrthe42 created FLINK-34463: --- Summary: Open catalog in CatalogManager should use proper context classloader Key: FLINK-34463 URL: https://issues.apache.org/jira/browse/FLINK-34463 Project: Flink I

[jira] [Commented] (FLINK-34443) YARNFileReplicationITCase.testPerJobModeWithCustomizedFileReplication failed when deploying job cluster

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818396#comment-17818396 ] Matthias Pohl commented on FLINK-34443: --- * https://github.com/apache/flink/action

[jira] [Comment Edited] (FLINK-34443) YARNFileReplicationITCase.testPerJobModeWithCustomizedFileReplication failed when deploying job cluster

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818396#comment-17818396 ] Matthias Pohl edited comment on FLINK-34443 at 2/19/24 9:20 AM: --

[PR] [FLINK-34463] Open catalog in CatalogManager should use proper context classloader [flink]

2024-02-19 Thread via GitHub
jrthe42 opened a new pull request, #24328: URL: https://github.com/apache/flink/pull/24328 ## What is the purpose of the change When we try to create a catalog in CatalogManager, if the catalog jar is added using `ADD JAR` and the catalog itself requires SPI mechanism, the operation

[jira] [Commented] (FLINK-34336) AutoRescalingITCase#testCheckpointRescalingWithKeyedAndNonPartitionedState may hang sometimes

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818400#comment-17818400 ] Matthias Pohl commented on FLINK-34336: --- https://github.com/apache/flink/actions/r

[jira] [Updated] (FLINK-34463) Open catalog in CatalogManager should use proper context classloader

2024-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-34463: --- Labels: pull-request-available (was: ) > Open catalog in CatalogManager should use proper c

[PR] [FLINK-34264[plugins] add pushgateway http basic auth [flink]

2024-02-19 Thread via GitHub
zackyoungh opened a new pull request, #24329: URL: https://github.com/apache/flink/pull/24329 ## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring them

[jira] [Updated] (FLINK-34264) Prometheuspushgateway's hosturl can use basicAuth certification login

2024-02-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-34264: --- Labels: pull-request-available (was: ) > Prometheuspushgateway's hosturl can use basicAuth

[jira] [Comment Edited] (FLINK-34336) AutoRescalingITCase#testCheckpointRescalingWithKeyedAndNonPartitionedState may hang sometimes

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818400#comment-17818400 ] Matthias Pohl edited comment on FLINK-34336 at 2/19/24 9:22 AM: --

Re: [PR] [FLINK-18596] [table] Derive format schema from table schema may get error result [flink]

2024-02-19 Thread via GitHub
jrthe42 closed pull request #12938: [FLINK-18596] [table] Derive format schema from table schema may get error result URL: https://github.com/apache/flink/pull/12938 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (FLINK-34418) Disk space issues for Docker-ized GitHub Action jobs

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818401#comment-17818401 ] Matthias Pohl commented on FLINK-34418: --- https://github.com/apache/flink/actions/r

[jira] [Comment Edited] (FLINK-34443) YARNFileReplicationITCase.testPerJobModeWithCustomizedFileReplication failed when deploying job cluster

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818396#comment-17818396 ] Matthias Pohl edited comment on FLINK-34443 at 2/19/24 9:23 AM: --

Re: [PR] [FLINK-34463] Open catalog in CatalogManager should use proper context classloader [flink]

2024-02-19 Thread via GitHub
flinkbot commented on PR #24328: URL: https://github.com/apache/flink/pull/24328#issuecomment-1952032998 ## CI report: * 0867037b4fde47c69379dfd8b650e91393b9f249 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

Re: [PR] [FLINK-34264[plugins] add pushgateway http basic auth [flink]

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

Re: [PR] [FLINK-34266] Compute Autoscaler metrics correctly over metric window [flink-kubernetes-operator]

2024-02-19 Thread via GitHub
1996fanrui commented on code in PR #774: URL: https://github.com/apache/flink-kubernetes-operator/pull/774#discussion_r1494239310 ## flink-autoscaler/src/main/java/org/apache/flink/autoscaler/metrics/ScalingMetric.java: ## @@ -39,12 +39,6 @@ public enum ScalingMetric { /**

[jira] [Commented] (FLINK-34418) Disk space issues for Docker-ized GitHub Action jobs

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818409#comment-17818409 ] Matthias Pohl commented on FLINK-34418: --- https://github.com/apache/flink/actions/r

[jira] [Commented] (FLINK-34418) Disk space issues for Docker-ized GitHub Action jobs

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818411#comment-17818411 ] Matthias Pohl commented on FLINK-34418: --- https://github.com/apache/flink/actions/r

[jira] [Commented] (FLINK-26644) python StreamExecutionEnvironmentTests.test_generate_stream_graph_with_dependencies failed on azure

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818410#comment-17818410 ] Matthias Pohl commented on FLINK-26644: --- https://github.com/apache/flink/actions/r

[jira] [Commented] (FLINK-34336) AutoRescalingITCase#testCheckpointRescalingWithKeyedAndNonPartitionedState may hang sometimes

2024-02-19 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818414#comment-17818414 ] Rui Fan commented on FLINK-34336: - Hi [~mapohl] , thanks for your report these failed CI

[jira] [Created] (FLINK-34464) actions/cache@v4 times out

2024-02-19 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-34464: - Summary: actions/cache@v4 times out Key: FLINK-34464 URL: https://issues.apache.org/jira/browse/FLINK-34464 Project: Flink Issue Type: Bug Compon

[jira] [Commented] (FLINK-26091) SafetyNetCloseableRegistryTest.testNonBlockingClose failed on azure

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818419#comment-17818419 ] Matthias Pohl commented on FLINK-26091: --- https://github.com/apache/flink/actions/r

[jira] [Commented] (FLINK-22765) ExceptionUtilsITCase.testIsMetaspaceOutOfMemoryError is unstable

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-22765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818422#comment-17818422 ] Matthias Pohl commented on FLINK-22765: --- JDK21: https://github.com/apache/flink/a

[jira] [Commented] (FLINK-22765) ExceptionUtilsITCase.testIsMetaspaceOutOfMemoryError is unstable

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-22765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818423#comment-17818423 ] Matthias Pohl commented on FLINK-22765: --- JDK21: https://github.com/apache/flink/a

[jira] [Commented] (FLINK-33394) DataGeneratorSourceITCase.testGatedRateLimiter fails on AZP

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818424#comment-17818424 ] Matthias Pohl commented on FLINK-33394: --- https://github.com/apache/flink/actions/r

[jira] [Comment Edited] (FLINK-34418) Disk space issues for Docker-ized GitHub Action jobs

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818411#comment-17818411 ] Matthias Pohl edited comment on FLINK-34418 at 2/19/24 9:45 AM: --

[jira] [Commented] (FLINK-26644) python StreamExecutionEnvironmentTests.test_generate_stream_graph_with_dependencies failed on azure

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818426#comment-17818426 ] Matthias Pohl commented on FLINK-26644: --- https://github.com/apache/flink/actions/r

[jira] [Comment Edited] (FLINK-34443) YARNFileReplicationITCase.testPerJobModeWithCustomizedFileReplication failed when deploying job cluster

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818396#comment-17818396 ] Matthias Pohl edited comment on FLINK-34443 at 2/19/24 9:45 AM: --

Re: [PR] [FLINK-34434][slotmanager] Complete the returnedFuture when slot remo… [flink]

2024-02-19 Thread via GitHub
KarmaGYZ commented on code in PR #24325: URL: https://github.com/apache/flink/pull/24325#discussion_r1494278123 ## flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/DefaultSlotStatusSyncerTest.java: ## @@ -216,6 +216,65 @@ void testAllocateSlotFail

[jira] [Commented] (FLINK-34336) AutoRescalingITCase#testCheckpointRescalingWithKeyedAndNonPartitionedState may hang sometimes

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818429#comment-17818429 ] Matthias Pohl commented on FLINK-34336: --- Yes, I postponed looking into the PR. I w

[PR] [FLINK-34152] Tune all directly observable memory types [flink-kubernetes-operator]

2024-02-19 Thread via GitHub
mxm opened a new pull request, #778: URL: https://github.com/apache/flink-kubernetes-operator/pull/778 This is the generalized version of #762 in which we tune all directly observable Flink memory pools: heap, managed memory, network, and metaspace. Notable changes: - New metr

[jira] [Comment Edited] (FLINK-21672) End to end tests (streaming) aren't Java vendor neutral (sun.management bean used)

2024-02-19 Thread david radley (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818182#comment-17818182 ] david radley edited comment on FLINK-21672 at 2/19/24 9:48 AM: ---

Re: [PR] [FLINK-34434][slotmanager] Complete the returnedFuture when slot remo… [flink]

2024-02-19 Thread via GitHub
KarmaGYZ commented on code in PR #24325: URL: https://github.com/apache/flink/pull/24325#discussion_r1494278123 ## flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/DefaultSlotStatusSyncerTest.java: ## @@ -216,6 +216,65 @@ void testAllocateSlotFail

[jira] [Comment Edited] (FLINK-21672) End to end tests (streaming) aren't Java vendor neutral (sun.management bean used)

2024-02-19 Thread david radley (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818182#comment-17818182 ] david radley edited comment on FLINK-21672 at 2/19/24 9:51 AM: ---

[jira] [Commented] (FLINK-26974) Python EmbeddedThreadDependencyTests.test_add_python_file failed on azure

2024-02-19 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818430#comment-17818430 ] lincoln lee commented on FLINK-26974: - 1.20(master): https://dev.azure.com/apache-f

[jira] [Comment Edited] (FLINK-21672) End to end tests (streaming) aren't Java vendor neutral (sun.management bean used)

2024-02-19 Thread david radley (Jira)
[ https://issues.apache.org/jira/browse/FLINK-21672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818182#comment-17818182 ] david radley edited comment on FLINK-21672 at 2/19/24 9:55 AM: ---

[PR] [hotfix][docs] Integrate mongodb v1.1 docs [flink]

2024-02-19 Thread via GitHub
leonardBang opened a new pull request, #24330: URL: https://github.com/apache/flink/pull/24330 Integrate mongodb v1.1 docs after mongodb connector v1.1.0 released -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[jira] (FLINK-34202) python tests take suspiciously long in some of the cases

2024-02-19 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34202 ] lincoln lee deleted comment on FLINK-34202: - was (Author: lincoln.86xy): 1.20(master): https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=57580&view=logs&j=3e4dd1a2-fe2f-

[jira] [Updated] (FLINK-34465) Python py38-cython: commands failed, Bash exited with code '1

2024-02-19 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lincoln lee updated FLINK-34465: Affects Version/s: (was: 1.18.0) > Python py38-cython: commands failed, Bash exited with code

[jira] [Created] (FLINK-34465) Python py38-cython: commands failed, Bash exited with code '1

2024-02-19 Thread lincoln lee (Jira)
lincoln lee created FLINK-34465: --- Summary: Python py38-cython: commands failed, Bash exited with code '1 Key: FLINK-34465 URL: https://issues.apache.org/jira/browse/FLINK-34465 Project: Flink

[jira] [Assigned] (FLINK-34465) Python py38-cython: commands failed, Bash exited with code '1

2024-02-19 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lincoln lee reassigned FLINK-34465: --- Assignee: (was: Huang Xingbo) > Python py38-cython: commands failed, Bash exited with c

Re: [PR] [FLINK-34434][slotmanager] Complete the returnedFuture when slot remo… [flink]

2024-02-19 Thread via GitHub
KarmaGYZ commented on PR #24325: URL: https://github.com/apache/flink/pull/24325#issuecomment-1952101142 @XComp Thanks for the review. PR updated. -- 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

[jira] [Updated] (FLINK-34465) Python py38-cython: commands failed, Bash exited with code '1

2024-02-19 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lincoln lee updated FLINK-34465: Description: {noformat} Feb 18 03:18:05 ERROR: py38-cython: commands failed Feb 18 03:18:05 py

[jira] [Updated] (FLINK-34465) Python py38-cython: commands failed, Bash exited with code '1

2024-02-19 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lincoln lee updated FLINK-34465: Labels: test-stability (was: stale-assigned test-stability) > Python py38-cython: commands failed

[jira] [Updated] (FLINK-34465) Python py38-cython: commands failed, Bash exited with code '1

2024-02-19 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lincoln lee updated FLINK-34465: Description: https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=57580&view=log

[jira] [Updated] (FLINK-34465) Python py38-cython: commands failed, Bash exited with code '1

2024-02-19 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lincoln lee updated FLINK-34465: Reporter: Lincoln Lee (was: Sergey Nuyanzin) > Python py38-cython: commands failed, Bash exited w

[PR] [hotfix] Update compatibility data for mongodb 1.1.0 [flink-connector-mongodb]

2024-02-19 Thread via GitHub
leonardBang opened a new pull request, #25: URL: https://github.com/apache/flink-connector-mongodb/pull/25 Update compatibility data for mongodb 1.1.0 -- 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 g

Re: [PR] [hotfix] Update compatibility data for mongodb 1.1.0 [flink-connector-mongodb]

2024-02-19 Thread via GitHub
boring-cyborg[bot] commented on PR #25: URL: https://github.com/apache/flink-connector-mongodb/pull/25#issuecomment-1952109984 Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html) -- This is

Re: [PR] [hotfix][docs] Integrate mongodb v1.1 docs [flink]

2024-02-19 Thread via GitHub
flinkbot commented on PR #24330: URL: https://github.com/apache/flink/pull/24330#issuecomment-1952110242 ## CI report: * 6bfbebb7b6b3d6604ea3eec2893370598405e883 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Commented] (FLINK-34424) BoundedBlockingSubpartitionWriteReadTest#testRead10ConsumersConcurrent times out

2024-02-19 Thread Yunfeng Zhou (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818436#comment-17818436 ] Yunfeng Zhou commented on FLINK-34424: -- [~mapohl] [~pnowojski] I'll try to figure o

[jira] [Commented] (FLINK-34202) python tests take suspiciously long in some of the cases

2024-02-19 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818439#comment-17818439 ] lincoln lee commented on FLINK-34202: - 1.20(master): https://dev.azure.com/apache-f

[jira] [Commented] (FLINK-34459) Results column names should match SELECT clause expression names

2024-02-19 Thread Jeyhun Karimov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818440#comment-17818440 ] Jeyhun Karimov commented on FLINK-34459: Hi [~martijnvisser] yes, there are some

[jira] [Comment Edited] (FLINK-34459) Results column names should match SELECT clause expression names

2024-02-19 Thread Jeyhun Karimov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818440#comment-17818440 ] Jeyhun Karimov edited comment on FLINK-34459 at 2/19/24 10:15 AM:

[jira] [Comment Edited] (FLINK-34424) BoundedBlockingSubpartitionWriteReadTest#testRead10ConsumersConcurrent times out

2024-02-19 Thread Yunfeng Zhou (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818436#comment-17818436 ] Yunfeng Zhou edited comment on FLINK-34424 at 2/19/24 10:16 AM: --

[jira] [Commented] (FLINK-34202) python tests take suspiciously long in some of the cases

2024-02-19 Thread lincoln lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818441#comment-17818441 ] lincoln lee commented on FLINK-34202: - [~mapohl] Agree with you that we need to look

[jira] [Assigned] (FLINK-34334) Add sub-task level RocksDB file count metric

2024-02-19 Thread Zakelly Lan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zakelly Lan reassigned FLINK-34334: --- Assignee: Jufang He > Add sub-task level RocksDB file count metric > --

[PR] [hotfix] Update compatibility data for mongodb main branch [flink-connector-mongodb]

2024-02-19 Thread via GitHub
leonardBang opened a new pull request, #26: URL: https://github.com/apache/flink-connector-mongodb/pull/26 [hotfix] Update compatibility data for mongodb main branch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[PR] [hotfix] Integrate mongodb v1.1 docs [flink]

2024-02-19 Thread via GitHub
leonardBang opened a new pull request, #24331: URL: https://github.com/apache/flink/pull/24331 [hotfix] Integrate mongodb v1.1 docs -- 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 co

[PR] [hotfix] Integrate mongodb v1.1 docs [flink]

2024-02-19 Thread via GitHub
leonardBang opened a new pull request, #24332: URL: https://github.com/apache/flink/pull/24332 [hotfix] Integrate mongodb v1.1 docs -- 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 co

Re: [PR] [Draft][bugfix] Move the deserialization of shuffleDescriptor to a separate … [flink]

2024-02-19 Thread via GitHub
caodizhou commented on PR #24115: URL: https://github.com/apache/flink/pull/24115#issuecomment-1952160769 @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] [hotfix] Integrate mongodb v1.1 docs [flink]

2024-02-19 Thread via GitHub
flinkbot commented on PR #24331: URL: https://github.com/apache/flink/pull/24331#issuecomment-1952162065 ## CI report: * 39daceaabce8ec683b9d5c03bfaa593371b49414 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

Re: [PR] [hotfix] Integrate mongodb v1.1 docs [flink]

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

[PR] [hotfix] Update nightly builds against the latest released v1.1 branch [flink-connector-mongodb]

2024-02-19 Thread via GitHub
leonardBang opened a new pull request, #27: URL: https://github.com/apache/flink-connector-mongodb/pull/27 [hotfix] Update nightly builds against the latest released v1.1 branch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [FLINK-34434][slotmanager] Complete the returnedFuture when slot remo… [flink]

2024-02-19 Thread via GitHub
XComp commented on code in PR #24325: URL: https://github.com/apache/flink/pull/24325#discussion_r1494349521 ## flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/DefaultSlotStatusSyncerTest.java: ## @@ -216,6 +202,58 @@ void testAllocateSlotFailsWi

Re: [PR] [FLINK-34434][slotmanager] Complete the returnedFuture when slot remo… [flink]

2024-02-19 Thread via GitHub
XComp commented on code in PR #24325: URL: https://github.com/apache/flink/pull/24325#discussion_r1494349521 ## flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/DefaultSlotStatusSyncerTest.java: ## @@ -216,6 +202,58 @@ void testAllocateSlotFailsWi

[jira] [Commented] (FLINK-34424) BoundedBlockingSubpartitionWriteReadTest#testRead10ConsumersConcurrent times out

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818444#comment-17818444 ] Matthias Pohl commented on FLINK-34424: --- Thank you. Much appreciated :) > Bounded

[jira] [Assigned] (FLINK-34424) BoundedBlockingSubpartitionWriteReadTest#testRead10ConsumersConcurrent times out

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Pohl reassigned FLINK-34424: - Assignee: Yunfeng Zhou > BoundedBlockingSubpartitionWriteReadTest#testRead10ConsumersCo

[jira] [Closed] (FLINK-34465) Python py38-cython: commands failed, Bash exited with code '1

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Pohl closed FLINK-34465. - Resolution: Duplicate Thanks for creating this issue, [~lincoln] . For the python stage, it's a

[jira] [Commented] (FLINK-26644) python StreamExecutionEnvironmentTests.test_generate_stream_graph_with_dependencies failed on azure

2024-02-19 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-26644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818449#comment-17818449 ] Matthias Pohl commented on FLINK-26644: --- https://dev.azure.com/apache-flink/apache

[jira] [Assigned] (FLINK-34461) MongoDB weekly builds fail with time out on Flink 1.18.1 for JDK17

2024-02-19 Thread Jiabao Sun (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiabao Sun reassigned FLINK-34461: -- Assignee: Jiabao Sun > MongoDB weekly builds fail with time out on Flink 1.18.1 for JDK17 > -

Re: [PR] [hotfix] Update nightly builds against the latest released v1.1 branch [flink-connector-mongodb]

2024-02-19 Thread via GitHub
Jiabao-Sun merged PR #27: URL: https://github.com/apache/flink-connector-mongodb/pull/27 -- 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

Re: [PR] [hotfix] Update nightly builds against the latest released v1.1 branch [flink-connector-mongodb]

2024-02-19 Thread via GitHub
boring-cyborg[bot] commented on PR #27: URL: https://github.com/apache/flink-connector-mongodb/pull/27#issuecomment-1952195414 Awesome work, congrats on your first merged pull request! -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[jira] [Commented] (FLINK-34459) Results column names should match SELECT clause expression names

2024-02-19 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818450#comment-17818450 ] Martijn Visser commented on FLINK-34459: I think it should be a FLIP and a discu

Re: [PR] [FLINK-34334][state] Add sub-task level RocksDB file count metrics [flink]

2024-02-19 Thread via GitHub
Zakelly commented on code in PR #24322: URL: https://github.com/apache/flink/pull/24322#discussion_r1494369382 ## flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBNativeMetricMonitor.java: ## @@ -114,7 +114,14 @@ priva

[PR] [BP-1.0][FLINK-33899][connectors/mongodb] Support Java 17 and Java 21 for mongodb connector [flink-connector-mongodb]

2024-02-19 Thread via GitHub
Jiabao-Sun opened a new pull request, #28: URL: https://github.com/apache/flink-connector-mongodb/pull/28 [BP-1.0][FLINK-33899][connectors/mongodb] Support Java 17 and Java 21 for mongodb connector This may fix FLINK-34461 -- This is an automated message from the Apache Git Service

Re: [PR] [hotfix] Update compatibility data for mongodb main branch [flink-connector-mongodb]

2024-02-19 Thread via GitHub
Jiabao-Sun merged PR #26: URL: https://github.com/apache/flink-connector-mongodb/pull/26 -- 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

Re: [PR] [hotfix] Update compatibility data for mongodb 1.1.0 [flink-connector-mongodb]

2024-02-19 Thread via GitHub
Jiabao-Sun merged PR #25: URL: https://github.com/apache/flink-connector-mongodb/pull/25 -- 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

Re: [PR] [FLINK-34386][state] Add RocksDB bloom filter metrics [flink]

2024-02-19 Thread via GitHub
Zakelly commented on code in PR #24274: URL: https://github.com/apache/flink/pull/24274#discussion_r1494398734 ## flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBNativeMetricOptions.java: ## @@ -262,6 +262,27 @@ publi

Re: [PR] [FLINK-34434][slotmanager] Complete the returnedFuture when slot remo… [flink]

2024-02-19 Thread via GitHub
KarmaGYZ commented on code in PR #24325: URL: https://github.com/apache/flink/pull/24325#discussion_r1494398967 ## flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/DefaultSlotStatusSyncerTest.java: ## @@ -216,6 +202,58 @@ void testAllocateSlotFail

Re: [PR] [FLINK-34418][ci] Adds steps to monitor used disk space [flink]

2024-02-19 Thread via GitHub
snuyanzin commented on code in PR #24304: URL: https://github.com/apache/flink/pull/24304#discussion_r1494414585 ## .github/actions/job_init/action.yml: ## @@ -67,7 +67,6 @@ runs: echo "[INFO] The directory '${dependency_path}' doesn't exist. ${dependency_name} won

Re: [PR] [FLINK-34418][ci] Adds steps to monitor used disk space [flink]

2024-02-19 Thread via GitHub
XComp commented on code in PR #24304: URL: https://github.com/apache/flink/pull/24304#discussion_r1494416296 ## .github/actions/job_init/action.yml: ## @@ -67,7 +67,6 @@ runs: echo "[INFO] The directory '${dependency_path}' doesn't exist. ${dependency_name} won't b

Re: [PR] [FLINK-34418][ci] Adds volume mount to gain more disk space [flink]

2024-02-19 Thread via GitHub
XComp commented on PR #24304: URL: https://github.com/apache/flink/pull/24304#issuecomment-1952271235 I'm not gonna wait for the Azure CI run here because the change won't affect the Azure pipeline. The CI was verified over the weekend with hourly runs. -- This is an automated message fro

Re: [PR] [FLINK-34418][ci] Adds volume mount to gain more disk space [flink]

2024-02-19 Thread via GitHub
XComp commented on PR #24333: URL: https://github.com/apache/flink/pull/24333#issuecomment-1952272471 See [my comment](https://github.com/apache/flink/pull/24304#issuecomment-1952271235) in the parent PR. Merging w/o CI -- This is an automated message from the Apache Git Service. To resp

  1   2   3   >