[jira] [Commented] (FLINK-30108) ZooKeeperLeaderElectionConnectionHandlingTest.testLoseLeadershipOnLostConnectionIfTolerateSuspendedConnectionsIsEnabled times out

2023-01-11 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17675603#comment-17675603
 ] 

Matthias Pohl commented on FLINK-30108:
---

yes, I thought the same. It might be some bug in curator. But I haven't had the 
chance to look into it more deeply, yet.

> ZooKeeperLeaderElectionConnectionHandlingTest.testLoseLeadershipOnLostConnectionIfTolerateSuspendedConnectionsIsEnabled
>  times out
> -
>
> Key: FLINK-30108
> URL: https://issues.apache.org/jira/browse/FLINK-30108
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Coordination, Tests
>Affects Versions: 1.17.0
>Reporter: Leonard Xu
>Priority: Major
>  Labels: test-stability
> Attachments: FLINK-30108.tar.gz, zookeeper-server.FLINK-30108.log
>
>
> {noformat}
> Nov 18 01:02:58 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, 
> Time elapsed: 109.22 s - in 
> org.apache.flink.runtime.operators.hash.InPlaceMutableHashTableTest
> Nov 18 01:18:09 
> ==
> Nov 18 01:18:09 Process produced no output for 900 seconds.
> Nov 18 01:18:09 
> ==
> Nov 18 01:18:09 
> ==
> Nov 18 01:18:09 The following Java processes are running (JPS)
> Nov 18 01:18:09 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Nov 18 01:18:09 924 Launcher
> Nov 18 01:18:09 23421 surefirebooter1178962604207099497.jar
> Nov 18 01:18:09 11885 Jps
> Nov 18 01:18:09 
> ==
> Nov 18 01:18:09 Printing stack trace of Java process 924
> Nov 18 01:18:09 
> ==
> Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
> Nov 18 01:18:09 2022-11-18 01:18:09
> Nov 18 01:18:09 Full thread dump OpenJDK 64-Bit Server VM (25.292-b10 mixed 
> mode):
> ...
> ...
> ...
> Nov 18 01:18:09 
> ==
> Nov 18 01:18:09 Printing stack trace of Java process 11885
> Nov 18 01:18:09 
> ==
> 11885: No such process
> Nov 18 01:18:09 Killing process with pid=923 and all descendants
> /__w/2/s/tools/ci/watchdog.sh: line 113:   923 Terminated  $cmd
> Nov 18 01:18:10 Process exited with EXIT CODE: 143.
> Nov 18 01:18:10 Trying to KILL watchdog (919).
> Nov 18 01:18:10 Searching for .dump, .dumpstream and related files in 
> '/__w/2/s'
> Nov 18 01:18:16 Moving 
> '/__w/2/s/flink-runtime/target/surefire-reports/2022-11-18T00-55-55_041-jvmRun3.dumpstream'
>  to target directory ('/__w/_temp/debug_files')
> Nov 18 01:18:16 Moving 
> '/__w/2/s/flink-runtime/target/surefire-reports/2022-11-18T00-55-55_041-jvmRun3.dump'
>  to target directory ('/__w/_temp/debug_files')
> The STDIO streams did not close within 10 seconds of the exit event from 
> process '/bin/bash'. This may indicate a child process inherited the STDIO 
> streams and has not yet exited.
> ##[error]Bash exited with code '143'.
> Finishing: Test - core
> {noformat}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=43277&view=logs&j=0e7be18f-84f2-53f0-a32d-4a5e4a174679&t=7c1d86e3-35bd-5fd5-3b7c-30c126a78702



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-29427) LookupJoinITCase failed with classloader problem

2023-01-11 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17675605#comment-17675605
 ] 

Matthias Pohl commented on FLINK-29427:
---

[~renqs] is planning to pick up on that one.

> LookupJoinITCase failed with classloader problem
> 
>
> Key: FLINK-29427
> URL: https://issues.apache.org/jira/browse/FLINK-29427
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Planner
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Huang Xingbo
>Assignee: Alexander Smirnov
>Priority: Blocker
>  Labels: pull-request-available, test-stability
>
> {code:java}
> 2022-09-27T02:49:20.9501313Z Sep 27 02:49:20 Caused by: 
> org.codehaus.janino.InternalCompilerException: Compiling 
> "KeyProjection$108341": Trying to access closed classloader. Please check if 
> you store classloaders directly or indirectly in static fields. If the 
> stacktrace suggests that the leak occurs in a third party library and cannot 
> be fixed immediately, you can disable this check with the configuration 
> 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9502654Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.compileUnit(UnitCompiler.java:382)
> 2022-09-27T02:49:20.9503366Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:237)
> 2022-09-27T02:49:20.9504044Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.compileToClassLoader(SimpleCompiler.java:465)
> 2022-09-27T02:49:20.9504704Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:216)
> 2022-09-27T02:49:20.9505341Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:207)
> 2022-09-27T02:49:20.9505965Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:80)
> 2022-09-27T02:49:20.9506584Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:75)
> 2022-09-27T02:49:20.9507261Z Sep 27 02:49:20  at 
> org.apache.flink.table.runtime.generated.CompileUtils.doCompile(CompileUtils.java:104)
> 2022-09-27T02:49:20.9507883Z Sep 27 02:49:20  ... 30 more
> 2022-09-27T02:49:20.9509266Z Sep 27 02:49:20 Caused by: 
> java.lang.IllegalStateException: Trying to access closed classloader. Please 
> check if you store classloaders directly or indirectly in static fields. If 
> the stacktrace suggests that the leak occurs in a third party library and 
> cannot be fixed immediately, you can disable this check with the 
> configuration 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9510835Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.ensureInner(FlinkUserCodeClassLoaders.java:184)
> 2022-09-27T02:49:20.9511760Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.loadClass(FlinkUserCodeClassLoaders.java:192)
> 2022-09-27T02:49:20.9512456Z Sep 27 02:49:20  at 
> java.lang.Class.forName0(Native Method)
> 2022-09-27T02:49:20.9513014Z Sep 27 02:49:20  at 
> java.lang.Class.forName(Class.java:348)
> 2022-09-27T02:49:20.9513649Z Sep 27 02:49:20  at 
> org.codehaus.janino.ClassLoaderIClassLoader.findIClass(ClassLoaderIClassLoader.java:89)
> 2022-09-27T02:49:20.9514339Z Sep 27 02:49:20  at 
> org.codehaus.janino.IClassLoader.loadIClass(IClassLoader.java:312)
> 2022-09-27T02:49:20.9514990Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.findTypeByName(UnitCompiler.java:8556)
> 2022-09-27T02:49:20.9515659Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6749)
> 2022-09-27T02:49:20.9516337Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6594)
> 2022-09-27T02:49:20.9516989Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:6573)
> 2022-09-27T02:49:20.9517632Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.access$13900(UnitCompiler.java:215)
> 2022-09-27T02:49:20.9518319Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6481)
> 2022-09-27T02:49:20.9519018Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9519680Z Sep 27 02:49:20  at 
> org.codehaus.janino.Java$ReferenceType.accept(Java.java:3928)
> 2022-09-27T02:49:20.9520386Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9521042Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6469)
> 2022-09-27T02:49:20.9521677Z Sep 27 02:49:20  at 
> org.codehaus.janino.Java$ReferenceType.accept(Java.java:3927)
> 2022-09-27T02:49:20.9522299Z Sep 27 02:49:

[jira] [Comment Edited] (FLINK-30618) flink-connector-pulsar not retrievable from Apache's Snapshot Maven repository

2023-01-11 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17672280#comment-17672280
 ] 

Matthias Pohl edited comment on FLINK-30618 at 1/11/23 4:21 PM:


good catch, @yufan! We had issues with disk space in this build that manifested 
itself in the cache not being properly written:
 * 
[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44633&view=logs&j=eca6b3a6-1600-56cc-916a-c549b3cde3ff&t=ef90e7e5-0acf-4005-9e23-49f8aa9cc762&l=212]
 * 
[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44633&view=logs&j=585d8b77-fa33-51bc-8163-03e54ba9ce5b&t=603e646d-7bc1-4fbf-9ad3-20cc53626a82&l=212]


was (Author: mapohl):
good catch, @yufan! We, indeed, had issues with disk space in this build that 
manifested itself in the cache not being properly written:
* 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44633&view=logs&j=eca6b3a6-1600-56cc-916a-c549b3cde3ff&t=ef90e7e5-0acf-4005-9e23-49f8aa9cc762&l=212
* 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44633&view=logs&j=585d8b77-fa33-51bc-8163-03e54ba9ce5b&t=603e646d-7bc1-4fbf-9ad3-20cc53626a82&l=212

> flink-connector-pulsar not retrievable from Apache's Snapshot Maven repository
> --
>
> Key: FLINK-30618
> URL: https://issues.apache.org/jira/browse/FLINK-30618
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Pulsar, Test Infrastructure
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> The build failure was caused by {{flink-connector-pulsar}} not being 
> retrievable from the Apache Snapshot Maven repository:
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44633&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=10132
> {code}
> Jan 10 02:03:24 [WARNING] The requested profile "skip-webui-build" could not 
> be activated because it does not exist.
> Jan 10 02:03:24 [ERROR] Failed to execute goal on project flink-python: Could 
> not resolve dependencies for project 
> org.apache.flink:flink-python:jar:1.17-SNAPSHOT: Could not find artifact 
> org.apache.flink:flink-sql-connector-pulsar:jar:4.0-SNAPSHOT in 
> apache.snapshots (https://repository.apache.org/snapshots) -> [Help 1]
> Jan 10 02:03:24 [ERROR] 
> Jan 10 02:03:24 [ERROR] To see the full stack trace of the errors, re-run 
> Maven with the -e switch.
> Jan 10 02:03:24 [ERROR] Re-run Maven using the -X switch to enable full debug 
> logging.
> Jan 10 02:03:24 [ERROR] 
> Jan 10 02:03:24 [ERROR] For more information about the errors and possible 
> solutions, please read the following articles:
> Jan 10 02:03:24 [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> Jan 10 02:03:24 [ERROR] 
> Jan 10 02:03:24 [ERROR] After correcting the problems, you can resume the 
> build with the command
> Jan 10 02:03:24 [ERROR]   mvn  -rf :flink-python
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30618) flink-connector-pulsar not retrievable from Apache's Snapshot Maven repository

2023-01-11 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17675641#comment-17675641
 ] 

Matthias Pohl commented on FLINK-30618:
---

Ok, after looking into the AzureCI caching functionality and the Maven warning 
a bit, I'd be inclined to say that they are unrelated. It's rather a problem 
with the connection. I'll keep this issue open in case it pops up again.

> flink-connector-pulsar not retrievable from Apache's Snapshot Maven repository
> --
>
> Key: FLINK-30618
> URL: https://issues.apache.org/jira/browse/FLINK-30618
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Pulsar, Test Infrastructure
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> The build failure was caused by {{flink-connector-pulsar}} not being 
> retrievable from the Apache Snapshot Maven repository:
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44633&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=10132
> {code}
> Jan 10 02:03:24 [WARNING] The requested profile "skip-webui-build" could not 
> be activated because it does not exist.
> Jan 10 02:03:24 [ERROR] Failed to execute goal on project flink-python: Could 
> not resolve dependencies for project 
> org.apache.flink:flink-python:jar:1.17-SNAPSHOT: Could not find artifact 
> org.apache.flink:flink-sql-connector-pulsar:jar:4.0-SNAPSHOT in 
> apache.snapshots (https://repository.apache.org/snapshots) -> [Help 1]
> Jan 10 02:03:24 [ERROR] 
> Jan 10 02:03:24 [ERROR] To see the full stack trace of the errors, re-run 
> Maven with the -e switch.
> Jan 10 02:03:24 [ERROR] Re-run Maven using the -X switch to enable full debug 
> logging.
> Jan 10 02:03:24 [ERROR] 
> Jan 10 02:03:24 [ERROR] For more information about the errors and possible 
> solutions, please read the following articles:
> Jan 10 02:03:24 [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> Jan 10 02:03:24 [ERROR] 
> Jan 10 02:03:24 [ERROR] After correcting the problems, you can resume the 
> build with the command
> Jan 10 02:03:24 [ERROR]   mvn  -rf :flink-python
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-18356) flink-table-planner Exit code 137 returned from process

2023-01-11 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-18356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17675657#comment-17675657
 ] 

Matthias Pohl commented on FLINK-18356:
---

Not sure whether you did this already but one suggestion [~rmetzger] mentioned 
was to reduce the number of parallel surefire runs for the {{table-planner}} 
module and disable the reuse of the JVM. That way, we would be able to identify 
the test that caused the OOM.

> flink-table-planner Exit code 137 returned from process
> ---
>
> Key: FLINK-18356
> URL: https://issues.apache.org/jira/browse/FLINK-18356
> Project: Flink
>  Issue Type: Bug
>  Components: Build System / Azure Pipelines, Tests
>Affects Versions: 1.12.0, 1.13.0, 1.14.0, 1.15.0, 1.16.0, 1.17.0
>Reporter: Piotr Nowojski
>Priority: Critical
>  Labels: pull-request-available, test-stability
> Attachments: 1234.jpg, app-profiling_4.gif, 
> image-2023-01-11-22-21-57-784.png, image-2023-01-11-22-22-32-124.png
>
>
> {noformat}
> = test session starts 
> ==
> platform linux -- Python 3.7.3, pytest-5.4.3, py-1.8.2, pluggy-0.13.1
> cachedir: .tox/py37-cython/.pytest_cache
> rootdir: /__w/3/s/flink-python
> collected 568 items
> pyflink/common/tests/test_configuration.py ..[  
> 1%]
> pyflink/common/tests/test_execution_config.py ...[  
> 5%]
> pyflink/dataset/tests/test_execution_environment.py .
> ##[error]Exit code 137 returned from process: file name '/bin/docker', 
> arguments 'exec -i -u 1002 
> 97fc4e22522d2ced1f4d23096b8929045d083dd0a99a4233a8b20d0489e9bddb 
> /__a/externals/node/bin/node /__w/_temp/containerHandlerInvoker.js'.
> Finishing: Test - python
> {noformat}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=3729&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=8d78fe4f-d658-5c70-12f8-4921589024c3



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FLINK-30643) docs_check fails

2023-01-12 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30643:
-

 Summary: docs_check fails
 Key: FLINK-30643
 URL: https://issues.apache.org/jira/browse/FLINK-30643
 Project: Flink
  Issue Type: Bug
  Components: Documentation
Affects Versions: 1.17.0
Reporter: Matthias Pohl


We experience failures in the documentation checks:
{code:java}
ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
"docs/connectors/table/kinesis": 
"/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:45:20":
 page not found
ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
"docs/connectors/table/firehose": 
"/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:46:20":
 page not found
ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
"docs/connectors/table/kinesis": 
"/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:53:20":
 page not found
ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
"docs/connectors/table/firehose": 
"/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:54:20":
 page not found
ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
"docs/connectors/table/kinesis": 
"/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:62:21":
 page not found
ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
"docs/connectors/table/firehose": 
"/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:63:21":
 page not found
ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
"docs/connectors/table/kinesis": 
"/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:103:20":
 page not found
ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
"docs/connectors/table/firehose": 
"/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:104:20":
 page not found
ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
"docs/connectors/datastream/dynamodb": 
"/home/vsts/work/1/s/docs/content/docs/connectors/datastream/overview.md:43:22":
 page not found
ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
"docs/connectors/datastream/kinesis": 
"/home/vsts/work/1/s/docs/content/docs/connectors/datastream/overview.md:44:34":
 page not found
ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
"docs/connectors/datastream/firehose": 
"/home/vsts/work/1/s/docs/content/docs/connectors/datastream/overview.md:45:35":
 page not found
ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
"docs/connectors/table/dynamodb": 
"/home/vsts/work/1/s/docs/content/docs/connectors/table/overview.md:70:20": 
page not found
ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
"docs/connectors/table/kinesis": 
"/home/vsts/work/1/s/docs/content/docs/connectors/table/overview.md:76:20": 
page not found
ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
"docs/connectors/table/firehose": 
"/home/vsts/work/1/s/docs/content/docs/connectors/table/overview.md:82:20": 
page not found
ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
"docs/connectors/table/kinesis": 
"/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:45:20":
 page not found
ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
"docs/connectors/table/firehose": 
"/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:46:20":
 page not found
ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
"docs/connectors/table/kinesis": 
"/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:53:20":
 page not found
ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
"docs/connectors/table/firehose": 
"/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:54:20":
 page not found
ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
"docs/connectors/table/kinesis": 
"/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:62:21":
 page not found
ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
"docs/connectors/table/firehose": 
"/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:63:21":
 page not found
ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
"docs/connectors/table/kinesis": 
"/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:103:20":
 page not found
ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
"docs/connectors/table/firehose": 
"/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:104:20":
 page not found
ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
"docs/connectors/datastream/dynamodb": 
"/home/vsts/work/1/s/docs/content.zh/docs/connectors/datastream/overview.md:42:22":
 page not found
ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
"docs/connectors/datastream/kinesis": 
"/home/vsts/work/1/s/docs/content.zh/docs/connectors/datastream/overview.md:43:34":
 page not found
ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
"docs/connectors/datastream/firehos

[jira] [Updated] (FLINK-30643) docs_check fails

2023-01-12 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl updated FLINK-30643:
--
Labels: test-stability  (was: )

> docs_check fails
> 
>
> Key: FLINK-30643
> URL: https://issues.apache.org/jira/browse/FLINK-30643
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Major
>  Labels: test-stability
>
> We experience failures in the documentation checks:
> {code:java}
> ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
> "docs/connectors/table/kinesis": 
> "/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:45:20":
>  page not found
> ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
> "docs/connectors/table/firehose": 
> "/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:46:20":
>  page not found
> ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
> "docs/connectors/table/kinesis": 
> "/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:53:20":
>  page not found
> ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
> "docs/connectors/table/firehose": 
> "/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:54:20":
>  page not found
> ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
> "docs/connectors/table/kinesis": 
> "/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:62:21":
>  page not found
> ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
> "docs/connectors/table/firehose": 
> "/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:63:21":
>  page not found
> ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
> "docs/connectors/table/kinesis": 
> "/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:103:20":
>  page not found
> ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
> "docs/connectors/table/firehose": 
> "/home/vsts/work/1/s/docs/content/docs/connectors/table/formats/overview.md:104:20":
>  page not found
> ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
> "docs/connectors/datastream/dynamodb": 
> "/home/vsts/work/1/s/docs/content/docs/connectors/datastream/overview.md:43:22":
>  page not found
> ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
> "docs/connectors/datastream/kinesis": 
> "/home/vsts/work/1/s/docs/content/docs/connectors/datastream/overview.md:44:34":
>  page not found
> ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
> "docs/connectors/datastream/firehose": 
> "/home/vsts/work/1/s/docs/content/docs/connectors/datastream/overview.md:45:35":
>  page not found
> ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
> "docs/connectors/table/dynamodb": 
> "/home/vsts/work/1/s/docs/content/docs/connectors/table/overview.md:70:20": 
> page not found
> ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
> "docs/connectors/table/kinesis": 
> "/home/vsts/work/1/s/docs/content/docs/connectors/table/overview.md:76:20": 
> page not found
> ERROR 2023/01/12 00:16:38 [en] REF_NOT_FOUND: Ref 
> "docs/connectors/table/firehose": 
> "/home/vsts/work/1/s/docs/content/docs/connectors/table/overview.md:82:20": 
> page not found
> ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
> "docs/connectors/table/kinesis": 
> "/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:45:20":
>  page not found
> ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
> "docs/connectors/table/firehose": 
> "/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:46:20":
>  page not found
> ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
> "docs/connectors/table/kinesis": 
> "/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:53:20":
>  page not found
> ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
> "docs/connectors/table/firehose": 
> "/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:54:20":
>  page not found
> ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
> "docs/connectors/table/kinesis": 
> "/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:62:21":
>  page not found
> ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
> "docs/connectors/table/firehose": 
> "/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:63:21":
>  page not found
> ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
> "docs/connectors/table/kinesis": 
> "/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:103:20":
>  page not found
> ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: Ref 
> "docs/connectors/table/firehose": 
> "/home/vsts/work/1/s/docs/content.zh/docs/connectors/table/formats/overview.md:104:20":
>  page not found
> ERROR 2023/01/12 00:16:45 [zh] REF_NOT_FOUND: R

[jira] [Created] (FLINK-30644) ChangelogCompatibilityITCase.testRestore fails due to CheckpointCoordinator being shutdown

2023-01-12 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30644:
-

 Summary: ChangelogCompatibilityITCase.testRestore fails due to 
CheckpointCoordinator being shutdown
 Key: FLINK-30644
 URL: https://issues.apache.org/jira/browse/FLINK-30644
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination, Runtime / State Backends
Affects Versions: 1.17.0
Reporter: Matthias Pohl


We observe a build failure in {{ChangelogCompatibilityITCase.testRestore}} due 
to the {{CheckpointCoordinator}} being shut down:

{code:java}
[...]
Caused by: org.apache.flink.runtime.checkpoint.CheckpointException: 
CheckpointCoordinator shutdown.
Jan 12 02:37:37 at 
org.apache.flink.runtime.checkpoint.PendingCheckpoint.abort(PendingCheckpoint.java:544)
Jan 12 02:37:37 at 
org.apache.flink.runtime.checkpoint.CheckpointCoordinator.abortPendingCheckpoint(CheckpointCoordinator.java:2140)
Jan 12 02:37:37 at 
org.apache.flink.runtime.checkpoint.CheckpointCoordinator.abortPendingCheckpoint(CheckpointCoordinator.java:2127)
Jan 12 02:37:37 at 
org.apache.flink.runtime.checkpoint.CheckpointCoordinator.abortPendingCheckpoints(CheckpointCoordinator.java:2004)
Jan 12 02:37:37 at 
org.apache.flink.runtime.checkpoint.CheckpointCoordinator.abortPendingCheckpoints(CheckpointCoordinator.java:1987)
Jan 12 02:37:37 at 
org.apache.flink.runtime.checkpoint.CheckpointCoordinator.abortPendingAndQueuedCheckpoints(CheckpointCoordinator.java:2183)
Jan 12 02:37:37 at 
org.apache.flink.runtime.checkpoint.CheckpointCoordinator.shutdown(CheckpointCoordinator.java:426)
Jan 12 02:37:37 at 
org.apache.flink.runtime.executiongraph.DefaultExecutionGraph.onTerminalState(DefaultExecutionGraph.java:1329)
[...]{code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44731&view=logs&j=2c3cbe13-dee0-5837-cf47-3053da9a8a78&t=b78d9d30-509a-5cea-1fef-db7abaa325ae&l=9255



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-29427) LookupJoinITCase failed with classloader problem

2023-01-12 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17675987#comment-17675987
 ] 

Matthias Pohl commented on FLINK-29427:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44752&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=21788

> LookupJoinITCase failed with classloader problem
> 
>
> Key: FLINK-29427
> URL: https://issues.apache.org/jira/browse/FLINK-29427
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Planner
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Huang Xingbo
>Assignee: Alexander Smirnov
>Priority: Blocker
>  Labels: pull-request-available, test-stability
>
> {code:java}
> 2022-09-27T02:49:20.9501313Z Sep 27 02:49:20 Caused by: 
> org.codehaus.janino.InternalCompilerException: Compiling 
> "KeyProjection$108341": Trying to access closed classloader. Please check if 
> you store classloaders directly or indirectly in static fields. If the 
> stacktrace suggests that the leak occurs in a third party library and cannot 
> be fixed immediately, you can disable this check with the configuration 
> 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9502654Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.compileUnit(UnitCompiler.java:382)
> 2022-09-27T02:49:20.9503366Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:237)
> 2022-09-27T02:49:20.9504044Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.compileToClassLoader(SimpleCompiler.java:465)
> 2022-09-27T02:49:20.9504704Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:216)
> 2022-09-27T02:49:20.9505341Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:207)
> 2022-09-27T02:49:20.9505965Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:80)
> 2022-09-27T02:49:20.9506584Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:75)
> 2022-09-27T02:49:20.9507261Z Sep 27 02:49:20  at 
> org.apache.flink.table.runtime.generated.CompileUtils.doCompile(CompileUtils.java:104)
> 2022-09-27T02:49:20.9507883Z Sep 27 02:49:20  ... 30 more
> 2022-09-27T02:49:20.9509266Z Sep 27 02:49:20 Caused by: 
> java.lang.IllegalStateException: Trying to access closed classloader. Please 
> check if you store classloaders directly or indirectly in static fields. If 
> the stacktrace suggests that the leak occurs in a third party library and 
> cannot be fixed immediately, you can disable this check with the 
> configuration 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9510835Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.ensureInner(FlinkUserCodeClassLoaders.java:184)
> 2022-09-27T02:49:20.9511760Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.loadClass(FlinkUserCodeClassLoaders.java:192)
> 2022-09-27T02:49:20.9512456Z Sep 27 02:49:20  at 
> java.lang.Class.forName0(Native Method)
> 2022-09-27T02:49:20.9513014Z Sep 27 02:49:20  at 
> java.lang.Class.forName(Class.java:348)
> 2022-09-27T02:49:20.9513649Z Sep 27 02:49:20  at 
> org.codehaus.janino.ClassLoaderIClassLoader.findIClass(ClassLoaderIClassLoader.java:89)
> 2022-09-27T02:49:20.9514339Z Sep 27 02:49:20  at 
> org.codehaus.janino.IClassLoader.loadIClass(IClassLoader.java:312)
> 2022-09-27T02:49:20.9514990Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.findTypeByName(UnitCompiler.java:8556)
> 2022-09-27T02:49:20.9515659Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6749)
> 2022-09-27T02:49:20.9516337Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6594)
> 2022-09-27T02:49:20.9516989Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:6573)
> 2022-09-27T02:49:20.9517632Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.access$13900(UnitCompiler.java:215)
> 2022-09-27T02:49:20.9518319Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6481)
> 2022-09-27T02:49:20.9519018Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9519680Z Sep 27 02:49:20  at 
> org.codehaus.janino.Java$ReferenceType.accept(Java.java:3928)
> 2022-09-27T02:49:20.9520386Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9521042Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6469)
> 2022-09-27T02:49:20.9521677Z S

[jira] [Created] (FLINK-30649) Run kubernetes session test (default input) failed with a timeout

2023-01-12 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30649:
-

 Summary: Run kubernetes session test (default input) failed with a 
timeout
 Key: FLINK-30649
 URL: https://issues.apache.org/jira/browse/FLINK-30649
 Project: Flink
  Issue Type: Bug
  Components: Deployment / Kubernetes
Affects Versions: 1.17.0
Reporter: Matthias Pohl


{{Run kubernetes session test (default input)}} failed with a timeout.
[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44748&view=logs&j=bea52777-eaf8-5663-8482-18fbc3630e81&t=b2642e3a-5b86-574d-4c8a-f7e2842bfb14&l=6317]

It appears that there was some issue with shutting down the pods of the 
MiniCluster:
{code:java}
2023-01-12T08:22:13.1388597Z timed out waiting for the condition on 
pods/flink-native-k8s-session-1-7dc9976688-gq788
2023-01-12T08:22:13.1390040Z timed out waiting for the condition on 
pods/flink-native-k8s-session-1-taskmanager-1-1 {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FLINK-30655) SqlClientITCase.testMatchRecognize failed with a 404

2023-01-12 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30655:
-

 Summary: SqlClientITCase.testMatchRecognize failed with a 404
 Key: FLINK-30655
 URL: https://issues.apache.org/jira/browse/FLINK-30655
 Project: Flink
  Issue Type: Bug
  Components: Table SQL / Client
Affects Versions: 1.17.0
Reporter: Matthias Pohl


We experience a test instability with SqlClientITCase.testMatchRecognize 
failing due to a 404 error:

[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44755&view=logs&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a&t=160c9ae5-96fd-516e-1c91-deb81f59292a&l=15080]
{code:java}
Jan 12 14:51:42 [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time 
elapsed: 208.308 s <<< FAILURE! - in SqlClientITCase
Jan 12 14:51:42 [ERROR] SqlClientITCase.testMatchRecognize  Time elapsed: 
49.435 s  <<< ERROR!
Jan 12 14:51:42 com.github.dockerjava.api.exception.NotFoundException: 
Jan 12 14:51:42 Status 404: {"message":"Could not find the file 
/flink/records-matchrecognize.out in container 
403f2ed027372780e0eb2b3ea33f300b93d33eeb1ecfb72ff7b19ce28b73a0ac"}
Jan 12 14:51:42 
Jan 12 14:51:42 at 
org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:241)
 {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30413) Drop Shared and Key_Shared subscription support in Pulsar connector

2023-01-13 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676523#comment-17676523
 ] 

Matthias Pohl commented on FLINK-30413:
---

I agree since we, anyway, already disabled tests (FLINK-30351). Noticing that, 
I realize that this very test that popped up as documented in my previous 
comment, should actually be disabled already. That's something we might have to 
look into as part of FLINK-30657. Thanks for taking care of it.

> Drop Shared and Key_Shared subscription support in Pulsar connector
> ---
>
> Key: FLINK-30413
> URL: https://issues.apache.org/jira/browse/FLINK-30413
> Project: Flink
>  Issue Type: Improvement
>  Components: Connectors / Pulsar
>Affects Versions: 1.16.0, 1.17.0, 1.15.3
>Reporter: Yufan Sheng
>Assignee: Yufan Sheng
>Priority: Critical
>  Labels: pull-request-available
> Fix For: pulsar-4.0.0
>
>
> A lot of Pulsar connector test unstable issues are related to {{Shared}} and 
> {{Key_Shared}} subscription. Because this two subscription is designed to 
> consume the records in an unordered way. And we can support multiple 
> consumers in same topic partition. But this feature lead to some drawbacks in 
> connector.
> 1. Performance
> Flink is a true stream processor with high correctness support. But support 
> multiple consumer will require higher correctness which depends on Pulsar 
> transaction. But the internal implementation of Pulsar transaction on source 
> is record the message one by one and stores all the pending ack status in 
> client side. Which is slow and memory inefficient.
> This means that we can only use {{Shared}} and {{Key_Shared}} on Flink with 
> low throughput. This against our intention to support these two subscription. 
> Because adding multiple consumer to same partition can increase the consuming 
> speed.
> 2. Unstable
> Pulsar transaction acknowledge the messages one by one in an internal 
> Pulsar's topic. But it's not stable enough to get it works. A lot of pending 
> issues in Flink JIRA are related to Pulsar transaction and we don't have any 
> workaround.
> 3. Complex
> Support {{Shared}} and {{Key_Shared}} subscription make the connector's code 
> more complex than we expect. We have to make every part of code into ordered 
> and unordered way. Which is hard to understand for the maintainer.
> 4. Necessary
> The current implementation on {{Shared}} and {{Key_Shared}} is completely 
> unusable to use in Production environment. For the user, this function is not 
> necessary. Because there is no bottleneck in consuming data from Pulsar, the 
> bottleneck is in processing the data, which we can achieve by increasing the 
> parallelism of the processing operator.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-30657) Disable Shared and Key_Shared related tests in Pulsar connector

2023-01-13 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl updated FLINK-30657:
--
Labels: test-stability  (was: )

> Disable Shared and Key_Shared related tests in Pulsar connector
> ---
>
> Key: FLINK-30657
> URL: https://issues.apache.org/jira/browse/FLINK-30657
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Pulsar
>Affects Versions: 1.16.0, 1.15.3
>Reporter: Yufan Sheng
>Assignee: Yufan Sheng
>Priority: Blocker
>  Labels: test-stability
> Fix For: 1.16.1, 1.15.4
>
>
> As the [FLINK-30413|https://issues.apache.org/jira/browse/FLINK-30413] issue 
> talked, we have dropped the Shared and Key_Shared supported in upcoming 
> flink-connector-pulsar 4.0 release. The flaky tests of Shared and Key_Shared 
> still matters the old Flink build.
> Cause these tests are useless now, we can just disable them without any fix.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-30657) Disable Shared and Key_Shared related tests in Pulsar connector

2023-01-13 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676524#comment-17676524
 ] 

Matthias Pohl edited comment on FLINK-30657 at 1/13/23 8:53 AM:


Quoting what I commented on in FLINK-30413:
{quote}I agree since we, anyway, already disabled tests (FLINK-30351). Noticing 
that, I realize that this very test that popped up as documented in my previous 
comment, should actually be disabled already. That's something we might have to 
look into as part of FLINK-30657. Thanks for taking care of it.
{quote}


was (Author: mapohl):
Quoting what I commented on in FLINK-30413:
{quote}I agree since we, anyway, already disabled tests (FLINK-30351). Noticing 
that, I realize that this very test that popped up as documented in my previous 
comment, should actually be disabled already. That's something we might have to 
look into as part of FLINK-30657. Thanks for taking care of it.
{quote}

> Disable Shared and Key_Shared related tests in Pulsar connector
> ---
>
> Key: FLINK-30657
> URL: https://issues.apache.org/jira/browse/FLINK-30657
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Pulsar
>Affects Versions: 1.16.0, 1.15.3
>Reporter: Yufan Sheng
>Assignee: Yufan Sheng
>Priority: Blocker
>  Labels: test-stability
> Fix For: 1.16.1, 1.15.4
>
>
> As the [FLINK-30413|https://issues.apache.org/jira/browse/FLINK-30413] issue 
> talked, we have dropped the Shared and Key_Shared supported in upcoming 
> flink-connector-pulsar 4.0 release. The flaky tests of Shared and Key_Shared 
> still matters the old Flink build.
> Cause these tests are useless now, we can just disable them without any fix.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30657) Disable Shared and Key_Shared related tests in Pulsar connector

2023-01-13 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676524#comment-17676524
 ] 

Matthias Pohl commented on FLINK-30657:
---

Quoting what I commented on in FLINK-30413:
{quote}I agree since we, anyway, already disabled tests (FLINK-30351). Noticing 
that, I realize that this very test that popped up as documented in my previous 
comment, should actually be disabled already. That's something we might have to 
look into as part of FLINK-30657. Thanks for taking care of it.
{quote}

> Disable Shared and Key_Shared related tests in Pulsar connector
> ---
>
> Key: FLINK-30657
> URL: https://issues.apache.org/jira/browse/FLINK-30657
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Pulsar
>Affects Versions: 1.16.0, 1.15.3
>Reporter: Yufan Sheng
>Assignee: Yufan Sheng
>Priority: Blocker
>  Labels: test-stability
> Fix For: 1.16.1, 1.15.4
>
>
> As the [FLINK-30413|https://issues.apache.org/jira/browse/FLINK-30413] issue 
> talked, we have dropped the Shared and Key_Shared supported in upcoming 
> flink-connector-pulsar 4.0 release. The flaky tests of Shared and Key_Shared 
> still matters the old Flink build.
> Cause these tests are useless now, we can just disable them without any fix.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-30657) Disable Shared and Key_Shared related tests in Pulsar connector

2023-01-13 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676524#comment-17676524
 ] 

Matthias Pohl edited comment on FLINK-30657 at 1/13/23 8:53 AM:


Quoting what I commented on in FLINK-30413:
{quote}[...] I realize that this very test that popped up as documented in my 
previous comment, should actually be disabled already. That's something we 
might have to look into as part of FLINK-30657. Thanks for taking care of it.
{quote}


was (Author: mapohl):
Quoting what I commented on in FLINK-30413:
{quote}I agree since we, anyway, already disabled tests (FLINK-30351). Noticing 
that, I realize that this very test that popped up as documented in my previous 
comment, should actually be disabled already. That's something we might have to 
look into as part of FLINK-30657. Thanks for taking care of it.
{quote}

> Disable Shared and Key_Shared related tests in Pulsar connector
> ---
>
> Key: FLINK-30657
> URL: https://issues.apache.org/jira/browse/FLINK-30657
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Pulsar
>Affects Versions: 1.16.0, 1.15.3
>Reporter: Yufan Sheng
>Assignee: Yufan Sheng
>Priority: Blocker
>  Labels: test-stability
> Fix For: 1.16.1, 1.15.4
>
>
> As the [FLINK-30413|https://issues.apache.org/jira/browse/FLINK-30413] issue 
> talked, we have dropped the Shared and Key_Shared supported in upcoming 
> flink-connector-pulsar 4.0 release. The flaky tests of Shared and Key_Shared 
> still matters the old Flink build.
> Cause these tests are useless now, we can just disable them without any fix.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FLINK-30677) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-13 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30677:
-

 Summary: SqlGatewayServiceStatementITCase.testFlinkSqlStatements 
fails
 Key: FLINK-30677
 URL: https://issues.apache.org/jira/browse/FLINK-30677
 Project: Flink
  Issue Type: Bug
  Components: Table SQL / Gateway
Affects Versions: 1.17.0
Reporter: Matthias Pohl


We're observing a test instability with 
{{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
build:

[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251]
{code:java}
Jan 13 02:46:10 [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 27.279 s <<< FAILURE! - in 
org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase
Jan 13 02:46:10 [ERROR] 
org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements(String)[5]
  Time elapsed: 1.573 s  <<< FAILURE!
Jan 13 02:46:10 org.opentest4j.AssertionFailedError: 
Jan 13 02:46:10 
Jan 13 02:46:10 expected: 
Jan 13 02:46:10   "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE
Jan 13 02:46:10   #
Jan 13 02:46:10   # Licensed to the Apache Software Foundation (ASF) under one 
or more
Jan 13 02:46:10   # contributor license agreements.  See the NOTICE file 
distributed with
Jan 13 02:46:10   # this work for additional information regarding copyright 
ownership.
Jan 13 02:46:10   # The ASF licenses this file to you under the Apache License, 
Version 2.0
Jan 13 02:46:10   # (the "License"); you may not use this file except in 
compliance with
Jan 13 02:46:10   # the License.  You may obtain a copy of the License at
Jan 13 02:46:10   #
Jan 13 02:46:10   # http://www.apache.org/licenses/LICENSE-2.0
Jan 13 02:46:10   #
Jan 13 02:46:10   # Unless required by applicable law or agreed to in writing, 
software
Jan 13 02:46:10   # distributed under the License is distributed on an "AS IS" 
BASIS,
Jan 13 02:46:10   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
express or implied.
Jan 13 02:46:10   # See the License for the specific language governing 
permissions and
Jan 13 02:46:10   # limitations under the License.
[...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-30677) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-13 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl updated FLINK-30677:
--
Priority: Critical  (was: Major)

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30677
> URL: https://issues.apache.org/jira/browse/FLINK-30677
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> We're observing a test instability with 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> build:
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251]
> {code:java}
> Jan 13 02:46:10 [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, 
> Time elapsed: 27.279 s <<< FAILURE! - in 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase
> Jan 13 02:46:10 [ERROR] 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements(String)[5]
>   Time elapsed: 1.573 s  <<< FAILURE!
> Jan 13 02:46:10 org.opentest4j.AssertionFailedError: 
> Jan 13 02:46:10 
> Jan 13 02:46:10 expected: 
> Jan 13 02:46:10   "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Licensed to the Apache Software Foundation (ASF) under 
> one or more
> Jan 13 02:46:10   # contributor license agreements.  See the NOTICE file 
> distributed with
> Jan 13 02:46:10   # this work for additional information regarding copyright 
> ownership.
> Jan 13 02:46:10   # The ASF licenses this file to you under the Apache 
> License, Version 2.0
> Jan 13 02:46:10   # (the "License"); you may not use this file except in 
> compliance with
> Jan 13 02:46:10   # the License.  You may obtain a copy of the License at
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # http://www.apache.org/licenses/LICENSE-2.0
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Unless required by applicable law or agreed to in 
> writing, software
> Jan 13 02:46:10   # distributed under the License is distributed on an "AS 
> IS" BASIS,
> Jan 13 02:46:10   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
> express or implied.
> Jan 13 02:46:10   # See the License for the specific language governing 
> permissions and
> Jan 13 02:46:10   # limitations under the License.
> [...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-30677) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-13 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl updated FLINK-30677:
--
Description: 
We're observing a test instability with 
{{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
builds:

[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251]

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=14608
{code:java}
Jan 13 02:46:10 [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 27.279 s <<< FAILURE! - in 
org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase
Jan 13 02:46:10 [ERROR] 
org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements(String)[5]
  Time elapsed: 1.573 s  <<< FAILURE!
Jan 13 02:46:10 org.opentest4j.AssertionFailedError: 
Jan 13 02:46:10 
Jan 13 02:46:10 expected: 
Jan 13 02:46:10   "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE
Jan 13 02:46:10   #
Jan 13 02:46:10   # Licensed to the Apache Software Foundation (ASF) under one 
or more
Jan 13 02:46:10   # contributor license agreements.  See the NOTICE file 
distributed with
Jan 13 02:46:10   # this work for additional information regarding copyright 
ownership.
Jan 13 02:46:10   # The ASF licenses this file to you under the Apache License, 
Version 2.0
Jan 13 02:46:10   # (the "License"); you may not use this file except in 
compliance with
Jan 13 02:46:10   # the License.  You may obtain a copy of the License at
Jan 13 02:46:10   #
Jan 13 02:46:10   # http://www.apache.org/licenses/LICENSE-2.0
Jan 13 02:46:10   #
Jan 13 02:46:10   # Unless required by applicable law or agreed to in writing, 
software
Jan 13 02:46:10   # distributed under the License is distributed on an "AS IS" 
BASIS,
Jan 13 02:46:10   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
express or implied.
Jan 13 02:46:10   # See the License for the specific language governing 
permissions and
Jan 13 02:46:10   # limitations under the License.
[...] {code}

  was:
We're observing a test instability with 
{{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
build:

[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251]
{code:java}
Jan 13 02:46:10 [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 27.279 s <<< FAILURE! - in 
org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase
Jan 13 02:46:10 [ERROR] 
org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements(String)[5]
  Time elapsed: 1.573 s  <<< FAILURE!
Jan 13 02:46:10 org.opentest4j.AssertionFailedError: 
Jan 13 02:46:10 
Jan 13 02:46:10 expected: 
Jan 13 02:46:10   "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE
Jan 13 02:46:10   #
Jan 13 02:46:10   # Licensed to the Apache Software Foundation (ASF) under one 
or more
Jan 13 02:46:10   # contributor license agreements.  See the NOTICE file 
distributed with
Jan 13 02:46:10   # this work for additional information regarding copyright 
ownership.
Jan 13 02:46:10   # The ASF licenses this file to you under the Apache License, 
Version 2.0
Jan 13 02:46:10   # (the "License"); you may not use this file except in 
compliance with
Jan 13 02:46:10   # the License.  You may obtain a copy of the License at
Jan 13 02:46:10   #
Jan 13 02:46:10   # http://www.apache.org/licenses/LICENSE-2.0
Jan 13 02:46:10   #
Jan 13 02:46:10   # Unless required by applicable law or agreed to in writing, 
software
Jan 13 02:46:10   # distributed under the License is distributed on an "AS IS" 
BASIS,
Jan 13 02:46:10   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
express or implied.
Jan 13 02:46:10   # See the License for the specific language governing 
permissions and
Jan 13 02:46:10   # limitations under the License.
[...] {code}


> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30677
> URL: https://issues.apache.org/jira/browse/FLINK-30677
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> We're observing a test instability with 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> builds:
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be

[jira] [Commented] (FLINK-30677) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-13 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676576#comment-17676576
 ] 

Matthias Pohl commented on FLINK-30677:
---

It might be related to 
[f1770892|https://github.com/apache/flink/commit/f1770892c5b8bce408093fc4c2fa52aafd42d7c6]
 (FLINK-28655) or 
[6a15b7e9|https://github.com/apache/flink/commit/6a15b7e9b2459f2bb398c8d7cd062c8fb92da0f2]
 (FLINK-29950). Both commits were added before the previous (successful) 
nightly run. [~yzl] and [~Paul Lin] May you have a look at it?

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30677
> URL: https://issues.apache.org/jira/browse/FLINK-30677
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> We're observing a test instability with 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> builds:
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251]
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=14608
> {code:java}
> Jan 13 02:46:10 [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, 
> Time elapsed: 27.279 s <<< FAILURE! - in 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase
> Jan 13 02:46:10 [ERROR] 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements(String)[5]
>   Time elapsed: 1.573 s  <<< FAILURE!
> Jan 13 02:46:10 org.opentest4j.AssertionFailedError: 
> Jan 13 02:46:10 
> Jan 13 02:46:10 expected: 
> Jan 13 02:46:10   "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Licensed to the Apache Software Foundation (ASF) under 
> one or more
> Jan 13 02:46:10   # contributor license agreements.  See the NOTICE file 
> distributed with
> Jan 13 02:46:10   # this work for additional information regarding copyright 
> ownership.
> Jan 13 02:46:10   # The ASF licenses this file to you under the Apache 
> License, Version 2.0
> Jan 13 02:46:10   # (the "License"); you may not use this file except in 
> compliance with
> Jan 13 02:46:10   # the License.  You may obtain a copy of the License at
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # http://www.apache.org/licenses/LICENSE-2.0
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Unless required by applicable law or agreed to in 
> writing, software
> Jan 13 02:46:10   # distributed under the License is distributed on an "AS 
> IS" BASIS,
> Jan 13 02:46:10   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
> express or implied.
> Jan 13 02:46:10   # See the License for the specific language governing 
> permissions and
> Jan 13 02:46:10   # limitations under the License.
> [...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FLINK-30678) NettyConnectionManagerTest.testManualConfiguration appears to be unstable

2023-01-13 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30678:
-

 Summary: NettyConnectionManagerTest.testManualConfiguration 
appears to be unstable
 Key: FLINK-30678
 URL: https://issues.apache.org/jira/browse/FLINK-30678
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.16.0
Reporter: Matthias Pohl


We observe a test instability due to a "Address already in use" issue:
{code:java}
Jan 13 02:29:43 [ERROR] 
org.apache.flink.runtime.io.network.netty.NettyConnectionManagerTest.testManualConfiguration
  Time elapsed: 0.132 s  <<< ERROR!
Jan 13 02:29:43 
org.apache.flink.shaded.netty4.io.netty.channel.unix.Errors$NativeIoException: 
bind(..) failed: Address already in use
Jan 13 02:29:43{code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44777&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8&l=6744



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-29427) LookupJoinITCase failed with classloader problem

2023-01-13 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676579#comment-17676579
 ] 

Matthias Pohl commented on FLINK-29427:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44777&view=logs&j=f2c100be-250b-5e85-7bbe-176f68fcddc5&t=05efd11e-5400-54a4-0d27-a4663be008a9&l=21750

> LookupJoinITCase failed with classloader problem
> 
>
> Key: FLINK-29427
> URL: https://issues.apache.org/jira/browse/FLINK-29427
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Planner
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Huang Xingbo
>Assignee: Alexander Smirnov
>Priority: Blocker
>  Labels: pull-request-available, test-stability
>
> {code:java}
> 2022-09-27T02:49:20.9501313Z Sep 27 02:49:20 Caused by: 
> org.codehaus.janino.InternalCompilerException: Compiling 
> "KeyProjection$108341": Trying to access closed classloader. Please check if 
> you store classloaders directly or indirectly in static fields. If the 
> stacktrace suggests that the leak occurs in a third party library and cannot 
> be fixed immediately, you can disable this check with the configuration 
> 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9502654Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.compileUnit(UnitCompiler.java:382)
> 2022-09-27T02:49:20.9503366Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:237)
> 2022-09-27T02:49:20.9504044Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.compileToClassLoader(SimpleCompiler.java:465)
> 2022-09-27T02:49:20.9504704Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:216)
> 2022-09-27T02:49:20.9505341Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:207)
> 2022-09-27T02:49:20.9505965Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:80)
> 2022-09-27T02:49:20.9506584Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:75)
> 2022-09-27T02:49:20.9507261Z Sep 27 02:49:20  at 
> org.apache.flink.table.runtime.generated.CompileUtils.doCompile(CompileUtils.java:104)
> 2022-09-27T02:49:20.9507883Z Sep 27 02:49:20  ... 30 more
> 2022-09-27T02:49:20.9509266Z Sep 27 02:49:20 Caused by: 
> java.lang.IllegalStateException: Trying to access closed classloader. Please 
> check if you store classloaders directly or indirectly in static fields. If 
> the stacktrace suggests that the leak occurs in a third party library and 
> cannot be fixed immediately, you can disable this check with the 
> configuration 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9510835Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.ensureInner(FlinkUserCodeClassLoaders.java:184)
> 2022-09-27T02:49:20.9511760Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.loadClass(FlinkUserCodeClassLoaders.java:192)
> 2022-09-27T02:49:20.9512456Z Sep 27 02:49:20  at 
> java.lang.Class.forName0(Native Method)
> 2022-09-27T02:49:20.9513014Z Sep 27 02:49:20  at 
> java.lang.Class.forName(Class.java:348)
> 2022-09-27T02:49:20.9513649Z Sep 27 02:49:20  at 
> org.codehaus.janino.ClassLoaderIClassLoader.findIClass(ClassLoaderIClassLoader.java:89)
> 2022-09-27T02:49:20.9514339Z Sep 27 02:49:20  at 
> org.codehaus.janino.IClassLoader.loadIClass(IClassLoader.java:312)
> 2022-09-27T02:49:20.9514990Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.findTypeByName(UnitCompiler.java:8556)
> 2022-09-27T02:49:20.9515659Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6749)
> 2022-09-27T02:49:20.9516337Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6594)
> 2022-09-27T02:49:20.9516989Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:6573)
> 2022-09-27T02:49:20.9517632Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.access$13900(UnitCompiler.java:215)
> 2022-09-27T02:49:20.9518319Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6481)
> 2022-09-27T02:49:20.9519018Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9519680Z Sep 27 02:49:20  at 
> org.codehaus.janino.Java$ReferenceType.accept(Java.java:3928)
> 2022-09-27T02:49:20.9520386Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9521042Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6469)
> 2022-09-27T02:49:20.9521677Z S

[jira] [Commented] (FLINK-29427) LookupJoinITCase failed with classloader problem

2023-01-13 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676618#comment-17676618
 ] 

Matthias Pohl commented on FLINK-29427:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44782&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=21788

> LookupJoinITCase failed with classloader problem
> 
>
> Key: FLINK-29427
> URL: https://issues.apache.org/jira/browse/FLINK-29427
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Planner
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Huang Xingbo
>Assignee: Alexander Smirnov
>Priority: Blocker
>  Labels: pull-request-available, test-stability
>
> {code:java}
> 2022-09-27T02:49:20.9501313Z Sep 27 02:49:20 Caused by: 
> org.codehaus.janino.InternalCompilerException: Compiling 
> "KeyProjection$108341": Trying to access closed classloader. Please check if 
> you store classloaders directly or indirectly in static fields. If the 
> stacktrace suggests that the leak occurs in a third party library and cannot 
> be fixed immediately, you can disable this check with the configuration 
> 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9502654Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.compileUnit(UnitCompiler.java:382)
> 2022-09-27T02:49:20.9503366Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:237)
> 2022-09-27T02:49:20.9504044Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.compileToClassLoader(SimpleCompiler.java:465)
> 2022-09-27T02:49:20.9504704Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:216)
> 2022-09-27T02:49:20.9505341Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:207)
> 2022-09-27T02:49:20.9505965Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:80)
> 2022-09-27T02:49:20.9506584Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:75)
> 2022-09-27T02:49:20.9507261Z Sep 27 02:49:20  at 
> org.apache.flink.table.runtime.generated.CompileUtils.doCompile(CompileUtils.java:104)
> 2022-09-27T02:49:20.9507883Z Sep 27 02:49:20  ... 30 more
> 2022-09-27T02:49:20.9509266Z Sep 27 02:49:20 Caused by: 
> java.lang.IllegalStateException: Trying to access closed classloader. Please 
> check if you store classloaders directly or indirectly in static fields. If 
> the stacktrace suggests that the leak occurs in a third party library and 
> cannot be fixed immediately, you can disable this check with the 
> configuration 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9510835Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.ensureInner(FlinkUserCodeClassLoaders.java:184)
> 2022-09-27T02:49:20.9511760Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.loadClass(FlinkUserCodeClassLoaders.java:192)
> 2022-09-27T02:49:20.9512456Z Sep 27 02:49:20  at 
> java.lang.Class.forName0(Native Method)
> 2022-09-27T02:49:20.9513014Z Sep 27 02:49:20  at 
> java.lang.Class.forName(Class.java:348)
> 2022-09-27T02:49:20.9513649Z Sep 27 02:49:20  at 
> org.codehaus.janino.ClassLoaderIClassLoader.findIClass(ClassLoaderIClassLoader.java:89)
> 2022-09-27T02:49:20.9514339Z Sep 27 02:49:20  at 
> org.codehaus.janino.IClassLoader.loadIClass(IClassLoader.java:312)
> 2022-09-27T02:49:20.9514990Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.findTypeByName(UnitCompiler.java:8556)
> 2022-09-27T02:49:20.9515659Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6749)
> 2022-09-27T02:49:20.9516337Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6594)
> 2022-09-27T02:49:20.9516989Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:6573)
> 2022-09-27T02:49:20.9517632Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.access$13900(UnitCompiler.java:215)
> 2022-09-27T02:49:20.9518319Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6481)
> 2022-09-27T02:49:20.9519018Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9519680Z Sep 27 02:49:20  at 
> org.codehaus.janino.Java$ReferenceType.accept(Java.java:3928)
> 2022-09-27T02:49:20.9520386Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9521042Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6469)
> 2022-09-27T02:49:20.9521677Z S

[jira] [Closed] (FLINK-30640) Unstable test in CliClientITCase

2023-01-15 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl closed FLINK-30640.
-
Resolution: Duplicate

I'm closing this issue in favor of FLINK-30508.

> Unstable test in CliClientITCase
> 
>
> Key: FLINK-30640
> URL: https://issues.apache.org/jira/browse/FLINK-30640
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Hive, Table SQL / Client
>Affects Versions: 1.17.0
>Reporter: yuzelin
>Priority: Major
>
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44743&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4]
>  
> The failed test can work normally in my local environment.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30508) CliClientITCase.testSqlStatements failed with output not matched with expected

2023-01-15 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677199#comment-17677199
 ] 

Matthias Pohl commented on FLINK-30508:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44824&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=15722

> CliClientITCase.testSqlStatements failed with output not matched with expected
> --
>
> Key: FLINK-30508
> URL: https://issues.apache.org/jira/browse/FLINK-30508
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Client
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Qingsheng Ren
>Priority: Critical
>  Labels: test-stability
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44246&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14992



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-21106) google-java-format Intellij Plugin 1.7.0.5 causes UnsupportedOperationException in IntelliJ

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-21106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677223#comment-17677223
 ] 

Matthias Pohl commented on FLINK-21106:
---

FYI: version 1.7.0.6 was released in under the [this 
link|https://plugins.jetbrains.com/plugin/8527-google-java-format/versions/stable/115957].
 This information was also made available in the [Flink 
docs|https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/flinkdev/ide_setup/#required-plugins].

> google-java-format Intellij Plugin 1.7.0.5 causes 
> UnsupportedOperationException in IntelliJ
> ---
>
> Key: FLINK-21106
> URL: https://issues.apache.org/jira/browse/FLINK-21106
> Project: Flink
>  Issue Type: Bug
>Reporter: Matthias Pohl
>Assignee: Matthias Pohl
>Priority: Minor
>  Labels: pull-request-available
> Attachments: google-java-format-1.7-patched.zip
>
>
> There's a problem with {{google-java-format}} Intellij plugin version 
> {{1.7.0.5}} that causes an {{UnsupportedOperationException}} when creating a 
> new Java class file. Besides the exception, an error dialog pops up and the 
> newly created file is not properly formatted. A simple reformat solves the 
> issue.
> This problem is caused by a bug that got fixed in the {{google-java-format}} 
> plugin's codebase in 
> [45fb41a|https://github.com/google/google-java-format/commit/45fb41a7bac3dfe0726601ceb87d1c17bbf494ec].
> Unfortunately, this fix got released with the plugin version {{1.8.0.1}} 
> which we cannot upgrade to due to our limitations on sticking to Java 8 for 
> now (see FLINK-20803).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FLINK-30697) Upgrade scalafmt documentation

2023-01-16 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30697:
-

 Summary: Upgrade scalafmt documentation
 Key: FLINK-30697
 URL: https://issues.apache.org/jira/browse/FLINK-30697
 Project: Flink
  Issue Type: Bug
  Components: Documentation
Affects Versions: 1.16.0, 1.17.0
Reporter: Matthias Pohl


The Flink documentation instructs the user to copy 
{{tools/maven/scalastyle-config.xml}} (see 
[docs|https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/flinkdev/ide_setup/#checkstyle-for-scala])
 to enable scala checkstyle rules. This is obsolete after the changes made 
FLINK-26553 with its related [ML 
discussion|https://lists.apache.org/thread/wkrjp6jw2fvqfr16kmh4ltsn7dk8d010].

This issue is about updating the docs accordingly.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-30697) Fix scalafmt documentation

2023-01-16 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl updated FLINK-30697:
--
Summary: Fix scalafmt documentation  (was: Upgrade scalafmt documentation)

> Fix scalafmt documentation
> --
>
> Key: FLINK-30697
> URL: https://issues.apache.org/jira/browse/FLINK-30697
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Matthias Pohl
>Priority: Major
>  Labels: starter
>
> The Flink documentation instructs the user to copy 
> {{tools/maven/scalastyle-config.xml}} (see 
> [docs|https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/flinkdev/ide_setup/#checkstyle-for-scala])
>  to enable scala checkstyle rules. This is obsolete after the changes made 
> FLINK-26553 with its related [ML 
> discussion|https://lists.apache.org/thread/wkrjp6jw2fvqfr16kmh4ltsn7dk8d010].
> This issue is about updating the docs accordingly.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-30697) Fix scalafmt documentation

2023-01-16 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl updated FLINK-30697:
--
Description: 
The Flink documentation instructs the user to copy 
{{tools/maven/scalastyle-config.xml}} (see 
[docs|https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/flinkdev/ide_setup/#checkstyle-for-scala])
 to enable scala checkstyle rules. This is obsolete after the changes made 
FLINK-26553 with its related [ML 
discussion|https://lists.apache.org/thread/wkrjp6jw2fvqfr16kmh4ltsn7dk8d010].

This issue is about updating the docs accordingly. The instructions can be 
found in the [corresponding announcement 
thread|https://lists.apache.org/thread/vsmkzz3kgxtfjnrszo3cg6zznr23l93v].

  was:
The Flink documentation instructs the user to copy 
{{tools/maven/scalastyle-config.xml}} (see 
[docs|https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/flinkdev/ide_setup/#checkstyle-for-scala])
 to enable scala checkstyle rules. This is obsolete after the changes made 
FLINK-26553 with its related [ML 
discussion|https://lists.apache.org/thread/wkrjp6jw2fvqfr16kmh4ltsn7dk8d010].

This issue is about updating the docs accordingly.


> Fix scalafmt documentation
> --
>
> Key: FLINK-30697
> URL: https://issues.apache.org/jira/browse/FLINK-30697
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Matthias Pohl
>Priority: Major
>  Labels: starter
>
> The Flink documentation instructs the user to copy 
> {{tools/maven/scalastyle-config.xml}} (see 
> [docs|https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/flinkdev/ide_setup/#checkstyle-for-scala])
>  to enable scala checkstyle rules. This is obsolete after the changes made 
> FLINK-26553 with its related [ML 
> discussion|https://lists.apache.org/thread/wkrjp6jw2fvqfr16kmh4ltsn7dk8d010].
> This issue is about updating the docs accordingly. The instructions can be 
> found in the [corresponding announcement 
> thread|https://lists.apache.org/thread/vsmkzz3kgxtfjnrszo3cg6zznr23l93v].



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FLINK-30698) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-16 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30698:
-

 Summary: SqlGatewayServiceStatementITCase.testFlinkSqlStatements 
fails
 Key: FLINK-30698
 URL: https://issues.apache.org/jira/browse/FLINK-30698
 Project: Flink
  Issue Type: Bug
  Components: Table SQL / Gateway
Affects Versions: 1.17.0
Reporter: Matthias Pohl


We're seeing an assertion in 
{{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
build:

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44824&view=logs&j=ce3801ad-3bd5-5f06-d165-34d37e757d90&t=5e4d9387-1dcc-5885-a901-90469b7e6d2f&l=16651



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30698) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677276#comment-17677276
 ] 

Matthias Pohl commented on FLINK-30698:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44835&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=17487

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30698
> URL: https://issues.apache.org/jira/browse/FLINK-30698
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> We're seeing an assertion in 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> build:
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44824&view=logs&j=ce3801ad-3bd5-5f06-d165-34d37e757d90&t=5e4d9387-1dcc-5885-a901-90469b7e6d2f&l=16651



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-30698) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677276#comment-17677276
 ] 

Matthias Pohl edited comment on FLINK-30698 at 1/16/23 9:44 AM:


[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44835&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=17487]

It's a different cause: A \{[NullPointerException}} is thrown.
{code:java}
Jan 15 01:54:40 [ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time 
elapsed: 22.284 s <<< FAILURE! - in 
org.apache.flink.table.gateway.rest.SqlGatewayRestEndpointStatementITCase
Jan 15 01:54:40 [ERROR] 
org.apache.flink.table.gateway.rest.SqlGatewayRestEndpointStatementITCase.testFlinkSqlStatements(String)[5]
  Time elapsed: 1.212 s  <<< ERROR!
Jan 15 01:54:40 java.lang.NullPointerException
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.rest.SqlGatewayRestEndpointStatementITCase.stringifyException(SqlGatewayRestEndpointStatementITCase.java:194)
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.AbstractSqlGatewayStatementITCase.runStatements(AbstractSqlGatewayStatementITCase.java:144)
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.AbstractSqlGatewayStatementITCase.runTest(AbstractSqlGatewayStatementITCase.java:269)
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.AbstractSqlGatewayStatementITCase.testFlinkSqlStatements(AbstractSqlGatewayStatementITCase.java:118)
[...] {code}


was (Author: mapohl):
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44835&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=17487

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30698
> URL: https://issues.apache.org/jira/browse/FLINK-30698
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> We're seeing an assertion in 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> build:
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44824&view=logs&j=ce3801ad-3bd5-5f06-d165-34d37e757d90&t=5e4d9387-1dcc-5885-a901-90469b7e6d2f&l=16651



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-30698) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677276#comment-17677276
 ] 

Matthias Pohl edited comment on FLINK-30698 at 1/16/23 9:44 AM:


[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44835&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=17487]

It's a different cause: A NullPointerException is thrown.
{code:java}
Jan 15 01:54:40 [ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time 
elapsed: 22.284 s <<< FAILURE! - in 
org.apache.flink.table.gateway.rest.SqlGatewayRestEndpointStatementITCase
Jan 15 01:54:40 [ERROR] 
org.apache.flink.table.gateway.rest.SqlGatewayRestEndpointStatementITCase.testFlinkSqlStatements(String)[5]
  Time elapsed: 1.212 s  <<< ERROR!
Jan 15 01:54:40 java.lang.NullPointerException
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.rest.SqlGatewayRestEndpointStatementITCase.stringifyException(SqlGatewayRestEndpointStatementITCase.java:194)
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.AbstractSqlGatewayStatementITCase.runStatements(AbstractSqlGatewayStatementITCase.java:144)
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.AbstractSqlGatewayStatementITCase.runTest(AbstractSqlGatewayStatementITCase.java:269)
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.AbstractSqlGatewayStatementITCase.testFlinkSqlStatements(AbstractSqlGatewayStatementITCase.java:118)
[...] {code}


was (Author: mapohl):
[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44835&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=17487]

It's a different cause: A \{[NullPointerException}} is thrown.
{code:java}
Jan 15 01:54:40 [ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time 
elapsed: 22.284 s <<< FAILURE! - in 
org.apache.flink.table.gateway.rest.SqlGatewayRestEndpointStatementITCase
Jan 15 01:54:40 [ERROR] 
org.apache.flink.table.gateway.rest.SqlGatewayRestEndpointStatementITCase.testFlinkSqlStatements(String)[5]
  Time elapsed: 1.212 s  <<< ERROR!
Jan 15 01:54:40 java.lang.NullPointerException
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.rest.SqlGatewayRestEndpointStatementITCase.stringifyException(SqlGatewayRestEndpointStatementITCase.java:194)
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.AbstractSqlGatewayStatementITCase.runStatements(AbstractSqlGatewayStatementITCase.java:144)
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.AbstractSqlGatewayStatementITCase.runTest(AbstractSqlGatewayStatementITCase.java:269)
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.AbstractSqlGatewayStatementITCase.testFlinkSqlStatements(AbstractSqlGatewayStatementITCase.java:118)
[...] {code}

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30698
> URL: https://issues.apache.org/jira/browse/FLINK-30698
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> We're seeing an assertion in 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> build:
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44824&view=logs&j=ce3801ad-3bd5-5f06-d165-34d37e757d90&t=5e4d9387-1dcc-5885-a901-90469b7e6d2f&l=16651



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Closed] (FLINK-30698) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-16 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl closed FLINK-30698.
-
Resolution: Duplicate

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30698
> URL: https://issues.apache.org/jira/browse/FLINK-30698
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> We're seeing an assertion in 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> build:
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44824&view=logs&j=ce3801ad-3bd5-5f06-d165-34d37e757d90&t=5e4d9387-1dcc-5885-a901-90469b7e6d2f&l=16651



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30698) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677279#comment-17677279
 ] 

Matthias Pohl commented on FLINK-30698:
---

Args, thanks for the point. I don't know why I missed that one.

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30698
> URL: https://issues.apache.org/jira/browse/FLINK-30698
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> We're seeing an assertion in 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> build:
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44824&view=logs&j=ce3801ad-3bd5-5f06-d165-34d37e757d90&t=5e4d9387-1dcc-5885-a901-90469b7e6d2f&l=16651



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30677) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677280#comment-17677280
 ] 

Matthias Pohl commented on FLINK-30677:
---

Mentioned in FLINK-30698 already but quoting it here once more:
{quote}[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44835&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=17487]

It's a different cause: A NullPointerException is thrown.
{code:java}
Jan 15 01:54:40 [ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time 
elapsed: 22.284 s <<< FAILURE! - in 
org.apache.flink.table.gateway.rest.SqlGatewayRestEndpointStatementITCase
Jan 15 01:54:40 [ERROR] 
org.apache.flink.table.gateway.rest.SqlGatewayRestEndpointStatementITCase.testFlinkSqlStatements(String)[5]
  Time elapsed: 1.212 s  <<< ERROR!
Jan 15 01:54:40 java.lang.NullPointerException
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.rest.SqlGatewayRestEndpointStatementITCase.stringifyException(SqlGatewayRestEndpointStatementITCase.java:194)
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.AbstractSqlGatewayStatementITCase.runStatements(AbstractSqlGatewayStatementITCase.java:144)
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.AbstractSqlGatewayStatementITCase.runTest(AbstractSqlGatewayStatementITCase.java:269)
Jan 15 01:54:40 at 
org.apache.flink.table.gateway.AbstractSqlGatewayStatementITCase.testFlinkSqlStatements(AbstractSqlGatewayStatementITCase.java:118)
[...] {code}
{quote}

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30677
> URL: https://issues.apache.org/jira/browse/FLINK-30677
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> We're observing a test instability with 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> builds:
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251]
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=14608
> {code:java}
> Jan 13 02:46:10 [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, 
> Time elapsed: 27.279 s <<< FAILURE! - in 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase
> Jan 13 02:46:10 [ERROR] 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements(String)[5]
>   Time elapsed: 1.573 s  <<< FAILURE!
> Jan 13 02:46:10 org.opentest4j.AssertionFailedError: 
> Jan 13 02:46:10 
> Jan 13 02:46:10 expected: 
> Jan 13 02:46:10   "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Licensed to the Apache Software Foundation (ASF) under 
> one or more
> Jan 13 02:46:10   # contributor license agreements.  See the NOTICE file 
> distributed with
> Jan 13 02:46:10   # this work for additional information regarding copyright 
> ownership.
> Jan 13 02:46:10   # The ASF licenses this file to you under the Apache 
> License, Version 2.0
> Jan 13 02:46:10   # (the "License"); you may not use this file except in 
> compliance with
> Jan 13 02:46:10   # the License.  You may obtain a copy of the License at
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # http://www.apache.org/licenses/LICENSE-2.0
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Unless required by applicable law or agreed to in 
> writing, software
> Jan 13 02:46:10   # distributed under the License is distributed on an "AS 
> IS" BASIS,
> Jan 13 02:46:10   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
> express or implied.
> Jan 13 02:46:10   # See the License for the specific language governing 
> permissions and
> Jan 13 02:46:10   # limitations under the License.
> [...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-30698) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677279#comment-17677279
 ] 

Matthias Pohl edited comment on FLINK-30698 at 1/16/23 9:47 AM:


Args, thanks for the pointer. I don't know why I missed that one.


was (Author: mapohl):
Args, thanks for the point. I don't know why I missed that one.

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30698
> URL: https://issues.apache.org/jira/browse/FLINK-30698
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> We're seeing an assertion in 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> build:
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44824&view=logs&j=ce3801ad-3bd5-5f06-d165-34d37e757d90&t=5e4d9387-1dcc-5885-a901-90469b7e6d2f&l=16651



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30508) CliClientITCase.testSqlStatements failed with output not matched with expected

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677282#comment-17677282
 ] 

Matthias Pohl commented on FLINK-30508:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44856&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=15204

> CliClientITCase.testSqlStatements failed with output not matched with expected
> --
>
> Key: FLINK-30508
> URL: https://issues.apache.org/jira/browse/FLINK-30508
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Client
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Qingsheng Ren
>Priority: Critical
>  Labels: test-stability
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44246&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14992



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30677) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677283#comment-17677283
 ] 

Matthias Pohl commented on FLINK-30677:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44863&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30677
> URL: https://issues.apache.org/jira/browse/FLINK-30677
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> We're observing a test instability with 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> builds:
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251]
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=14608
> {code:java}
> Jan 13 02:46:10 [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, 
> Time elapsed: 27.279 s <<< FAILURE! - in 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase
> Jan 13 02:46:10 [ERROR] 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements(String)[5]
>   Time elapsed: 1.573 s  <<< FAILURE!
> Jan 13 02:46:10 org.opentest4j.AssertionFailedError: 
> Jan 13 02:46:10 
> Jan 13 02:46:10 expected: 
> Jan 13 02:46:10   "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Licensed to the Apache Software Foundation (ASF) under 
> one or more
> Jan 13 02:46:10   # contributor license agreements.  See the NOTICE file 
> distributed with
> Jan 13 02:46:10   # this work for additional information regarding copyright 
> ownership.
> Jan 13 02:46:10   # The ASF licenses this file to you under the Apache 
> License, Version 2.0
> Jan 13 02:46:10   # (the "License"); you may not use this file except in 
> compliance with
> Jan 13 02:46:10   # the License.  You may obtain a copy of the License at
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # http://www.apache.org/licenses/LICENSE-2.0
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Unless required by applicable law or agreed to in 
> writing, software
> Jan 13 02:46:10   # distributed under the License is distributed on an "AS 
> IS" BASIS,
> Jan 13 02:46:10   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
> express or implied.
> Jan 13 02:46:10   # See the License for the specific language governing 
> permissions and
> Jan 13 02:46:10   # limitations under the License.
> [...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-30677) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677283#comment-17677283
 ] 

Matthias Pohl edited comment on FLINK-30677 at 1/16/23 9:52 AM:


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44863&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251


was (Author: mapohl):
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44863&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30677
> URL: https://issues.apache.org/jira/browse/FLINK-30677
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> We're observing a test instability with 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> builds:
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251]
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=14608
> {code:java}
> Jan 13 02:46:10 [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, 
> Time elapsed: 27.279 s <<< FAILURE! - in 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase
> Jan 13 02:46:10 [ERROR] 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements(String)[5]
>   Time elapsed: 1.573 s  <<< FAILURE!
> Jan 13 02:46:10 org.opentest4j.AssertionFailedError: 
> Jan 13 02:46:10 
> Jan 13 02:46:10 expected: 
> Jan 13 02:46:10   "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Licensed to the Apache Software Foundation (ASF) under 
> one or more
> Jan 13 02:46:10   # contributor license agreements.  See the NOTICE file 
> distributed with
> Jan 13 02:46:10   # this work for additional information regarding copyright 
> ownership.
> Jan 13 02:46:10   # The ASF licenses this file to you under the Apache 
> License, Version 2.0
> Jan 13 02:46:10   # (the "License"); you may not use this file except in 
> compliance with
> Jan 13 02:46:10   # the License.  You may obtain a copy of the License at
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # http://www.apache.org/licenses/LICENSE-2.0
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Unless required by applicable law or agreed to in 
> writing, software
> Jan 13 02:46:10   # distributed under the License is distributed on an "AS 
> IS" BASIS,
> Jan 13 02:46:10   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
> express or implied.
> Jan 13 02:46:10   # See the License for the specific language governing 
> permissions and
> Jan 13 02:46:10   # limitations under the License.
> [...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-29427) LookupJoinITCase failed with classloader problem

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677284#comment-17677284
 ] 

Matthias Pohl commented on FLINK-29427:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44863&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=18389

> LookupJoinITCase failed with classloader problem
> 
>
> Key: FLINK-29427
> URL: https://issues.apache.org/jira/browse/FLINK-29427
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Planner
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Huang Xingbo
>Assignee: Alexander Smirnov
>Priority: Blocker
>  Labels: pull-request-available, test-stability
>
> {code:java}
> 2022-09-27T02:49:20.9501313Z Sep 27 02:49:20 Caused by: 
> org.codehaus.janino.InternalCompilerException: Compiling 
> "KeyProjection$108341": Trying to access closed classloader. Please check if 
> you store classloaders directly or indirectly in static fields. If the 
> stacktrace suggests that the leak occurs in a third party library and cannot 
> be fixed immediately, you can disable this check with the configuration 
> 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9502654Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.compileUnit(UnitCompiler.java:382)
> 2022-09-27T02:49:20.9503366Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:237)
> 2022-09-27T02:49:20.9504044Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.compileToClassLoader(SimpleCompiler.java:465)
> 2022-09-27T02:49:20.9504704Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:216)
> 2022-09-27T02:49:20.9505341Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:207)
> 2022-09-27T02:49:20.9505965Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:80)
> 2022-09-27T02:49:20.9506584Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:75)
> 2022-09-27T02:49:20.9507261Z Sep 27 02:49:20  at 
> org.apache.flink.table.runtime.generated.CompileUtils.doCompile(CompileUtils.java:104)
> 2022-09-27T02:49:20.9507883Z Sep 27 02:49:20  ... 30 more
> 2022-09-27T02:49:20.9509266Z Sep 27 02:49:20 Caused by: 
> java.lang.IllegalStateException: Trying to access closed classloader. Please 
> check if you store classloaders directly or indirectly in static fields. If 
> the stacktrace suggests that the leak occurs in a third party library and 
> cannot be fixed immediately, you can disable this check with the 
> configuration 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9510835Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.ensureInner(FlinkUserCodeClassLoaders.java:184)
> 2022-09-27T02:49:20.9511760Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.loadClass(FlinkUserCodeClassLoaders.java:192)
> 2022-09-27T02:49:20.9512456Z Sep 27 02:49:20  at 
> java.lang.Class.forName0(Native Method)
> 2022-09-27T02:49:20.9513014Z Sep 27 02:49:20  at 
> java.lang.Class.forName(Class.java:348)
> 2022-09-27T02:49:20.9513649Z Sep 27 02:49:20  at 
> org.codehaus.janino.ClassLoaderIClassLoader.findIClass(ClassLoaderIClassLoader.java:89)
> 2022-09-27T02:49:20.9514339Z Sep 27 02:49:20  at 
> org.codehaus.janino.IClassLoader.loadIClass(IClassLoader.java:312)
> 2022-09-27T02:49:20.9514990Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.findTypeByName(UnitCompiler.java:8556)
> 2022-09-27T02:49:20.9515659Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6749)
> 2022-09-27T02:49:20.9516337Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6594)
> 2022-09-27T02:49:20.9516989Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:6573)
> 2022-09-27T02:49:20.9517632Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.access$13900(UnitCompiler.java:215)
> 2022-09-27T02:49:20.9518319Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6481)
> 2022-09-27T02:49:20.9519018Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9519680Z Sep 27 02:49:20  at 
> org.codehaus.janino.Java$ReferenceType.accept(Java.java:3928)
> 2022-09-27T02:49:20.9520386Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9521042Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6469)
> 2022-09-27T02:49:20.9521677Z S

[jira] [Commented] (FLINK-30618) flink-connector-pulsar not retrievable from Apache's Snapshot Maven repository

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677286#comment-17677286
 ] 

Matthias Pohl commented on FLINK-30618:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44870&view=logs&j=52b61abe-a3cc-5bde-cc35-1bbe89bb7df5&t=54421a62-0c80-5aad-3319-094ff69180bb&l=10461

> flink-connector-pulsar not retrievable from Apache's Snapshot Maven repository
> --
>
> Key: FLINK-30618
> URL: https://issues.apache.org/jira/browse/FLINK-30618
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Pulsar, Test Infrastructure
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> The build failure was caused by {{flink-connector-pulsar}} not being 
> retrievable from the Apache Snapshot Maven repository:
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44633&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=10132
> {code}
> Jan 10 02:03:24 [WARNING] The requested profile "skip-webui-build" could not 
> be activated because it does not exist.
> Jan 10 02:03:24 [ERROR] Failed to execute goal on project flink-python: Could 
> not resolve dependencies for project 
> org.apache.flink:flink-python:jar:1.17-SNAPSHOT: Could not find artifact 
> org.apache.flink:flink-sql-connector-pulsar:jar:4.0-SNAPSHOT in 
> apache.snapshots (https://repository.apache.org/snapshots) -> [Help 1]
> Jan 10 02:03:24 [ERROR] 
> Jan 10 02:03:24 [ERROR] To see the full stack trace of the errors, re-run 
> Maven with the -e switch.
> Jan 10 02:03:24 [ERROR] Re-run Maven using the -X switch to enable full debug 
> logging.
> Jan 10 02:03:24 [ERROR] 
> Jan 10 02:03:24 [ERROR] For more information about the errors and possible 
> solutions, please read the following articles:
> Jan 10 02:03:24 [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> Jan 10 02:03:24 [ERROR] 
> Jan 10 02:03:24 [ERROR] After correcting the problems, you can resume the 
> build with the command
> Jan 10 02:03:24 [ERROR]   mvn  -rf :flink-python
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30618) flink-connector-pulsar not retrievable from Apache's Snapshot Maven repository

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677288#comment-17677288
 ] 

Matthias Pohl commented on FLINK-30618:
---

I'm wondering why we only observed this issue with the pulsar connector so far. 
As far as I remember, we also use other connectors in {{{}flink-python{}}}'s 
test suite.

> flink-connector-pulsar not retrievable from Apache's Snapshot Maven repository
> --
>
> Key: FLINK-30618
> URL: https://issues.apache.org/jira/browse/FLINK-30618
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Pulsar, Test Infrastructure
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> The build failure was caused by {{flink-connector-pulsar}} not being 
> retrievable from the Apache Snapshot Maven repository:
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44633&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=10132
> {code}
> Jan 10 02:03:24 [WARNING] The requested profile "skip-webui-build" could not 
> be activated because it does not exist.
> Jan 10 02:03:24 [ERROR] Failed to execute goal on project flink-python: Could 
> not resolve dependencies for project 
> org.apache.flink:flink-python:jar:1.17-SNAPSHOT: Could not find artifact 
> org.apache.flink:flink-sql-connector-pulsar:jar:4.0-SNAPSHOT in 
> apache.snapshots (https://repository.apache.org/snapshots) -> [Help 1]
> Jan 10 02:03:24 [ERROR] 
> Jan 10 02:03:24 [ERROR] To see the full stack trace of the errors, re-run 
> Maven with the -e switch.
> Jan 10 02:03:24 [ERROR] Re-run Maven using the -X switch to enable full debug 
> logging.
> Jan 10 02:03:24 [ERROR] 
> Jan 10 02:03:24 [ERROR] For more information about the errors and possible 
> solutions, please read the following articles:
> Jan 10 02:03:24 [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> Jan 10 02:03:24 [ERROR] 
> Jan 10 02:03:24 [ERROR] After correcting the problems, you can resume the 
> build with the command
> Jan 10 02:03:24 [ERROR]   mvn  -rf :flink-python
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30621) Violation of main thread constraint detected

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677323#comment-17677323
 ] 

Matthias Pohl commented on FLINK-30621:
---

After talking with [~chesnay] offline about it, one conclusion is that we use 
{{ComponentMainThreadExecutorServiceAdapter}} in a wrong way in various tests, 
e.g. completing futures in the test's main thread which might cause this error 
message.

> Violation of main thread constraint detected
> 
>
> Key: FLINK-30621
> URL: https://issues.apache.org/jira/browse/FLINK-30621
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Coordination
>Affects Versions: 1.16.0, 1.17.0, 1.15.3
>Reporter: Matthias Pohl
>Priority: Critical
> Attachments: FLINK-30621.20230101.1.tar.gz
>
>
> When looking into FLINK-30540, I noticed the following warning being logged 
> not only in the context of {{DataSinkTaskTest}}:
> {code}
> 00:56:09,055 [   pool-263-thread-1] WARN  
> org.apache.flink.runtime.rpc.MainThreadValidatorUtil [] - Violation 
> of main thread constraint detected: expected  but 
> running in .
> java.lang.Exception: Violation of main thread constraint detected: expected 
>  but running in .
> at 
> org.apache.flink.runtime.rpc.MainThreadValidatorUtil.isRunningInExpectedThread(MainThreadValidatorUtil.java:73)
>  ~[flink-rpc-core-1.17-SNAPSHOT.jar:1.17-SNAPSHOT]
> at 
> org.apache.flink.runtime.concurrent.ComponentMainThreadExecutorServiceAdapter.lambda$new$0(ComponentMainThreadExecutorServiceAdapter.java:56)
>  ~[test-classes/:1.17-SNAPSHOT]
> at 
> org.apache.flink.runtime.concurrent.ComponentMainThreadExecutorServiceAdapter.assertRunningInMainThread(ComponentMainThreadExecutorServiceAdapter.java:86)
>  ~[test-classes/:1.17-SNAPSHOT]
> at 
> org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge.assertRunningInMainThread(DeclarativeSlotPoolBridge.java:446)
>  ~[classes/:?]
> at 
> org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge.checkBatchSlotTimeout(DeclarativeSlotPoolBridge.java:464)
>  ~[classes/:?]
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
> [?:1.8.0_292]
> at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
> [?:1.8.0_292]
> at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
>  [?:1.8.0_292]
> at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
>  [?:1.8.0_292]
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>  [?:1.8.0_292]
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>  [?:1.8.0_292]
> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_292]
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30621) Violation of main thread constraint detected

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677324#comment-17677324
 ] 

Matthias Pohl commented on FLINK-30621:
---

I looked into some other tests. For the [test-ci/core job of 
20230116.1|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44863&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8&l=8140]
 module, there are test cases that have this warning even though they are not 
using the {{ComponentMainThreadExecutorServiceAdapter}}. It's odd, though, that 
in the aforementioned build, we see the warning for a test like 
{{BlobClientSslTest.testNonSSLConnection}} which doesn't use the main 
thread-related components:
{code}
00:58:52,799 [main] INFO  
org.apache.flink.runtime.blob.BlobClientSslTest  [] - 

Test testNonSSLConnection(org.apache.flink.runtime.blob.BlobClientSslTest) is 
running.

00:58:55,198 [   pool-160-thread-1] WARN  
org.apache.flink.runtime.rpc.MainThreadValidatorUtil [] - Violation of 
main thread constraint detected: expected  but running in 
.
java.lang.Exception: Violation of main thread constraint detected: expected 
 but running in .
at 
org.apache.flink.runtime.rpc.MainThreadValidatorUtil.isRunningInExpectedThread(MainThreadValidatorUtil.java:73)
 ~[flink-rpc-core-1.17-SNAPSHOT.jar:1.17-SNAPSHOT]
at 
org.apache.flink.runtime.concurrent.ComponentMainThreadExecutorServiceAdapter.lambda$new$0(ComponentMainThreadExecutorServiceAdapter.java:56)
 ~[test-classes/:?]
at 
org.apache.flink.runtime.concurrent.ComponentMainThreadExecutorServiceAdapter.assertRunningInMainThread(ComponentMainThreadExecutorServiceAdapter.java:86)
 ~[test-classes/:?]
at 
org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge.assertRunningInMainThread(DeclarativeSlotPoolBridge.java:446)
 ~[classes/:?]
at 
org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge.checkBatchSlotTimeout(DeclarativeSlotPoolBridge.java:464)
 ~[classes/:?]
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
[?:1.8.0_292]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
[?:1.8.0_292]
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
 [?:1.8.0_292]
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
 [?:1.8.0_292]
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_292]
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_292]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_292]
00:58:55,205 [   pool-161-thread-1] WARN  
org.apache.flink.runtime.rpc.MainThreadValidatorUtil [] - Violation of 
main thread constraint detected: expected  but running in 
.
java.lang.Exception: Violation of main thread constraint detected: expected 
 but running in .
at 
org.apache.flink.runtime.rpc.MainThreadValidatorUtil.isRunningInExpectedThread(MainThreadValidatorUtil.java:73)
 ~[flink-rpc-core-1.17-SNAPSHOT.jar:1.17-SNAPSHOT]
at 
org.apache.flink.runtime.concurrent.ComponentMainThreadExecutorServiceAdapter.lambda$new$0(ComponentMainThreadExecutorServiceAdapter.java:56)
 ~[test-classes/:?]
at 
org.apache.flink.runtime.concurrent.ComponentMainThreadExecutorServiceAdapter.assertRunningInMainThread(ComponentMainThreadExecutorServiceAdapter.java:86)
 ~[test-classes/:?]
at 
org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge.assertRunningInMainThread(DeclarativeSlotPoolBridge.java:446)
 ~[classes/:?]
at 
org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge.checkBatchSlotTimeout(DeclarativeSlotPoolBridge.java:464)
 ~[classes/:?]
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
[?:1.8.0_292]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
[?:1.8.0_292]
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
 [?:1.8.0_292]
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
 [?:1.8.0_292]
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_292]
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_292]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_292]
[...]
{code}

> Violation of main thread constraint detected
> 

[jira] [Commented] (FLINK-29956) Kafka-related test infrastructure code is scattered over multiple classes/environments

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677327#comment-17677327
 ] 

Matthias Pohl commented on FLINK-29956:
---

I added the "starter" label because I expected it to not be too much internal 
Flink knowledge necessary to reorganize the test classes. Feel free to remove 
the label if you disagree. You might have a better bigger picture on that 
topic. 

> Kafka-related test infrastructure code is scattered over multiple 
> classes/environments
> --
>
> Key: FLINK-29956
> URL: https://issues.apache.org/jira/browse/FLINK-29956
> Project: Flink
>  Issue Type: Technical Debt
>  Components: Connectors / Kafka
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Major
>  Labels: starter
>
> We had a few issues with the test stability of Kafka-related tests 
> (FLINK-24119, FLINK-29914). A workaround was to add randomness to topic 
> identifiers. This change required touching multiple code locations that made 
> it obvious that there is some room for improvement (see [Gabor's 
> comment|https://github.com/apache/flink/pull/21247#issuecomment-1307084416] 
> comment in the related PR). We could put some effort into unifying this by 
> providing a common test environment that provides utility methods he 
> mentioned in his comment:
> {quote}
> Topic creation
> Topic deletion
> Random name generation
> AdminClient creation
> Consumer creation
> Producer creation
> {quote}
> Currently, we have Kafka instances created in different locations in our test 
> suite (e.g. {{KafkaSourceTestEnv}}, {{KafkaTestEnvironmentImpl}}, 
> {{KafkaTableTestBase}}). One idea is to provide a JUnit5 extension for this 
> similarly to what we do with the 
> [MiniClusterExtension|https://github.com/apache/flink/blob/a6db6ee5d0d6e9b50c6d110793e2efbd0d57cc38/flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/test/junit5/MiniClusterExtension.java]
>  for Flink. Maybe, there's already something out there that can be 
> used/extended.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30413) Drop Shared and Key_Shared subscription support in Pulsar connector

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677395#comment-17677395
 ] 

Matthias Pohl commented on FLINK-30413:
---

{quote}Can you please provide backports for 1.16 and 1.15? We've seen test 
instabilities (the once collected under FLINK-28352) in older versions as well.

Those are not fixed with your PR. Example: 
[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44691&view=logs&j=a5ef94ef-68c2-57fd-3794-dc108ed1c495&t=2c68b137-b01d-55c9-e603-3ff3f320364b&l=27466]
 which is caused by FLINK-27917
{quote}
I just found out why this test failure popped up: 
{{PulsarOrderedPartitionSplitReaderTest}} failed but I mixed it up with 
{{PulsarUnorderedPartitionSplitReaderTest}}.

> Drop Shared and Key_Shared subscription support in Pulsar connector
> ---
>
> Key: FLINK-30413
> URL: https://issues.apache.org/jira/browse/FLINK-30413
> Project: Flink
>  Issue Type: Improvement
>  Components: Connectors / Pulsar
>Affects Versions: 1.16.0, 1.17.0, 1.15.3
>Reporter: Yufan Sheng
>Assignee: Yufan Sheng
>Priority: Critical
>  Labels: pull-request-available
> Fix For: pulsar-4.0.0
>
>
> A lot of Pulsar connector test unstable issues are related to {{Shared}} and 
> {{Key_Shared}} subscription. Because this two subscription is designed to 
> consume the records in an unordered way. And we can support multiple 
> consumers in same topic partition. But this feature lead to some drawbacks in 
> connector.
> 1. Performance
> Flink is a true stream processor with high correctness support. But support 
> multiple consumer will require higher correctness which depends on Pulsar 
> transaction. But the internal implementation of Pulsar transaction on source 
> is record the message one by one and stores all the pending ack status in 
> client side. Which is slow and memory inefficient.
> This means that we can only use {{Shared}} and {{Key_Shared}} on Flink with 
> low throughput. This against our intention to support these two subscription. 
> Because adding multiple consumer to same partition can increase the consuming 
> speed.
> 2. Unstable
> Pulsar transaction acknowledge the messages one by one in an internal 
> Pulsar's topic. But it's not stable enough to get it works. A lot of pending 
> issues in Flink JIRA are related to Pulsar transaction and we don't have any 
> workaround.
> 3. Complex
> Support {{Shared}} and {{Key_Shared}} subscription make the connector's code 
> more complex than we expect. We have to make every part of code into ordered 
> and unordered way. Which is hard to understand for the maintainer.
> 4. Necessary
> The current implementation on {{Shared}} and {{Key_Shared}} is completely 
> unusable to use in Production environment. For the user, this function is not 
> necessary. Because there is no bottleneck in consuming data from Pulsar, the 
> bottleneck is in processing the data, which we can achieve by increasing the 
> parallelism of the processing operator.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FLINK-30703) PulsarOrderedPartitionSplitReaderTest>PulsarPartitionSplitReaderTestBase.consumeMessageCreatedBeforeHandleSplitsChangesAndResetToEarliestPosition fails

2023-01-16 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30703:
-

 Summary: 
PulsarOrderedPartitionSplitReaderTest>PulsarPartitionSplitReaderTestBase.consumeMessageCreatedBeforeHandleSplitsChangesAndResetToEarliestPosition
 fails
 Key: FLINK-30703
 URL: https://issues.apache.org/jira/browse/FLINK-30703
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Pulsar
Affects Versions: pulsar-3.0.0, 1.15.3, 1.16.0
Reporter: Matthias Pohl


A 1.15 build failed due to 
{{PulsarOrderedPartitionSplitReaderTest>PulsarPartitionSplitReaderTestBase.consumeMessageCreatedBeforeHandleSplitsChangesAndResetToEarliestPosition}}:
{code}
an 11 03:08:20 [ERROR]   
PulsarOrderedPartitionSplitReaderTest>PulsarPartitionSplitReaderTestBase.consumeMessageCreatedBeforeHandleSplitsChangesAndResetToEarliestPosition:260->PulsarPartitionSplitReaderTestBase.fetchedMessages:169->PulsarPartitionSplitReaderTestBase.fetchedMessages:199
 [We should fetch the expected size] 
Jan 11 03:08:20 Expected size: 20 but was: 25 in:
Jan 11 03:08:20 [PulsarMessage{id=154:0:0, value=ZHiaOiOhFT, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:1:0, value=uoOmKceWTh, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:2:0, value=oeYYWzisge, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:3:0, value=yhpOOkNLER, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:4:0, value=MIbzxkfFfp, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:0:0, value=ZHiaOiOhFT, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:1:0, value=uoOmKceWTh, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:2:0, value=oeYYWzisge, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:3:0, value=yhpOOkNLER, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:4:0, value=MIbzxkfFfp, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:5:0, value=FaEpggGBTE, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:6:0, value=IlGbzPRuvi, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:7:0, value=aqgIeSbOzo, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:8:0, value=CUScdPriyM, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:9:0, value=zLRsvDxpJG, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:10:0, value=iqsGFVkXDz, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:11:0, value=hFyHYPldqN, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:12:0, value=ZYTlJcwSst, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:13:0, value=mOWkzJQQxE, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:14:0, value=CTfcVXhfUN, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:15:0, value=wAhqCGGwXO, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:16:0, value=LOoTbXaEgG, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:17:0, value=UvfzGIRURy, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:18:0, value=vlYYGbZGAH, eventTime=0},
Jan 11 03:08:20 PulsarMessage{id=154:19:0, value=wrwPanXvql, eventTime=0}]

{code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44691&view=logs&j=a5ef94ef-68c2-57fd-3794-dc108ed1c495&t=2c68b137-b01d-55c9-e603-3ff3f320364b&l=27466



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-30413) Drop Shared and Key_Shared subscription support in Pulsar connector

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677395#comment-17677395
 ] 

Matthias Pohl edited comment on FLINK-30413 at 1/16/23 1:54 PM:


{quote}Can you please provide backports for 1.16 and 1.15? We've seen test 
instabilities (the once collected under FLINK-28352) in older versions as well.

Those are not fixed with your PR. Example: 
[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44691&view=logs&j=a5ef94ef-68c2-57fd-3794-dc108ed1c495&t=2c68b137-b01d-55c9-e603-3ff3f320364b&l=27466]
 which is caused by FLINK-27917
{quote}
I just found out why this test failure popped up: 
{{PulsarOrderedPartitionSplitReaderTest}} failed but I mixed it up with 
{{PulsarUnorderedPartitionSplitReaderTest}}. I created FLINK-30703 as a 
follow-up.


was (Author: mapohl):
{quote}Can you please provide backports for 1.16 and 1.15? We've seen test 
instabilities (the once collected under FLINK-28352) in older versions as well.

Those are not fixed with your PR. Example: 
[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44691&view=logs&j=a5ef94ef-68c2-57fd-3794-dc108ed1c495&t=2c68b137-b01d-55c9-e603-3ff3f320364b&l=27466]
 which is caused by FLINK-27917
{quote}
I just found out why this test failure popped up: 
{{PulsarOrderedPartitionSplitReaderTest}} failed but I mixed it up with 
{{PulsarUnorderedPartitionSplitReaderTest}}.

> Drop Shared and Key_Shared subscription support in Pulsar connector
> ---
>
> Key: FLINK-30413
> URL: https://issues.apache.org/jira/browse/FLINK-30413
> Project: Flink
>  Issue Type: Improvement
>  Components: Connectors / Pulsar
>Affects Versions: 1.16.0, 1.17.0, 1.15.3
>Reporter: Yufan Sheng
>Assignee: Yufan Sheng
>Priority: Critical
>  Labels: pull-request-available
> Fix For: pulsar-4.0.0
>
>
> A lot of Pulsar connector test unstable issues are related to {{Shared}} and 
> {{Key_Shared}} subscription. Because this two subscription is designed to 
> consume the records in an unordered way. And we can support multiple 
> consumers in same topic partition. But this feature lead to some drawbacks in 
> connector.
> 1. Performance
> Flink is a true stream processor with high correctness support. But support 
> multiple consumer will require higher correctness which depends on Pulsar 
> transaction. But the internal implementation of Pulsar transaction on source 
> is record the message one by one and stores all the pending ack status in 
> client side. Which is slow and memory inefficient.
> This means that we can only use {{Shared}} and {{Key_Shared}} on Flink with 
> low throughput. This against our intention to support these two subscription. 
> Because adding multiple consumer to same partition can increase the consuming 
> speed.
> 2. Unstable
> Pulsar transaction acknowledge the messages one by one in an internal 
> Pulsar's topic. But it's not stable enough to get it works. A lot of pending 
> issues in Flink JIRA are related to Pulsar transaction and we don't have any 
> workaround.
> 3. Complex
> Support {{Shared}} and {{Key_Shared}} subscription make the connector's code 
> more complex than we expect. We have to make every part of code into ordered 
> and unordered way. Which is hard to understand for the maintainer.
> 4. Necessary
> The current implementation on {{Shared}} and {{Key_Shared}} is completely 
> unusable to use in Production environment. For the user, this function is not 
> necessary. Because there is no bottleneck in consuming data from Pulsar, the 
> bottleneck is in processing the data, which we can achieve by increasing the 
> parallelism of the processing operator.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30657) Remove Shared and Key_Shared related tests in Pulsar connector

2023-01-16 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677399#comment-17677399
 ] 

Matthias Pohl commented on FLINK-30657:
---

While investigating why a disabled test as mentioned in [my previous 
comment|https://issues.apache.org/jira/browse/FLINK-30657?focusedCommentId=17676524&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17676524]
 failed, I noticed that I overlooked the spelling of the test. Not the already 
disabled {{PulsarUnorderedPartitionSplitReaderTest}} is unstable but the 
corresponding {{PulsarOrderedPartitionSplitReaderTest}}. I created FLINK-30703 
to document this.

> Remove Shared and Key_Shared related tests in Pulsar connector
> --
>
> Key: FLINK-30657
> URL: https://issues.apache.org/jira/browse/FLINK-30657
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Pulsar
>Affects Versions: 1.16.0, 1.15.3
>Reporter: Yufan Sheng
>Assignee: Yufan Sheng
>Priority: Blocker
>  Labels: pull-request-available, test-stability
> Fix For: 1.16.1, 1.15.4
>
>
> As the [FLINK-30413|https://issues.apache.org/jira/browse/FLINK-30413] issue 
> talked, we have dropped the Shared and Key_Shared supported in upcoming 
> flink-connector-pulsar 4.0 release. The flaky tests of Shared and Key_Shared 
> still matters the old Flink build.
> Cause these tests are useless now, we can just disable them without any fix.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30677) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-17 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677813#comment-17677813
 ] 

Matthias Pohl commented on FLINK-30677:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44927&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=14499

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30677
> URL: https://issues.apache.org/jira/browse/FLINK-30677
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: pull-request-available, test-stability
>
> We're observing a test instability with 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> builds:
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251]
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=14608
> {code:java}
> Jan 13 02:46:10 [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, 
> Time elapsed: 27.279 s <<< FAILURE! - in 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase
> Jan 13 02:46:10 [ERROR] 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements(String)[5]
>   Time elapsed: 1.573 s  <<< FAILURE!
> Jan 13 02:46:10 org.opentest4j.AssertionFailedError: 
> Jan 13 02:46:10 
> Jan 13 02:46:10 expected: 
> Jan 13 02:46:10   "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Licensed to the Apache Software Foundation (ASF) under 
> one or more
> Jan 13 02:46:10   # contributor license agreements.  See the NOTICE file 
> distributed with
> Jan 13 02:46:10   # this work for additional information regarding copyright 
> ownership.
> Jan 13 02:46:10   # The ASF licenses this file to you under the Apache 
> License, Version 2.0
> Jan 13 02:46:10   # (the "License"); you may not use this file except in 
> compliance with
> Jan 13 02:46:10   # the License.  You may obtain a copy of the License at
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # http://www.apache.org/licenses/LICENSE-2.0
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Unless required by applicable law or agreed to in 
> writing, software
> Jan 13 02:46:10   # distributed under the License is distributed on an "AS 
> IS" BASIS,
> Jan 13 02:46:10   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
> express or implied.
> Jan 13 02:46:10   # See the License for the specific language governing 
> permissions and
> Jan 13 02:46:10   # limitations under the License.
> [...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-30677) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-17 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677813#comment-17677813
 ] 

Matthias Pohl edited comment on FLINK-30677 at 1/17/23 3:42 PM:


* 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44927&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=14499
* 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44927&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14501


was (Author: mapohl):
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44927&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=14499

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30677
> URL: https://issues.apache.org/jira/browse/FLINK-30677
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: pull-request-available, test-stability
>
> We're observing a test instability with 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> builds:
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251]
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=14608
> {code:java}
> Jan 13 02:46:10 [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, 
> Time elapsed: 27.279 s <<< FAILURE! - in 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase
> Jan 13 02:46:10 [ERROR] 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements(String)[5]
>   Time elapsed: 1.573 s  <<< FAILURE!
> Jan 13 02:46:10 org.opentest4j.AssertionFailedError: 
> Jan 13 02:46:10 
> Jan 13 02:46:10 expected: 
> Jan 13 02:46:10   "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Licensed to the Apache Software Foundation (ASF) under 
> one or more
> Jan 13 02:46:10   # contributor license agreements.  See the NOTICE file 
> distributed with
> Jan 13 02:46:10   # this work for additional information regarding copyright 
> ownership.
> Jan 13 02:46:10   # The ASF licenses this file to you under the Apache 
> License, Version 2.0
> Jan 13 02:46:10   # (the "License"); you may not use this file except in 
> compliance with
> Jan 13 02:46:10   # the License.  You may obtain a copy of the License at
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # http://www.apache.org/licenses/LICENSE-2.0
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Unless required by applicable law or agreed to in 
> writing, software
> Jan 13 02:46:10   # distributed under the License is distributed on an "AS 
> IS" BASIS,
> Jan 13 02:46:10   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
> express or implied.
> Jan 13 02:46:10   # See the License for the specific language governing 
> permissions and
> Jan 13 02:46:10   # limitations under the License.
> [...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-27916) HybridSourceReaderTest.testReader failed with AssertionError

2023-01-17 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-27916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677814#comment-17677814
 ] 

Matthias Pohl commented on FLINK-27916:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44929&view=logs&j=fa307d6d-91b1-5ab6-d460-ef50f552b1fe&t=21eae189-b04c-5c04-662b-17dc80ffc83a&l=8518

> HybridSourceReaderTest.testReader failed with AssertionError
> 
>
> Key: FLINK-27916
> URL: https://issues.apache.org/jira/browse/FLINK-27916
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Common
>Affects Versions: 1.16.0
>Reporter: Huang Xingbo
>Priority: Major
>  Labels: auto-deprioritized-critical, test-stability
> Attachments: Screen Shot 2022-07-21 at 5.51.40 PM.png
>
>
> {code:java}
> 2022-06-05T07:47:33.3332158Z Jun 05 07:47:33 [ERROR] Tests run: 3, Failures: 
> 1, Errors: 0, Skipped: 0, Time elapsed: 2.03 s <<< FAILURE! - in 
> org.apache.flink.connector.base.source.hybrid.HybridSourceReaderTest
> 2022-06-05T07:47:33.3334366Z Jun 05 07:47:33 [ERROR] 
> org.apache.flink.connector.base.source.hybrid.HybridSourceReaderTest.testReader
>   Time elapsed: 0.108 s  <<< FAILURE!
> 2022-06-05T07:47:33.3335385Z Jun 05 07:47:33 java.lang.AssertionError: 
> 2022-06-05T07:47:33.3336049Z Jun 05 07:47:33 
> 2022-06-05T07:47:33.3336682Z Jun 05 07:47:33 Expected size: 1 but was: 0 in:
> 2022-06-05T07:47:33.3337316Z Jun 05 07:47:33 []
> 2022-06-05T07:47:33.3338437Z Jun 05 07:47:33  at 
> org.apache.flink.connector.base.source.hybrid.HybridSourceReaderTest.assertAndClearSourceReaderFinishedEvent(HybridSourceReaderTest.java:199)
> 2022-06-05T07:47:33.3340082Z Jun 05 07:47:33  at 
> org.apache.flink.connector.base.source.hybrid.HybridSourceReaderTest.testReader(HybridSourceReaderTest.java:96)
> 2022-06-05T07:47:33.3341373Z Jun 05 07:47:33  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 2022-06-05T07:47:33.3342540Z Jun 05 07:47:33  at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 2022-06-05T07:47:33.3344124Z Jun 05 07:47:33  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 2022-06-05T07:47:33.3345283Z Jun 05 07:47:33  at 
> java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 2022-06-05T07:47:33.3346804Z Jun 05 07:47:33  at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
> 2022-06-05T07:47:33.3348218Z Jun 05 07:47:33  at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> 2022-06-05T07:47:33.3349495Z Jun 05 07:47:33  at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
> 2022-06-05T07:47:33.3350779Z Jun 05 07:47:33  at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> 2022-06-05T07:47:33.3351956Z Jun 05 07:47:33  at 
> org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> 2022-06-05T07:47:33.3357032Z Jun 05 07:47:33  at 
> org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
> 2022-06-05T07:47:33.3358633Z Jun 05 07:47:33  at 
> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
> 2022-06-05T07:47:33.3360003Z Jun 05 07:47:33  at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
> 2022-06-05T07:47:33.3361924Z Jun 05 07:47:33  at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
> 2022-06-05T07:47:33.3363427Z Jun 05 07:47:33  at 
> org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
> 2022-06-05T07:47:33.3364793Z Jun 05 07:47:33  at 
> org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
> 2022-06-05T07:47:33.3365619Z Jun 05 07:47:33  at 
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
> 2022-06-05T07:47:33.3366254Z Jun 05 07:47:33  at 
> org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
> 2022-06-05T07:47:33.3366939Z Jun 05 07:47:33  at 
> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
> 2022-06-05T07:47:33.3367556Z Jun 05 07:47:33  at 
> org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> 2022-06-05T07:47:33.3368268Z Jun 05 07:47:33  at 
> org.junit.runners.ParentRunner.run(ParentRunner.java:413)
> 2022-06-05T07:47:33.3369166Z Jun 05 07:47:33  at 
> org.junit.runner.JUnitCore.run(JUnitCore.java:137)
> 2022-06-05T07:47:33.3369993Z Jun 05 07:47:33  at 
> org.junit.runner.JUnitCore.run(JUnitCore.java:115)
> 2022-06-05T07:47:33.3371021Z Jun 05 07:47:33  at 
> org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
> 2022-06-05T07:47:33.3372128Z Jun 05 07:47:33  at 
> org.ju

[jira] [Commented] (FLINK-29427) LookupJoinITCase failed with classloader problem

2023-01-17 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677815#comment-17677815
 ] 

Matthias Pohl commented on FLINK-29427:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44941&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=22314

> LookupJoinITCase failed with classloader problem
> 
>
> Key: FLINK-29427
> URL: https://issues.apache.org/jira/browse/FLINK-29427
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Planner
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Huang Xingbo
>Assignee: Alexander Smirnov
>Priority: Blocker
>  Labels: pull-request-available, test-stability
> Fix For: 1.17.0
>
>
> {code:java}
> 2022-09-27T02:49:20.9501313Z Sep 27 02:49:20 Caused by: 
> org.codehaus.janino.InternalCompilerException: Compiling 
> "KeyProjection$108341": Trying to access closed classloader. Please check if 
> you store classloaders directly or indirectly in static fields. If the 
> stacktrace suggests that the leak occurs in a third party library and cannot 
> be fixed immediately, you can disable this check with the configuration 
> 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9502654Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.compileUnit(UnitCompiler.java:382)
> 2022-09-27T02:49:20.9503366Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:237)
> 2022-09-27T02:49:20.9504044Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.compileToClassLoader(SimpleCompiler.java:465)
> 2022-09-27T02:49:20.9504704Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:216)
> 2022-09-27T02:49:20.9505341Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:207)
> 2022-09-27T02:49:20.9505965Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:80)
> 2022-09-27T02:49:20.9506584Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:75)
> 2022-09-27T02:49:20.9507261Z Sep 27 02:49:20  at 
> org.apache.flink.table.runtime.generated.CompileUtils.doCompile(CompileUtils.java:104)
> 2022-09-27T02:49:20.9507883Z Sep 27 02:49:20  ... 30 more
> 2022-09-27T02:49:20.9509266Z Sep 27 02:49:20 Caused by: 
> java.lang.IllegalStateException: Trying to access closed classloader. Please 
> check if you store classloaders directly or indirectly in static fields. If 
> the stacktrace suggests that the leak occurs in a third party library and 
> cannot be fixed immediately, you can disable this check with the 
> configuration 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9510835Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.ensureInner(FlinkUserCodeClassLoaders.java:184)
> 2022-09-27T02:49:20.9511760Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.loadClass(FlinkUserCodeClassLoaders.java:192)
> 2022-09-27T02:49:20.9512456Z Sep 27 02:49:20  at 
> java.lang.Class.forName0(Native Method)
> 2022-09-27T02:49:20.9513014Z Sep 27 02:49:20  at 
> java.lang.Class.forName(Class.java:348)
> 2022-09-27T02:49:20.9513649Z Sep 27 02:49:20  at 
> org.codehaus.janino.ClassLoaderIClassLoader.findIClass(ClassLoaderIClassLoader.java:89)
> 2022-09-27T02:49:20.9514339Z Sep 27 02:49:20  at 
> org.codehaus.janino.IClassLoader.loadIClass(IClassLoader.java:312)
> 2022-09-27T02:49:20.9514990Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.findTypeByName(UnitCompiler.java:8556)
> 2022-09-27T02:49:20.9515659Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6749)
> 2022-09-27T02:49:20.9516337Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6594)
> 2022-09-27T02:49:20.9516989Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:6573)
> 2022-09-27T02:49:20.9517632Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.access$13900(UnitCompiler.java:215)
> 2022-09-27T02:49:20.9518319Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6481)
> 2022-09-27T02:49:20.9519018Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9519680Z Sep 27 02:49:20  at 
> org.codehaus.janino.Java$ReferenceType.accept(Java.java:3928)
> 2022-09-27T02:49:20.9520386Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9521042Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6469)

[jira] [Created] (FLINK-30719) flink-runtime-web failed due to a corrupted

2023-01-17 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30719:
-

 Summary: flink-runtime-web failed due to a corrupted 
 Key: FLINK-30719
 URL: https://issues.apache.org/jira/browse/FLINK-30719
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Web Frontend, Test Infrastructure, Tests
Affects Versions: 1.16.0
Reporter: Matthias Pohl


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44954&view=logs&j=52b61abe-a3cc-5bde-cc35-1bbe89bb7df5&t=54421a62-0c80-5aad-3319-094ff69180bb&l=12550

The build failed due to a corrupted nodejs dependency:
{code}
[ERROR] The archive file 
/__w/1/.m2/repository/com/github/eirslett/node/16.13.2/node-16.13.2-linux-x64.tar.gz
 is corrupted and will be deleted. Please try the build again.
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-29427) LookupJoinITCase failed with classloader problem

2023-01-17 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677817#comment-17677817
 ] 

Matthias Pohl commented on FLINK-29427:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44965&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=26411

> LookupJoinITCase failed with classloader problem
> 
>
> Key: FLINK-29427
> URL: https://issues.apache.org/jira/browse/FLINK-29427
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Planner
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Huang Xingbo
>Assignee: Alexander Smirnov
>Priority: Blocker
>  Labels: pull-request-available, test-stability
> Fix For: 1.17.0
>
>
> {code:java}
> 2022-09-27T02:49:20.9501313Z Sep 27 02:49:20 Caused by: 
> org.codehaus.janino.InternalCompilerException: Compiling 
> "KeyProjection$108341": Trying to access closed classloader. Please check if 
> you store classloaders directly or indirectly in static fields. If the 
> stacktrace suggests that the leak occurs in a third party library and cannot 
> be fixed immediately, you can disable this check with the configuration 
> 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9502654Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.compileUnit(UnitCompiler.java:382)
> 2022-09-27T02:49:20.9503366Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:237)
> 2022-09-27T02:49:20.9504044Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.compileToClassLoader(SimpleCompiler.java:465)
> 2022-09-27T02:49:20.9504704Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:216)
> 2022-09-27T02:49:20.9505341Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:207)
> 2022-09-27T02:49:20.9505965Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:80)
> 2022-09-27T02:49:20.9506584Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:75)
> 2022-09-27T02:49:20.9507261Z Sep 27 02:49:20  at 
> org.apache.flink.table.runtime.generated.CompileUtils.doCompile(CompileUtils.java:104)
> 2022-09-27T02:49:20.9507883Z Sep 27 02:49:20  ... 30 more
> 2022-09-27T02:49:20.9509266Z Sep 27 02:49:20 Caused by: 
> java.lang.IllegalStateException: Trying to access closed classloader. Please 
> check if you store classloaders directly or indirectly in static fields. If 
> the stacktrace suggests that the leak occurs in a third party library and 
> cannot be fixed immediately, you can disable this check with the 
> configuration 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9510835Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.ensureInner(FlinkUserCodeClassLoaders.java:184)
> 2022-09-27T02:49:20.9511760Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.loadClass(FlinkUserCodeClassLoaders.java:192)
> 2022-09-27T02:49:20.9512456Z Sep 27 02:49:20  at 
> java.lang.Class.forName0(Native Method)
> 2022-09-27T02:49:20.9513014Z Sep 27 02:49:20  at 
> java.lang.Class.forName(Class.java:348)
> 2022-09-27T02:49:20.9513649Z Sep 27 02:49:20  at 
> org.codehaus.janino.ClassLoaderIClassLoader.findIClass(ClassLoaderIClassLoader.java:89)
> 2022-09-27T02:49:20.9514339Z Sep 27 02:49:20  at 
> org.codehaus.janino.IClassLoader.loadIClass(IClassLoader.java:312)
> 2022-09-27T02:49:20.9514990Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.findTypeByName(UnitCompiler.java:8556)
> 2022-09-27T02:49:20.9515659Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6749)
> 2022-09-27T02:49:20.9516337Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6594)
> 2022-09-27T02:49:20.9516989Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:6573)
> 2022-09-27T02:49:20.9517632Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.access$13900(UnitCompiler.java:215)
> 2022-09-27T02:49:20.9518319Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6481)
> 2022-09-27T02:49:20.9519018Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9519680Z Sep 27 02:49:20  at 
> org.codehaus.janino.Java$ReferenceType.accept(Java.java:3928)
> 2022-09-27T02:49:20.9520386Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9521042Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6469)

[jira] [Created] (FLINK-30720) KafkaChangelogTableITCase.testKafkaDebeziumChangelogSource failed due to a topic already exist when creating it

2023-01-17 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30720:
-

 Summary: 
KafkaChangelogTableITCase.testKafkaDebeziumChangelogSource failed due to a 
topic already exist when creating it
 Key: FLINK-30720
 URL: https://issues.apache.org/jira/browse/FLINK-30720
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Kafka
Affects Versions: 1.17.0
Reporter: Matthias Pohl


We experienced a build failure in 
{{KafkaChangelogTableITCase.testKafkaDebeziumChangelogSource}} due to an 
already existing topic:
{code}
Jan 17 14:15:33 [ERROR] 
org.apache.flink.streaming.connectors.kafka.table.KafkaChangelogTableITCase.testKafkaDebeziumChangelogSource
  Time elapsed: 14.771 s  <<< ERROR!
Jan 17 14:15:33 java.lang.IllegalStateException: Fail to create topic 
[changelog_topic partitions: 1 replication factor: 1].
Jan 17 14:15:33 at 
org.apache.flink.streaming.connectors.kafka.table.KafkaTableTestBase.createTestTopic(KafkaTableTestBase.java:143)
Jan 17 14:15:33 at 
org.apache.flink.streaming.connectors.kafka.table.KafkaChangelogTableITCase.testKafkaDebeziumChangelogSource(KafkaChangelogTableITCase.java:60)
Jan 17 14:15:33 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Jan 17 14:15:33 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Jan 17 14:15:33 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Jan 17 14:15:33 at java.lang.reflect.Method.invoke(Method.java:498)
[...]
{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44972&view=logs&j=aa18c3f6-13b8-5f58-86bb-c1cffb239496&t=502fb6c0-30a2-5e49-c5c2-a00fa3acb203&l=38188



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30727) JoinReorderITCase.testBushyTreeJoinReorder failed due to IOException

2023-01-17 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678100#comment-17678100
 ] 

Matthias Pohl commented on FLINK-30727:
---

[~zhengyunhong97] may you have a look at it?

> JoinReorderITCase.testBushyTreeJoinReorder failed due to IOException
> 
>
> Key: FLINK-30727
> URL: https://issues.apache.org/jira/browse/FLINK-30727
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Network, Table SQL / Planner
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Blocker
>  Labels: test-stability
>
> IOException due to timeout occurring while requesting exclusive NetworkBuffer 
> caused JoinReorderITCase.testBushyTreeJoinReorder to fail:
> {code}
> [...]
> Jan 18 01:11:27 Caused by: java.io.IOException: Timeout triggered when 
> requesting exclusive buffers: The total number of network buffers is 
> currently set to 2048 of 32768 bytes each. You can increase this number by 
> setting the configuration keys 'taskmanager.memory.network.fraction', 
> 'taskmanager.memory.network.min', and 'taskmanager.memory.network.max',  or 
> you may increase the timeout which is 3ms by setting the key 
> 'taskmanager.network.memory.exclusive-buffers-request-timeout-ms'.
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.io.network.buffer.NetworkBufferPool.internalRequestMemorySegments(NetworkBufferPool.java:256)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.io.network.buffer.NetworkBufferPool.requestPooledMemorySegmentsBlocking(NetworkBufferPool.java:179)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.io.network.buffer.LocalBufferPool.reserveSegments(LocalBufferPool.java:262)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.setupChannels(SingleInputGate.java:517)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.setup(SingleInputGate.java:277)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.taskmanager.InputGateWithMetrics.setup(InputGateWithMetrics.java:105)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.taskmanager.Task.setupPartitionsAndGates(Task.java:962)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:648)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.taskmanager.Task.run(Task.java:556)
> Jan 18 01:11:27   at java.lang.Thread.run(Thread.java:748)
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44987&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=14300



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FLINK-30727) JoinReorderITCase.testBushyTreeJoinReorder failed due to IOException

2023-01-17 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30727:
-

 Summary: JoinReorderITCase.testBushyTreeJoinReorder failed due to 
IOException
 Key: FLINK-30727
 URL: https://issues.apache.org/jira/browse/FLINK-30727
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Network, Table SQL / Planner
Affects Versions: 1.17.0
Reporter: Matthias Pohl


IOException due to timeout occurring while requesting exclusive NetworkBuffer 
caused JoinReorderITCase.testBushyTreeJoinReorder to fail:
{code}
[...]
Jan 18 01:11:27 Caused by: java.io.IOException: Timeout triggered when 
requesting exclusive buffers: The total number of network buffers is currently 
set to 2048 of 32768 bytes each. You can increase this number by setting the 
configuration keys 'taskmanager.memory.network.fraction', 
'taskmanager.memory.network.min', and 'taskmanager.memory.network.max',  or you 
may increase the timeout which is 3ms by setting the key 
'taskmanager.network.memory.exclusive-buffers-request-timeout-ms'.
Jan 18 01:11:27 at 
org.apache.flink.runtime.io.network.buffer.NetworkBufferPool.internalRequestMemorySegments(NetworkBufferPool.java:256)
Jan 18 01:11:27 at 
org.apache.flink.runtime.io.network.buffer.NetworkBufferPool.requestPooledMemorySegmentsBlocking(NetworkBufferPool.java:179)
Jan 18 01:11:27 at 
org.apache.flink.runtime.io.network.buffer.LocalBufferPool.reserveSegments(LocalBufferPool.java:262)
Jan 18 01:11:27 at 
org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.setupChannels(SingleInputGate.java:517)
Jan 18 01:11:27 at 
org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.setup(SingleInputGate.java:277)
Jan 18 01:11:27 at 
org.apache.flink.runtime.taskmanager.InputGateWithMetrics.setup(InputGateWithMetrics.java:105)
Jan 18 01:11:27 at 
org.apache.flink.runtime.taskmanager.Task.setupPartitionsAndGates(Task.java:962)
Jan 18 01:11:27 at 
org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:648)
Jan 18 01:11:27 at 
org.apache.flink.runtime.taskmanager.Task.run(Task.java:556)
Jan 18 01:11:27 at java.lang.Thread.run(Thread.java:748)
{code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44987&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=14300



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FLINK-30729) AggregateITCase generates stacktraces of IllegalStateExceptions in Maven output but doesn't fail

2023-01-17 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30729:
-

 Summary: AggregateITCase generates stacktraces of 
IllegalStateExceptions in Maven output but doesn't fail
 Key: FLINK-30729
 URL: https://issues.apache.org/jira/browse/FLINK-30729
 Project: Flink
  Issue Type: Bug
  Components: Runtime / State Backends, Table SQL / API
Affects Versions: 1.17.0
Reporter: Matthias Pohl


We're seeing some weird IllegalStateException stacktraces in CI for 
{{o.a.f.table.planner.runtime.stream.table.AggregateITCase}} which, 
interestingly, doesn't cause the test to fail. That's something we should 
investigate, I guess:
{code}
java.lang.IllegalStateException: LogWriter is closed
at 
org.apache.flink.util.Preconditions.checkState(Preconditions.java:193)
at 
org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogWriter.appendMeta(InMemoryStateChangelogWriter.java:64)
at 
org.apache.flink.state.changelog.AbstractStateChangeLogger.logMetaIfNeeded(AbstractStateChangeLogger.java:156)
at 
org.apache.flink.state.changelog.AbstractStateChangeLogger.log(AbstractStateChangeLogger.java:140)
at 
org.apache.flink.state.changelog.AbstractStateChangeLogger.valueCleared(AbstractStateChangeLogger.java:104)
at 
org.apache.flink.state.changelog.ChangelogListState.clear(ChangelogListState.java:113)
at 
org.apache.flink.runtime.state.ttl.TtlListState$IteratorWithCleanup.cleanupIfEmpty(TtlListState.java:193)
at 
org.apache.flink.runtime.state.ttl.TtlListState$IteratorWithCleanup.hasNext(TtlListState.java:186)
at 
org.apache.flink.table.planner.runtime.utils.JavaUserDefinedAggFunctions$DataViewTestAgg.getValue(JavaUserDefinedAggFunctions.java:355)
at GroupAggsHandler$10675.getValue(Unknown Source)
at 
org.apache.flink.table.runtime.operators.aggregate.GroupAggFunction.processElement(GroupAggFunction.java:146)
at 
org.apache.flink.table.runtime.operators.aggregate.GroupAggFunction.processElement(GroupAggFunction.java:43)
at 
org.apache.flink.streaming.api.operators.KeyedProcessOperator.processElement(KeyedProcessOperator.java:83)
at 
org.apache.flink.streaming.runtime.io.RecordProcessorUtils.lambda$getRecordProcessor$0(RecordProcessorUtils.java:60)
at 
org.apache.flink.streaming.runtime.tasks.OneInputStreamTask$StreamTaskNetworkOutput.emitRecord(OneInputStreamTask.java:236)
at 
org.apache.flink.streaming.runtime.io.AbstractStreamTaskNetworkInput.processElement(AbstractStreamTaskNetworkInput.java:134)
at 
org.apache.flink.streaming.runtime.io.AbstractStreamTaskNetworkInput.emitNext(AbstractStreamTaskNetworkInput.java:105)
at 
org.apache.flink.streaming.runtime.io.StreamOneInputProcessor.processInput(StreamOneInputProcessor.java:65)
at 
org.apache.flink.streaming.runtime.tasks.StreamTask.processInput(StreamTask.java:546)
at 
org.apache.flink.streaming.runtime.tasks.mailbox.MailboxProcessor.runMailboxLoop(MailboxProcessor.java:231)
at 
org.apache.flink.streaming.runtime.tasks.StreamTask.runMailboxLoop(StreamTask.java:835)
at 
org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:784)
at 
org.apache.flink.runtime.taskmanager.Task.runWithSystemExitMonitoring(Task.java:945)
at 
org.apache.flink.runtime.taskmanager.Task.restoreAndInvoke(Task.java:924)
at org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:738)
at org.apache.flink.runtime.taskmanager.Task.run(Task.java:556)
{code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44987&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=13847



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30729) AggregateITCase generates stacktraces of IllegalStateExceptions in Maven output but doesn't fail

2023-01-17 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678108#comment-17678108
 ] 

Matthias Pohl commented on FLINK-30729:
---

[~Yanfei Lei] may you take a look at this (I'm mentioning you because you added 
this condition in FLINK-23035)?

> AggregateITCase generates stacktraces of IllegalStateExceptions in Maven 
> output but doesn't fail
> 
>
> Key: FLINK-30729
> URL: https://issues.apache.org/jira/browse/FLINK-30729
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / State Backends, Table SQL / API
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>
> We're seeing some weird IllegalStateException stacktraces in CI for 
> {{o.a.f.table.planner.runtime.stream.table.AggregateITCase}} which, 
> interestingly, doesn't cause the test to fail. That's something we should 
> investigate, I guess:
> {code}
> java.lang.IllegalStateException: LogWriter is closed
>   at 
> org.apache.flink.util.Preconditions.checkState(Preconditions.java:193)
>   at 
> org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogWriter.appendMeta(InMemoryStateChangelogWriter.java:64)
>   at 
> org.apache.flink.state.changelog.AbstractStateChangeLogger.logMetaIfNeeded(AbstractStateChangeLogger.java:156)
>   at 
> org.apache.flink.state.changelog.AbstractStateChangeLogger.log(AbstractStateChangeLogger.java:140)
>   at 
> org.apache.flink.state.changelog.AbstractStateChangeLogger.valueCleared(AbstractStateChangeLogger.java:104)
>   at 
> org.apache.flink.state.changelog.ChangelogListState.clear(ChangelogListState.java:113)
>   at 
> org.apache.flink.runtime.state.ttl.TtlListState$IteratorWithCleanup.cleanupIfEmpty(TtlListState.java:193)
>   at 
> org.apache.flink.runtime.state.ttl.TtlListState$IteratorWithCleanup.hasNext(TtlListState.java:186)
>   at 
> org.apache.flink.table.planner.runtime.utils.JavaUserDefinedAggFunctions$DataViewTestAgg.getValue(JavaUserDefinedAggFunctions.java:355)
>   at GroupAggsHandler$10675.getValue(Unknown Source)
>   at 
> org.apache.flink.table.runtime.operators.aggregate.GroupAggFunction.processElement(GroupAggFunction.java:146)
>   at 
> org.apache.flink.table.runtime.operators.aggregate.GroupAggFunction.processElement(GroupAggFunction.java:43)
>   at 
> org.apache.flink.streaming.api.operators.KeyedProcessOperator.processElement(KeyedProcessOperator.java:83)
>   at 
> org.apache.flink.streaming.runtime.io.RecordProcessorUtils.lambda$getRecordProcessor$0(RecordProcessorUtils.java:60)
>   at 
> org.apache.flink.streaming.runtime.tasks.OneInputStreamTask$StreamTaskNetworkOutput.emitRecord(OneInputStreamTask.java:236)
>   at 
> org.apache.flink.streaming.runtime.io.AbstractStreamTaskNetworkInput.processElement(AbstractStreamTaskNetworkInput.java:134)
>   at 
> org.apache.flink.streaming.runtime.io.AbstractStreamTaskNetworkInput.emitNext(AbstractStreamTaskNetworkInput.java:105)
>   at 
> org.apache.flink.streaming.runtime.io.StreamOneInputProcessor.processInput(StreamOneInputProcessor.java:65)
>   at 
> org.apache.flink.streaming.runtime.tasks.StreamTask.processInput(StreamTask.java:546)
>   at 
> org.apache.flink.streaming.runtime.tasks.mailbox.MailboxProcessor.runMailboxLoop(MailboxProcessor.java:231)
>   at 
> org.apache.flink.streaming.runtime.tasks.StreamTask.runMailboxLoop(StreamTask.java:835)
>   at 
> org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:784)
>   at 
> org.apache.flink.runtime.taskmanager.Task.runWithSystemExitMonitoring(Task.java:945)
>   at 
> org.apache.flink.runtime.taskmanager.Task.restoreAndInvoke(Task.java:924)
>   at org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:738)
>   at org.apache.flink.runtime.taskmanager.Task.run(Task.java:556)
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44987&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=13847



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-29405) InputFormatCacheLoaderTest is unstable

2023-01-17 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678109#comment-17678109
 ] 

Matthias Pohl commented on FLINK-29405:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44987&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=11633

> InputFormatCacheLoaderTest is unstable
> --
>
> Key: FLINK-29405
> URL: https://issues.apache.org/jira/browse/FLINK-29405
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Runtime
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Chesnay Schepler
>Assignee: Alexander Smirnov
>Priority: Blocker
>  Labels: pull-request-available, test-stability
> Fix For: 1.17.0
>
>
> #testExceptionDuringReload/#testCloseAndInterruptDuringReload fail reliably 
> when run in a loop.
> {code}
> java.lang.AssertionError: 
> Expecting AtomicInteger(0) to have value:
>   0
> but did not.
>   at 
> org.apache.flink.table.runtime.functions.table.fullcache.inputformat.InputFormatCacheLoaderTest.testCloseAndInterruptDuringReload(InputFormatCacheLoaderTest.java:161)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-28326) ResultPartitionTest.testIdleAndBackPressuredTime failed with AssertError

2023-01-17 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-28326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678111#comment-17678111
 ] 

Matthias Pohl commented on FLINK-28326:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44987&view=logs&j=d89de3df-4600-5585-dadc-9bbc9a5e661c&t=be5a4b15-4b23-56b1-7582-795f58a645a2&l=9464

> ResultPartitionTest.testIdleAndBackPressuredTime failed with AssertError
> 
>
> Key: FLINK-28326
> URL: https://issues.apache.org/jira/browse/FLINK-28326
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Network
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Huang Xingbo
>Assignee: Weijie Guo
>Priority: Critical
>  Labels: pull-request-available, stale-assigned, test-stability
> Fix For: 1.17.0
>
>
> {code:java}
> 2022-06-30T09:23:24.0469768Z Jun 30 09:23:24 [INFO] 
> 2022-06-30T09:23:24.0470382Z Jun 30 09:23:24 [ERROR] Failures: 
> 2022-06-30T09:23:24.0471581Z Jun 30 09:23:24 [ERROR]   
> ResultPartitionTest.testIdleAndBackPressuredTime:414 
> 2022-06-30T09:23:24.0472898Z Jun 30 09:23:24 Expected: a value greater than 
> <0L>
> 2022-06-30T09:23:24.0474090Z Jun 30 09:23:24  but: <0L> was equal to <0L>
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=37406&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-28326) ResultPartitionTest.testIdleAndBackPressuredTime failed with AssertError

2023-01-17 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-28326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl updated FLINK-28326:
--
Affects Version/s: 1.17.0

> ResultPartitionTest.testIdleAndBackPressuredTime failed with AssertError
> 
>
> Key: FLINK-28326
> URL: https://issues.apache.org/jira/browse/FLINK-28326
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Network
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Huang Xingbo
>Assignee: Weijie Guo
>Priority: Major
>  Labels: pull-request-available, stale-assigned, test-stability
> Fix For: 1.17.0
>
>
> {code:java}
> 2022-06-30T09:23:24.0469768Z Jun 30 09:23:24 [INFO] 
> 2022-06-30T09:23:24.0470382Z Jun 30 09:23:24 [ERROR] Failures: 
> 2022-06-30T09:23:24.0471581Z Jun 30 09:23:24 [ERROR]   
> ResultPartitionTest.testIdleAndBackPressuredTime:414 
> 2022-06-30T09:23:24.0472898Z Jun 30 09:23:24 Expected: a value greater than 
> <0L>
> 2022-06-30T09:23:24.0474090Z Jun 30 09:23:24  but: <0L> was equal to <0L>
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=37406&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-28326) ResultPartitionTest.testIdleAndBackPressuredTime failed with AssertError

2023-01-17 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-28326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl updated FLINK-28326:
--
Priority: Critical  (was: Major)

> ResultPartitionTest.testIdleAndBackPressuredTime failed with AssertError
> 
>
> Key: FLINK-28326
> URL: https://issues.apache.org/jira/browse/FLINK-28326
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Network
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Huang Xingbo
>Assignee: Weijie Guo
>Priority: Critical
>  Labels: pull-request-available, stale-assigned, test-stability
> Fix For: 1.17.0
>
>
> {code:java}
> 2022-06-30T09:23:24.0469768Z Jun 30 09:23:24 [INFO] 
> 2022-06-30T09:23:24.0470382Z Jun 30 09:23:24 [ERROR] Failures: 
> 2022-06-30T09:23:24.0471581Z Jun 30 09:23:24 [ERROR]   
> ResultPartitionTest.testIdleAndBackPressuredTime:414 
> 2022-06-30T09:23:24.0472898Z Jun 30 09:23:24 Expected: a value greater than 
> <0L>
> 2022-06-30T09:23:24.0474090Z Jun 30 09:23:24  but: <0L> was equal to <0L>
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=37406&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-30727) JoinReorderITCase.testBushyTreeJoinReorder failed due to IOException

2023-01-17 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl updated FLINK-30727:
--
Description: 
IOException due to timeout occurring while requesting exclusive NetworkBuffer 
caused JoinReorderITCase.testBushyTreeJoinReorder to fail:
{code}
[...]
Jan 18 01:11:27 Caused by: java.io.IOException: Timeout triggered when 
requesting exclusive buffers: The total number of network buffers is currently 
set to 2048 of 32768 bytes each. You can increase this number by setting the 
configuration keys 'taskmanager.memory.network.fraction', 
'taskmanager.memory.network.min', and 'taskmanager.memory.network.max',  or you 
may increase the timeout which is 3ms by setting the key 
'taskmanager.network.memory.exclusive-buffers-request-timeout-ms'.
Jan 18 01:11:27 at 
org.apache.flink.runtime.io.network.buffer.NetworkBufferPool.internalRequestMemorySegments(NetworkBufferPool.java:256)
Jan 18 01:11:27 at 
org.apache.flink.runtime.io.network.buffer.NetworkBufferPool.requestPooledMemorySegmentsBlocking(NetworkBufferPool.java:179)
Jan 18 01:11:27 at 
org.apache.flink.runtime.io.network.buffer.LocalBufferPool.reserveSegments(LocalBufferPool.java:262)
Jan 18 01:11:27 at 
org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.setupChannels(SingleInputGate.java:517)
Jan 18 01:11:27 at 
org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.setup(SingleInputGate.java:277)
Jan 18 01:11:27 at 
org.apache.flink.runtime.taskmanager.InputGateWithMetrics.setup(InputGateWithMetrics.java:105)
Jan 18 01:11:27 at 
org.apache.flink.runtime.taskmanager.Task.setupPartitionsAndGates(Task.java:962)
Jan 18 01:11:27 at 
org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:648)
Jan 18 01:11:27 at 
org.apache.flink.runtime.taskmanager.Task.run(Task.java:556)
Jan 18 01:11:27 at java.lang.Thread.run(Thread.java:748)
{code}
Same build, 2 failures:
* 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44987&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=14300
* 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44987&view=logs&j=ce3801ad-3bd5-5f06-d165-34d37e757d90&t=5e4d9387-1dcc-5885-a901-90469b7e6d2f&l=14362

  was:
IOException due to timeout occurring while requesting exclusive NetworkBuffer 
caused JoinReorderITCase.testBushyTreeJoinReorder to fail:
{code}
[...]
Jan 18 01:11:27 Caused by: java.io.IOException: Timeout triggered when 
requesting exclusive buffers: The total number of network buffers is currently 
set to 2048 of 32768 bytes each. You can increase this number by setting the 
configuration keys 'taskmanager.memory.network.fraction', 
'taskmanager.memory.network.min', and 'taskmanager.memory.network.max',  or you 
may increase the timeout which is 3ms by setting the key 
'taskmanager.network.memory.exclusive-buffers-request-timeout-ms'.
Jan 18 01:11:27 at 
org.apache.flink.runtime.io.network.buffer.NetworkBufferPool.internalRequestMemorySegments(NetworkBufferPool.java:256)
Jan 18 01:11:27 at 
org.apache.flink.runtime.io.network.buffer.NetworkBufferPool.requestPooledMemorySegmentsBlocking(NetworkBufferPool.java:179)
Jan 18 01:11:27 at 
org.apache.flink.runtime.io.network.buffer.LocalBufferPool.reserveSegments(LocalBufferPool.java:262)
Jan 18 01:11:27 at 
org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.setupChannels(SingleInputGate.java:517)
Jan 18 01:11:27 at 
org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.setup(SingleInputGate.java:277)
Jan 18 01:11:27 at 
org.apache.flink.runtime.taskmanager.InputGateWithMetrics.setup(InputGateWithMetrics.java:105)
Jan 18 01:11:27 at 
org.apache.flink.runtime.taskmanager.Task.setupPartitionsAndGates(Task.java:962)
Jan 18 01:11:27 at 
org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:648)
Jan 18 01:11:27 at 
org.apache.flink.runtime.taskmanager.Task.run(Task.java:556)
Jan 18 01:11:27 at java.lang.Thread.run(Thread.java:748)
{code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44987&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=14300


> JoinReorderITCase.testBushyTreeJoinReorder failed due to IOException
> 
>
> Key: FLINK-30727
> URL: https://issues.apache.org/jira/browse/FLINK-30727
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Network, Table SQL / Planner
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Blocker
>  Labels: test-stability
>
> IOException due to timeout occurring while req

[jira] [Commented] (FLINK-30677) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-17 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678112#comment-17678112
 ] 

Matthias Pohl commented on FLINK-30677:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44987&view=logs&j=f2c100be-250b-5e85-7bbe-176f68fcddc5&t=05efd11e-5400-54a4-0d27-a4663be008a9&l=14503

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30677
> URL: https://issues.apache.org/jira/browse/FLINK-30677
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: pull-request-available, test-stability
>
> We're observing a test instability with 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> builds:
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251]
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=14608
> {code:java}
> Jan 13 02:46:10 [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, 
> Time elapsed: 27.279 s <<< FAILURE! - in 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase
> Jan 13 02:46:10 [ERROR] 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements(String)[5]
>   Time elapsed: 1.573 s  <<< FAILURE!
> Jan 13 02:46:10 org.opentest4j.AssertionFailedError: 
> Jan 13 02:46:10 
> Jan 13 02:46:10 expected: 
> Jan 13 02:46:10   "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Licensed to the Apache Software Foundation (ASF) under 
> one or more
> Jan 13 02:46:10   # contributor license agreements.  See the NOTICE file 
> distributed with
> Jan 13 02:46:10   # this work for additional information regarding copyright 
> ownership.
> Jan 13 02:46:10   # The ASF licenses this file to you under the Apache 
> License, Version 2.0
> Jan 13 02:46:10   # (the "License"); you may not use this file except in 
> compliance with
> Jan 13 02:46:10   # the License.  You may obtain a copy of the License at
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # http://www.apache.org/licenses/LICENSE-2.0
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Unless required by applicable law or agreed to in 
> writing, software
> Jan 13 02:46:10   # distributed under the License is distributed on an "AS 
> IS" BASIS,
> Jan 13 02:46:10   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
> express or implied.
> Jan 13 02:46:10   # See the License for the specific language governing 
> permissions and
> Jan 13 02:46:10   # limitations under the License.
> [...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30727) JoinReorderITCase.testBushyTreeJoinReorder failed due to IOException

2023-01-17 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678113#comment-17678113
 ] 

Matthias Pohl commented on FLINK-30727:
---

This is marked as a blocker because it looks like it was newly introduced.

> JoinReorderITCase.testBushyTreeJoinReorder failed due to IOException
> 
>
> Key: FLINK-30727
> URL: https://issues.apache.org/jira/browse/FLINK-30727
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Network, Table SQL / Planner
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Blocker
>  Labels: test-stability
>
> IOException due to timeout occurring while requesting exclusive NetworkBuffer 
> caused JoinReorderITCase.testBushyTreeJoinReorder to fail:
> {code}
> [...]
> Jan 18 01:11:27 Caused by: java.io.IOException: Timeout triggered when 
> requesting exclusive buffers: The total number of network buffers is 
> currently set to 2048 of 32768 bytes each. You can increase this number by 
> setting the configuration keys 'taskmanager.memory.network.fraction', 
> 'taskmanager.memory.network.min', and 'taskmanager.memory.network.max',  or 
> you may increase the timeout which is 3ms by setting the key 
> 'taskmanager.network.memory.exclusive-buffers-request-timeout-ms'.
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.io.network.buffer.NetworkBufferPool.internalRequestMemorySegments(NetworkBufferPool.java:256)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.io.network.buffer.NetworkBufferPool.requestPooledMemorySegmentsBlocking(NetworkBufferPool.java:179)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.io.network.buffer.LocalBufferPool.reserveSegments(LocalBufferPool.java:262)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.setupChannels(SingleInputGate.java:517)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.setup(SingleInputGate.java:277)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.taskmanager.InputGateWithMetrics.setup(InputGateWithMetrics.java:105)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.taskmanager.Task.setupPartitionsAndGates(Task.java:962)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:648)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.taskmanager.Task.run(Task.java:556)
> Jan 18 01:11:27   at java.lang.Thread.run(Thread.java:748)
> {code}
> Same build, 2 failures:
> * 
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44987&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=14300
> * 
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44987&view=logs&j=ce3801ad-3bd5-5f06-d165-34d37e757d90&t=5e4d9387-1dcc-5885-a901-90469b7e6d2f&l=14362



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-28440) EventTimeWindowCheckpointingITCase failed with restore

2023-01-17 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-28440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678116#comment-17678116
 ] 

Matthias Pohl commented on FLINK-28440:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44989&view=logs&j=5c8e7682-d68f-54d1-16a2-a09310218a49&t=86f654fa-ab48-5c1a-25f4-7e7f6afb9bba&l=8285

> EventTimeWindowCheckpointingITCase failed with restore
> --
>
> Key: FLINK-28440
> URL: https://issues.apache.org/jira/browse/FLINK-28440
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Checkpointing, Runtime / State Backends
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Huang Xingbo
>Priority: Critical
>  Labels: auto-deprioritized-critical, test-stability
>
> {code:java}
> Caused by: java.lang.Exception: Exception while creating 
> StreamOperatorStateContext.
>   at 
> org.apache.flink.streaming.api.operators.StreamTaskStateInitializerImpl.streamOperatorStateContext(StreamTaskStateInitializerImpl.java:256)
>   at 
> org.apache.flink.streaming.api.operators.AbstractStreamOperator.initializeState(AbstractStreamOperator.java:268)
>   at 
> org.apache.flink.streaming.runtime.tasks.RegularOperatorChain.initializeStateAndOpenOperators(RegularOperatorChain.java:106)
>   at 
> org.apache.flink.streaming.runtime.tasks.StreamTask.restoreGates(StreamTask.java:722)
>   at 
> org.apache.flink.streaming.runtime.tasks.StreamTaskActionExecutor$1.call(StreamTaskActionExecutor.java:55)
>   at 
> org.apache.flink.streaming.runtime.tasks.StreamTask.restoreInternal(StreamTask.java:698)
>   at 
> org.apache.flink.streaming.runtime.tasks.StreamTask.restore(StreamTask.java:665)
>   at 
> org.apache.flink.runtime.taskmanager.Task.runWithSystemExitMonitoring(Task.java:935)
>   at 
> org.apache.flink.runtime.taskmanager.Task.restoreAndInvoke(Task.java:904)
>   at org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:728)
>   at org.apache.flink.runtime.taskmanager.Task.run(Task.java:550)
>   at java.lang.Thread.run(Thread.java:748)
> Caused by: org.apache.flink.util.FlinkException: Could not restore keyed 
> state backend for WindowOperator_0a448493b4782967b150582570326227_(2/4) from 
> any of the 1 provided restore options.
>   at 
> org.apache.flink.streaming.api.operators.BackendRestorerProcedure.createAndRestore(BackendRestorerProcedure.java:160)
>   at 
> org.apache.flink.streaming.api.operators.StreamTaskStateInitializerImpl.keyedStatedBackend(StreamTaskStateInitializerImpl.java:353)
>   at 
> org.apache.flink.streaming.api.operators.StreamTaskStateInitializerImpl.streamOperatorStateContext(StreamTaskStateInitializerImpl.java:165)
>   ... 11 more
> Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: 
> /tmp/junit1835099326935900400/junit1113650082510421526/52ee65b7-033f-4429-8ddd-adbe85e27ced
>  (No such file or directory)
>   at org.apache.flink.util.ExceptionUtils.rethrow(ExceptionUtils.java:321)
>   at 
> org.apache.flink.runtime.state.changelog.StateChangelogHandleStreamHandleReader$1.advance(StateChangelogHandleStreamHandleReader.java:87)
>   at 
> org.apache.flink.runtime.state.changelog.StateChangelogHandleStreamHandleReader$1.hasNext(StateChangelogHandleStreamHandleReader.java:69)
>   at 
> org.apache.flink.state.changelog.restore.ChangelogBackendRestoreOperation.readBackendHandle(ChangelogBackendRestoreOperation.java:96)
>   at 
> org.apache.flink.state.changelog.restore.ChangelogBackendRestoreOperation.restore(ChangelogBackendRestoreOperation.java:75)
>   at 
> org.apache.flink.state.changelog.ChangelogStateBackend.restore(ChangelogStateBackend.java:92)
>   at 
> org.apache.flink.state.changelog.AbstractChangelogStateBackend.createKeyedStateBackend(AbstractChangelogStateBackend.java:136)
>   at 
> org.apache.flink.streaming.api.operators.StreamTaskStateInitializerImpl.lambda$keyedStatedBackend$1(StreamTaskStateInitializerImpl.java:336)
>   at 
> org.apache.flink.streaming.api.operators.BackendRestorerProcedure.attemptCreateAndRestore(BackendRestorerProcedure.java:168)
>   at 
> org.apache.flink.streaming.api.operators.BackendRestorerProcedure.createAndRestore(BackendRestorerProcedure.java:135)
>   ... 13 more
> Caused by: java.io.FileNotFoundException: 
> /tmp/junit1835099326935900400/junit1113650082510421526/52ee65b7-033f-4429-8ddd-adbe85e27ced
>  (No such file or directory)
>   at java.io.FileInputStream.open0(Native Method)
>   at java.io.FileInputStream.open(FileInputStream.java:195)
>   at java.io.FileInputStream.(FileInputStream.java:138)
>   at 
> org.apache.flink.core.fs.local.LocalDataInputStream.(LocalDataInputStream.java:50)
>   at 
> org.apache.flink.core.fs.local.LocalF

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

2023-01-17 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-26974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678117#comment-17678117
 ] 

Matthias Pohl commented on FLINK-26974:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44989&view=logs&j=bf5e383b-9fd3-5f02-ca1c-8f788e2e76d3&t=85189c57-d8a0-5c9c-b61d-fc05cfac62cf&l=28381

> Python EmbeddedThreadDependencyTests.test_add_python_file failed on azure
> -
>
> Key: FLINK-26974
> URL: https://issues.apache.org/jira/browse/FLINK-26974
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python
>Affects Versions: 1.15.0, 1.16.0, 1.17.0
>Reporter: Yun Gao
>Assignee: Huang Xingbo
>Priority: Critical
>  Labels: auto-deprioritized-major, test-stability
>
> {code:java}
> Mar 31 10:49:17 === FAILURES 
> ===
> Mar 31 10:49:17 __ 
> EmbeddedThreadDependencyTests.test_add_python_file __
> Mar 31 10:49:17 
> Mar 31 10:49:17 self = 
>  testMethod=test_add_python_file>
> Mar 31 10:49:17 
> Mar 31 10:49:17 def test_add_python_file(self):
> Mar 31 10:49:17 python_file_dir = os.path.join(self.tempdir, 
> "python_file_dir_" + str(uuid.uuid4()))
> Mar 31 10:49:17 os.mkdir(python_file_dir)
> Mar 31 10:49:17 python_file_path = os.path.join(python_file_dir, 
> "test_dependency_manage_lib.py")
> Mar 31 10:49:17 with open(python_file_path, 'w') as f:
> Mar 31 10:49:17 f.write("def add_two(a):\nraise 
> Exception('This function should not be called!')")
> Mar 31 10:49:17 self.t_env.add_python_file(python_file_path)
> Mar 31 10:49:17 
> Mar 31 10:49:17 python_file_dir_with_higher_priority = os.path.join(
> Mar 31 10:49:17 self.tempdir, "python_file_dir_" + 
> str(uuid.uuid4()))
> Mar 31 10:49:17 os.mkdir(python_file_dir_with_higher_priority)
> Mar 31 10:49:17 python_file_path_higher_priority = 
> os.path.join(python_file_dir_with_higher_priority,
> Mar 31 10:49:17 
> "test_dependency_manage_lib.py")
> Mar 31 10:49:17 with open(python_file_path_higher_priority, 'w') as f:
> Mar 31 10:49:17 f.write("def add_two(a):\nreturn a + 2")
> Mar 31 10:49:17 
> self.t_env.add_python_file(python_file_path_higher_priority)
> Mar 31 10:49:17 
> Mar 31 10:49:17 def plus_two(i):
> Mar 31 10:49:17 from test_dependency_manage_lib import add_two
> Mar 31 10:49:17 return add_two(i)
> Mar 31 10:49:17 
> Mar 31 10:49:17 self.t_env.create_temporary_system_function(
> Mar 31 10:49:17 "add_two", udf(plus_two, DataTypes.BIGINT(), 
> DataTypes.BIGINT()))
> Mar 31 10:49:17 table_sink = source_sink_utils.TestAppendSink(
> Mar 31 10:49:17 ['a', 'b'], [DataTypes.BIGINT(), 
> DataTypes.BIGINT()])
> Mar 31 10:49:17 self.t_env.register_table_sink("Results", table_sink)
> Mar 31 10:49:17 t = self.t_env.from_elements([(1, 2), (2, 5), (3, 
> 1)], ['a', 'b'])
> Mar 31 10:49:17 >   t.select(expr.call("add_two", t.a), 
> t.a).execute_insert("Results").wait()
> Mar 31 10:49:17 
> Mar 31 10:49:17 pyflink/table/tests/test_dependency.py:63: 
> Mar 31 10:49:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ _ _ _ _ _ _ _ _ 
> Mar 31 10:49:17 pyflink/table/table_result.py:76: in wait
> Mar 31 10:49:17 get_method(self._j_table_result, "await")()
> Mar 31 10:49:17 
> .tox/py38-cython/lib/python3.8/site-packages/py4j/java_gateway.py:1321: in 
> __call__
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=34001&view=logs&j=821b528f-1eed-5598-a3b4-7f748b13f261&t=6bb545dd-772d-5d8c-f258-f5085fba3295&l=27239



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30727) JoinReorderITCase.testBushyTreeJoinReorder failed due to IOException

2023-01-17 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678118#comment-17678118
 ] 

Matthias Pohl commented on FLINK-30727:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44993&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=14068

> JoinReorderITCase.testBushyTreeJoinReorder failed due to IOException
> 
>
> Key: FLINK-30727
> URL: https://issues.apache.org/jira/browse/FLINK-30727
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Network, Table SQL / Planner
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Blocker
>  Labels: test-stability
>
> IOException due to timeout occurring while requesting exclusive NetworkBuffer 
> caused JoinReorderITCase.testBushyTreeJoinReorder to fail:
> {code}
> [...]
> Jan 18 01:11:27 Caused by: java.io.IOException: Timeout triggered when 
> requesting exclusive buffers: The total number of network buffers is 
> currently set to 2048 of 32768 bytes each. You can increase this number by 
> setting the configuration keys 'taskmanager.memory.network.fraction', 
> 'taskmanager.memory.network.min', and 'taskmanager.memory.network.max',  or 
> you may increase the timeout which is 3ms by setting the key 
> 'taskmanager.network.memory.exclusive-buffers-request-timeout-ms'.
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.io.network.buffer.NetworkBufferPool.internalRequestMemorySegments(NetworkBufferPool.java:256)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.io.network.buffer.NetworkBufferPool.requestPooledMemorySegmentsBlocking(NetworkBufferPool.java:179)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.io.network.buffer.LocalBufferPool.reserveSegments(LocalBufferPool.java:262)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.setupChannels(SingleInputGate.java:517)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate.setup(SingleInputGate.java:277)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.taskmanager.InputGateWithMetrics.setup(InputGateWithMetrics.java:105)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.taskmanager.Task.setupPartitionsAndGates(Task.java:962)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:648)
> Jan 18 01:11:27   at 
> org.apache.flink.runtime.taskmanager.Task.run(Task.java:556)
> Jan 18 01:11:27   at java.lang.Thread.run(Thread.java:748)
> {code}
> Same build, 2 failures:
> * 
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44987&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=14300
> * 
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44987&view=logs&j=ce3801ad-3bd5-5f06-d165-34d37e757d90&t=5e4d9387-1dcc-5885-a901-90469b7e6d2f&l=14362



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FLINK-30732) "Running HA (hashmap, sync) end-to-end test" failed with exit code 1

2023-01-18 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30732:
-

 Summary: "Running HA (hashmap, sync) end-to-end test" failed with 
exit code 1
 Key: FLINK-30732
 URL: https://issues.apache.org/jira/browse/FLINK-30732
 Project: Flink
  Issue Type: Bug
  Components: Tests
Affects Versions: 1.15.3
Reporter: Matthias Pohl


"Running HA (hashmap, sync) end-to-end test" failed in the following build:
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44988&view=logs&j=e9d3d34f-3d15-59f4-0e3e-35067d100dfe&t=f8a6d3eb-38cf-5cca-9a99-d0badeb5fe62&l=13253

Some initial investigation revealed that there might have been problems with 
the TaskManager availability? I found a reoccuring stacktrace about a slot 
allocation failure:
{code}
2023-01-18 02:17:08,677 WARN  
org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] 
- Slot allocation for slot 127.0.0.1:43245-83194d_1 for job 
3d663afea41cc2fdec0e2c91b671f2bc failed.
org.apache.flink.runtime.rpc.exceptions.RecipientUnreachableException: Could 
not send message [RemoteRpcInvocation(TaskExecutorGateway.requestSlot(SlotID, 
JobID, AllocationID, ResourceProfile, String, ResourceManagerId, Time))] from 
sender [Actor[akka://flink/temp/taskmanager_0$oh]] to recipient 
[Actor[akka.tcp://flink@127.0.0.1:43245/user/rpc/taskmanager_0#1526007138]], 
because the recipient is unreachable. This can either mean that the recipient 
has been terminated or that the remote RpcService is currently not reachable.
at 
org.apache.flink.runtime.rpc.akka.DeadLettersActor.handleDeadLetter(DeadLettersActor.java:61)
 ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:24) 
~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:20) 
~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
at scala.PartialFunction.applyOrElse(PartialFunction.scala:123) 
~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
at scala.PartialFunction.applyOrElse$(PartialFunction.scala:122) 
~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
at akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20) 
~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:171) 
[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
at akka.actor.Actor.aroundReceive(Actor.scala:537) 
[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
at akka.actor.Actor.aroundReceive$(Actor.scala:535) 
[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
at akka.actor.AbstractActor.aroundReceive(AbstractActor.scala:220) 
[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:580) 
[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
at akka.actor.ActorCell.invoke(ActorCell.scala:548) 
[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:270) 
[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
at akka.dispatch.Mailbox.run(Mailbox.scala:231) 
[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
at akka.dispatch.Mailbox.exec(Mailbox.scala:243) 
[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) [?:?]
at 
java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
 [?:?]
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) [?:?]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) 
[?:?]
at 
java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) 
[?:?]
{code} 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-30732) "Running HA (hashmap, sync) end-to-end test" failed with exit code 1

2023-01-18 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl updated FLINK-30732:
--
Attachment: FLINK-30732.tar.gz

> "Running HA (hashmap, sync) end-to-end test" failed with exit code 1
> 
>
> Key: FLINK-30732
> URL: https://issues.apache.org/jira/browse/FLINK-30732
> Project: Flink
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.15.3
>Reporter: Matthias Pohl
>Priority: Critical
> Attachments: FLINK-30732.tar.gz
>
>
> "Running HA (hashmap, sync) end-to-end test" failed in the following build:
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44988&view=logs&j=e9d3d34f-3d15-59f4-0e3e-35067d100dfe&t=f8a6d3eb-38cf-5cca-9a99-d0badeb5fe62&l=13253
> Some initial investigation revealed that there might have been problems with 
> the TaskManager availability? I found a reoccuring stacktrace about a slot 
> allocation failure:
> {code}
> 2023-01-18 02:17:08,677 WARN  
> org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager 
> [] - Slot allocation for slot 127.0.0.1:43245-83194d_1 for job 
> 3d663afea41cc2fdec0e2c91b671f2bc failed.
> org.apache.flink.runtime.rpc.exceptions.RecipientUnreachableException: Could 
> not send message [RemoteRpcInvocation(TaskExecutorGateway.requestSlot(SlotID, 
> JobID, AllocationID, ResourceProfile, String, ResourceManagerId, Time))] from 
> sender [Actor[akka://flink/temp/taskmanager_0$oh]] to recipient 
> [Actor[akka.tcp://flink@127.0.0.1:43245/user/rpc/taskmanager_0#1526007138]], 
> because the recipient is unreachable. This can either mean that the recipient 
> has been terminated or that the remote RpcService is currently not reachable.
> at 
> org.apache.flink.runtime.rpc.akka.DeadLettersActor.handleDeadLetter(DeadLettersActor.java:61)
>  ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:24) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:20) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at scala.PartialFunction.applyOrElse(PartialFunction.scala:123) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at scala.PartialFunction.applyOrElse$(PartialFunction.scala:122) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at 
> akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at 
> scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:171) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.Actor.aroundReceive(Actor.scala:537) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.Actor.aroundReceive$(Actor.scala:535) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.AbstractActor.aroundReceive(AbstractActor.scala:220) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.ActorCell.receiveMessage(ActorCell.scala:580) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.ActorCell.invoke(ActorCell.scala:548) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:270) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.dispatch.Mailbox.run(Mailbox.scala:231) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.dispatch.Mailbox.exec(Mailbox.scala:243) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) 
> [?:?]
> at 
> java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
>  [?:?]
> at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) 
> [?:?]
> at 
> java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) [?:?]
> at 
> java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) 
> [?:?]
> {code} 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30732) "Running HA (hashmap, sync) end-to-end test" failed with exit code 1

2023-01-18 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678129#comment-17678129
 ] 

Matthias Pohl commented on FLINK-30732:
---

I attached the logs for the build mentioned in the description. The stacktrace 
mentioned in the description is part of the JobManager logs 
{{flink-logs/flink-vsts-standalonesession-2-fv-az68-971.log}}.

> "Running HA (hashmap, sync) end-to-end test" failed with exit code 1
> 
>
> Key: FLINK-30732
> URL: https://issues.apache.org/jira/browse/FLINK-30732
> Project: Flink
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.15.3
>Reporter: Matthias Pohl
>Priority: Critical
> Attachments: FLINK-30732.tar.gz
>
>
> "Running HA (hashmap, sync) end-to-end test" failed in the following build:
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44988&view=logs&j=e9d3d34f-3d15-59f4-0e3e-35067d100dfe&t=f8a6d3eb-38cf-5cca-9a99-d0badeb5fe62&l=13253
> Some initial investigation revealed that there might have been problems with 
> the TaskManager availability? I found a reoccuring stacktrace about a slot 
> allocation failure:
> {code}
> 2023-01-18 02:17:08,677 WARN  
> org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager 
> [] - Slot allocation for slot 127.0.0.1:43245-83194d_1 for job 
> 3d663afea41cc2fdec0e2c91b671f2bc failed.
> org.apache.flink.runtime.rpc.exceptions.RecipientUnreachableException: Could 
> not send message [RemoteRpcInvocation(TaskExecutorGateway.requestSlot(SlotID, 
> JobID, AllocationID, ResourceProfile, String, ResourceManagerId, Time))] from 
> sender [Actor[akka://flink/temp/taskmanager_0$oh]] to recipient 
> [Actor[akka.tcp://flink@127.0.0.1:43245/user/rpc/taskmanager_0#1526007138]], 
> because the recipient is unreachable. This can either mean that the recipient 
> has been terminated or that the remote RpcService is currently not reachable.
> at 
> org.apache.flink.runtime.rpc.akka.DeadLettersActor.handleDeadLetter(DeadLettersActor.java:61)
>  ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:24) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:20) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at scala.PartialFunction.applyOrElse(PartialFunction.scala:123) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at scala.PartialFunction.applyOrElse$(PartialFunction.scala:122) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at 
> akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at 
> scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:171) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.Actor.aroundReceive(Actor.scala:537) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.Actor.aroundReceive$(Actor.scala:535) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.AbstractActor.aroundReceive(AbstractActor.scala:220) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.ActorCell.receiveMessage(ActorCell.scala:580) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.ActorCell.invoke(ActorCell.scala:548) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:270) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.dispatch.Mailbox.run(Mailbox.scala:231) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.dispatch.Mailbox.exec(Mailbox.scala:243) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) 
> [?:?]
> at 
> java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
>  [?:?]
> at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) 
> [?:?]
> at 
> java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) [?:?]
> at 
> java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) 
> [?:?]
> {code} 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30732) "Running HA (hashmap, sync) end-to-end test" failed with exit code 1

2023-01-18 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678132#comment-17678132
 ] 

Matthias Pohl commented on FLINK-30732:
---

I'm linking FLINK-23210 as related because it covers the very same test but the 
issue was closed as {{Not Reproducible}}.

> "Running HA (hashmap, sync) end-to-end test" failed with exit code 1
> 
>
> Key: FLINK-30732
> URL: https://issues.apache.org/jira/browse/FLINK-30732
> Project: Flink
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.15.3
>Reporter: Matthias Pohl
>Priority: Critical
> Attachments: FLINK-30732.tar.gz
>
>
> "Running HA (hashmap, sync) end-to-end test" failed in the following build:
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44988&view=logs&j=e9d3d34f-3d15-59f4-0e3e-35067d100dfe&t=f8a6d3eb-38cf-5cca-9a99-d0badeb5fe62&l=13253
> Some initial investigation revealed that there might have been problems with 
> the TaskManager availability? I found a reoccuring stacktrace about a slot 
> allocation failure:
> {code}
> 2023-01-18 02:17:08,677 WARN  
> org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager 
> [] - Slot allocation for slot 127.0.0.1:43245-83194d_1 for job 
> 3d663afea41cc2fdec0e2c91b671f2bc failed.
> org.apache.flink.runtime.rpc.exceptions.RecipientUnreachableException: Could 
> not send message [RemoteRpcInvocation(TaskExecutorGateway.requestSlot(SlotID, 
> JobID, AllocationID, ResourceProfile, String, ResourceManagerId, Time))] from 
> sender [Actor[akka://flink/temp/taskmanager_0$oh]] to recipient 
> [Actor[akka.tcp://flink@127.0.0.1:43245/user/rpc/taskmanager_0#1526007138]], 
> because the recipient is unreachable. This can either mean that the recipient 
> has been terminated or that the remote RpcService is currently not reachable.
> at 
> org.apache.flink.runtime.rpc.akka.DeadLettersActor.handleDeadLetter(DeadLettersActor.java:61)
>  ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:24) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:20) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at scala.PartialFunction.applyOrElse(PartialFunction.scala:123) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at scala.PartialFunction.applyOrElse$(PartialFunction.scala:122) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at 
> akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at 
> scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:171) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.Actor.aroundReceive(Actor.scala:537) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.Actor.aroundReceive$(Actor.scala:535) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.AbstractActor.aroundReceive(AbstractActor.scala:220) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.ActorCell.receiveMessage(ActorCell.scala:580) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.ActorCell.invoke(ActorCell.scala:548) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:270) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.dispatch.Mailbox.run(Mailbox.scala:231) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.dispatch.Mailbox.exec(Mailbox.scala:243) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) 
> [?:?]
> at 
> java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
>  [?:?]
> at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) 
> [?:?]
> at 
> java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) [?:?]
> at 
> java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) 
> [?:?]
> {code} 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-30732) "Running HA (hashmap, sync) end-to-end test" failed with exit code 1

2023-01-18 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl updated FLINK-30732:
--
Labels: test-stability  (was: )

> "Running HA (hashmap, sync) end-to-end test" failed with exit code 1
> 
>
> Key: FLINK-30732
> URL: https://issues.apache.org/jira/browse/FLINK-30732
> Project: Flink
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.15.3
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
> Attachments: FLINK-30732.tar.gz
>
>
> "Running HA (hashmap, sync) end-to-end test" failed in the following build:
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44988&view=logs&j=e9d3d34f-3d15-59f4-0e3e-35067d100dfe&t=f8a6d3eb-38cf-5cca-9a99-d0badeb5fe62&l=13253
> Some initial investigation revealed that there might have been problems with 
> the TaskManager availability? I found a reoccuring stacktrace about a slot 
> allocation failure:
> {code}
> 2023-01-18 02:17:08,677 WARN  
> org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager 
> [] - Slot allocation for slot 127.0.0.1:43245-83194d_1 for job 
> 3d663afea41cc2fdec0e2c91b671f2bc failed.
> org.apache.flink.runtime.rpc.exceptions.RecipientUnreachableException: Could 
> not send message [RemoteRpcInvocation(TaskExecutorGateway.requestSlot(SlotID, 
> JobID, AllocationID, ResourceProfile, String, ResourceManagerId, Time))] from 
> sender [Actor[akka://flink/temp/taskmanager_0$oh]] to recipient 
> [Actor[akka.tcp://flink@127.0.0.1:43245/user/rpc/taskmanager_0#1526007138]], 
> because the recipient is unreachable. This can either mean that the recipient 
> has been terminated or that the remote RpcService is currently not reachable.
> at 
> org.apache.flink.runtime.rpc.akka.DeadLettersActor.handleDeadLetter(DeadLettersActor.java:61)
>  ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:24) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:20) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at scala.PartialFunction.applyOrElse(PartialFunction.scala:123) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at scala.PartialFunction.applyOrElse$(PartialFunction.scala:122) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at 
> akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20) 
> ~[flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at 
> scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:171) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.Actor.aroundReceive(Actor.scala:537) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.Actor.aroundReceive$(Actor.scala:535) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.AbstractActor.aroundReceive(AbstractActor.scala:220) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.ActorCell.receiveMessage(ActorCell.scala:580) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.actor.ActorCell.invoke(ActorCell.scala:548) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:270) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.dispatch.Mailbox.run(Mailbox.scala:231) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at akka.dispatch.Mailbox.exec(Mailbox.scala:243) 
> [flink-rpc-akka_a2e10295-0436-48e6-a879-dfe2b8967a56.jar:1.15-SNAPSHOT]
> at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) 
> [?:?]
> at 
> java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
>  [?:?]
> at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) 
> [?:?]
> at 
> java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) [?:?]
> at 
> java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) 
> [?:?]
> {code} 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (FLINK-30733) The AzureCI Slack bot does not list all failed builds in the Slack channel

2023-01-18 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30733:
-

 Summary: The AzureCI Slack bot does not list all failed builds in 
the Slack channel
 Key: FLINK-30733
 URL: https://issues.apache.org/jira/browse/FLINK-30733
 Project: Flink
  Issue Type: Bug
  Components: Test Infrastructure
Affects Versions: 1.15.3, 1.16.0, 1.17.0
Reporter: Matthias Pohl


We've experienced failing builds not being reported by the AzureCI Slack bot in 
[Apache Flink/#builds Slack 
channel|https://apache-flink.slack.com/archives/C03MR1HQHK2].

Builds affected:
* 
[20230118.2|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44988&view=results]
 ([Slack 
thread|https://apache-flink.slack.com/archives/C03MR1HQHK2/p1674032103576869])
* 
[20230113.8|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44782&view=results]
 ([Slack 
thread|https://apache-flink.slack.com/archives/C03MR1HQHK2/p1673615705103309])



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30703) PulsarOrderedPartitionSplitReaderTest>PulsarPartitionSplitReaderTestBase.consumeMessageCreatedBeforeHandleSplitsChangesAndResetToEarliestPosition fails

2023-01-18 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678204#comment-17678204
 ] 

Matthias Pohl commented on FLINK-30703:
---

{quote}quoted text{quote}Matthias Pohl It's wired to see the log that the tests 
on PulsarOrderedPartitionSplitReaderTest are executed in parallel, am I miss 
something?{quote}

Parallel test execution support was added in FLINK-26246 for Flink 1.16+ only. 
But it is opt-in, i.e. the tests would run sequentially by default. Anyway, 
parallel test execution shouldn't be enabled in 1.15.

> PulsarOrderedPartitionSplitReaderTest>PulsarPartitionSplitReaderTestBase.consumeMessageCreatedBeforeHandleSplitsChangesAndResetToEarliestPosition
>  fails
> ---
>
> Key: FLINK-30703
> URL: https://issues.apache.org/jira/browse/FLINK-30703
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Pulsar
>Affects Versions: 1.16.0, 1.15.3, pulsar-3.0.0
>Reporter: Matthias Pohl
>Priority: Major
>  Labels: test-stability
>
> A 1.15 build failed due to 
> {{PulsarOrderedPartitionSplitReaderTest>PulsarPartitionSplitReaderTestBase.consumeMessageCreatedBeforeHandleSplitsChangesAndResetToEarliestPosition}}:
> {code}
> an 11 03:08:20 [ERROR]   
> PulsarOrderedPartitionSplitReaderTest>PulsarPartitionSplitReaderTestBase.consumeMessageCreatedBeforeHandleSplitsChangesAndResetToEarliestPosition:260->PulsarPartitionSplitReaderTestBase.fetchedMessages:169->PulsarPartitionSplitReaderTestBase.fetchedMessages:199
>  [We should fetch the expected size] 
> Jan 11 03:08:20 Expected size: 20 but was: 25 in:
> Jan 11 03:08:20 [PulsarMessage{id=154:0:0, value=ZHiaOiOhFT, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:1:0, value=uoOmKceWTh, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:2:0, value=oeYYWzisge, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:3:0, value=yhpOOkNLER, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:4:0, value=MIbzxkfFfp, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:0:0, value=ZHiaOiOhFT, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:1:0, value=uoOmKceWTh, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:2:0, value=oeYYWzisge, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:3:0, value=yhpOOkNLER, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:4:0, value=MIbzxkfFfp, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:5:0, value=FaEpggGBTE, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:6:0, value=IlGbzPRuvi, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:7:0, value=aqgIeSbOzo, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:8:0, value=CUScdPriyM, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:9:0, value=zLRsvDxpJG, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:10:0, value=iqsGFVkXDz, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:11:0, value=hFyHYPldqN, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:12:0, value=ZYTlJcwSst, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:13:0, value=mOWkzJQQxE, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:14:0, value=CTfcVXhfUN, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:15:0, value=wAhqCGGwXO, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:16:0, value=LOoTbXaEgG, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:17:0, value=UvfzGIRURy, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:18:0, value=vlYYGbZGAH, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:19:0, value=wrwPanXvql, eventTime=0}]
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44691&view=logs&j=a5ef94ef-68c2-57fd-3794-dc108ed1c495&t=2c68b137-b01d-55c9-e603-3ff3f320364b&l=27466



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-30703) PulsarOrderedPartitionSplitReaderTest>PulsarPartitionSplitReaderTestBase.consumeMessageCreatedBeforeHandleSplitsChangesAndResetToEarliestPosition fails

2023-01-18 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678204#comment-17678204
 ] 

Matthias Pohl edited comment on FLINK-30703 at 1/18/23 11:58 AM:
-

{quote}Matthias Pohl It's wired to see the log that the tests on 
PulsarOrderedPartitionSplitReaderTest are executed in parallel, am I miss 
something?{quote}

Parallel test execution support was added in FLINK-26246 for Flink 1.16+ only. 
But it is opt-in, i.e. the tests would run sequentially by default. Anyway, 
parallel test execution shouldn't be enabled in 1.15.


was (Author: mapohl):
{quote}quoted text{quote}Matthias Pohl It's wired to see the log that the tests 
on PulsarOrderedPartitionSplitReaderTest are executed in parallel, am I miss 
something?{quote}

Parallel test execution support was added in FLINK-26246 for Flink 1.16+ only. 
But it is opt-in, i.e. the tests would run sequentially by default. Anyway, 
parallel test execution shouldn't be enabled in 1.15.

> PulsarOrderedPartitionSplitReaderTest>PulsarPartitionSplitReaderTestBase.consumeMessageCreatedBeforeHandleSplitsChangesAndResetToEarliestPosition
>  fails
> ---
>
> Key: FLINK-30703
> URL: https://issues.apache.org/jira/browse/FLINK-30703
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Pulsar
>Affects Versions: 1.16.0, 1.15.3, pulsar-3.0.0
>Reporter: Matthias Pohl
>Priority: Major
>  Labels: test-stability
>
> A 1.15 build failed due to 
> {{PulsarOrderedPartitionSplitReaderTest>PulsarPartitionSplitReaderTestBase.consumeMessageCreatedBeforeHandleSplitsChangesAndResetToEarliestPosition}}:
> {code}
> an 11 03:08:20 [ERROR]   
> PulsarOrderedPartitionSplitReaderTest>PulsarPartitionSplitReaderTestBase.consumeMessageCreatedBeforeHandleSplitsChangesAndResetToEarliestPosition:260->PulsarPartitionSplitReaderTestBase.fetchedMessages:169->PulsarPartitionSplitReaderTestBase.fetchedMessages:199
>  [We should fetch the expected size] 
> Jan 11 03:08:20 Expected size: 20 but was: 25 in:
> Jan 11 03:08:20 [PulsarMessage{id=154:0:0, value=ZHiaOiOhFT, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:1:0, value=uoOmKceWTh, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:2:0, value=oeYYWzisge, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:3:0, value=yhpOOkNLER, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:4:0, value=MIbzxkfFfp, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:0:0, value=ZHiaOiOhFT, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:1:0, value=uoOmKceWTh, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:2:0, value=oeYYWzisge, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:3:0, value=yhpOOkNLER, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:4:0, value=MIbzxkfFfp, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:5:0, value=FaEpggGBTE, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:6:0, value=IlGbzPRuvi, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:7:0, value=aqgIeSbOzo, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:8:0, value=CUScdPriyM, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:9:0, value=zLRsvDxpJG, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:10:0, value=iqsGFVkXDz, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:11:0, value=hFyHYPldqN, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:12:0, value=ZYTlJcwSst, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:13:0, value=mOWkzJQQxE, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:14:0, value=CTfcVXhfUN, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:15:0, value=wAhqCGGwXO, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:16:0, value=LOoTbXaEgG, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:17:0, value=UvfzGIRURy, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:18:0, value=vlYYGbZGAH, eventTime=0},
> Jan 11 03:08:20 PulsarMessage{id=154:19:0, value=wrwPanXvql, eventTime=0}]
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44691&view=logs&j=a5ef94ef-68c2-57fd-3794-dc108ed1c495&t=2c68b137-b01d-55c9-e603-3ff3f320364b&l=27466



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30733) The AzureCI Slack bot does not list all failed builds in the Slack channel

2023-01-18 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678232#comment-17678232
 ] 

Matthias Pohl commented on FLINK-30733:
---

We couldn't find any logs so far. I filed a bug report in the Azure Dev 
Community: 
https://developercommunity.visualstudio.com/t/Slack-bot-doesnt-report-all-failed-buil/10256169

> The AzureCI Slack bot does not list all failed builds in the Slack channel
> --
>
> Key: FLINK-30733
> URL: https://issues.apache.org/jira/browse/FLINK-30733
> Project: Flink
>  Issue Type: Bug
>  Components: Test Infrastructure
>Affects Versions: 1.16.0, 1.17.0, 1.15.3
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> We've experienced failing builds not being reported by the AzureCI Slack bot 
> in [Apache Flink/#builds Slack 
> channel|https://apache-flink.slack.com/archives/C03MR1HQHK2].
> Builds affected:
> * 
> [20230118.2|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44988&view=results]
>  ([Slack 
> thread|https://apache-flink.slack.com/archives/C03MR1HQHK2/p1674032103576869])
> * 
> [20230113.8|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44782&view=results]
>  ([Slack 
> thread|https://apache-flink.slack.com/archives/C03MR1HQHK2/p1673615705103309])



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-29427) LookupJoinITCase failed with classloader problem

2023-01-19 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678699#comment-17678699
 ] 

Matthias Pohl commented on FLINK-29427:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45024&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=18557

> LookupJoinITCase failed with classloader problem
> 
>
> Key: FLINK-29427
> URL: https://issues.apache.org/jira/browse/FLINK-29427
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Planner
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Huang Xingbo
>Assignee: Alexander Smirnov
>Priority: Blocker
>  Labels: pull-request-available, test-stability
> Fix For: 1.17.0
>
>
> {code:java}
> 2022-09-27T02:49:20.9501313Z Sep 27 02:49:20 Caused by: 
> org.codehaus.janino.InternalCompilerException: Compiling 
> "KeyProjection$108341": Trying to access closed classloader. Please check if 
> you store classloaders directly or indirectly in static fields. If the 
> stacktrace suggests that the leak occurs in a third party library and cannot 
> be fixed immediately, you can disable this check with the configuration 
> 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9502654Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.compileUnit(UnitCompiler.java:382)
> 2022-09-27T02:49:20.9503366Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:237)
> 2022-09-27T02:49:20.9504044Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.compileToClassLoader(SimpleCompiler.java:465)
> 2022-09-27T02:49:20.9504704Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:216)
> 2022-09-27T02:49:20.9505341Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:207)
> 2022-09-27T02:49:20.9505965Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:80)
> 2022-09-27T02:49:20.9506584Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:75)
> 2022-09-27T02:49:20.9507261Z Sep 27 02:49:20  at 
> org.apache.flink.table.runtime.generated.CompileUtils.doCompile(CompileUtils.java:104)
> 2022-09-27T02:49:20.9507883Z Sep 27 02:49:20  ... 30 more
> 2022-09-27T02:49:20.9509266Z Sep 27 02:49:20 Caused by: 
> java.lang.IllegalStateException: Trying to access closed classloader. Please 
> check if you store classloaders directly or indirectly in static fields. If 
> the stacktrace suggests that the leak occurs in a third party library and 
> cannot be fixed immediately, you can disable this check with the 
> configuration 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9510835Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.ensureInner(FlinkUserCodeClassLoaders.java:184)
> 2022-09-27T02:49:20.9511760Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.loadClass(FlinkUserCodeClassLoaders.java:192)
> 2022-09-27T02:49:20.9512456Z Sep 27 02:49:20  at 
> java.lang.Class.forName0(Native Method)
> 2022-09-27T02:49:20.9513014Z Sep 27 02:49:20  at 
> java.lang.Class.forName(Class.java:348)
> 2022-09-27T02:49:20.9513649Z Sep 27 02:49:20  at 
> org.codehaus.janino.ClassLoaderIClassLoader.findIClass(ClassLoaderIClassLoader.java:89)
> 2022-09-27T02:49:20.9514339Z Sep 27 02:49:20  at 
> org.codehaus.janino.IClassLoader.loadIClass(IClassLoader.java:312)
> 2022-09-27T02:49:20.9514990Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.findTypeByName(UnitCompiler.java:8556)
> 2022-09-27T02:49:20.9515659Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6749)
> 2022-09-27T02:49:20.9516337Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6594)
> 2022-09-27T02:49:20.9516989Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:6573)
> 2022-09-27T02:49:20.9517632Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.access$13900(UnitCompiler.java:215)
> 2022-09-27T02:49:20.9518319Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6481)
> 2022-09-27T02:49:20.9519018Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9519680Z Sep 27 02:49:20  at 
> org.codehaus.janino.Java$ReferenceType.accept(Java.java:3928)
> 2022-09-27T02:49:20.9520386Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9521042Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6469)

[jira] [Commented] (FLINK-30328) TaskManagerWideRocksDbMemorySharingITCase.testBlockCache failed

2023-01-19 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678700#comment-17678700
 ] 

Matthias Pohl commented on FLINK-30328:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45036&view=logs&j=a57e0635-3fad-5b08-57c7-a4142d7d6fa9&t=2ef0effc-1da1-50e5-c2bd-aab434b1c5b7&l=10185

> TaskManagerWideRocksDbMemorySharingITCase.testBlockCache failed
> ---
>
> Key: FLINK-30328
> URL: https://issues.apache.org/jira/browse/FLINK-30328
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Coordination, Runtime / State Backends
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Assignee: Roman Khachatryan
>Priority: Major
>  Labels: test-stability
>
> {{TaskManagerWideRocksDbMemorySharingITCase.testBlockCache}} failed in this 
> build: 
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=43763&view=logs&j=a57e0635-3fad-5b08-57c7-a4142d7d6fa9&t=2ef0effc-1da1-50e5-c2bd-aab434b1c5b7&l=9836]
> {code:java}
> Dec 06 16:33:59 [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, 
> Time elapsed: 12.926 s <<< FAILURE! - in 
> org.apache.flink.test.state.TaskManagerWideRocksDbMemorySharingITCase
> Dec 06 16:33:59 [ERROR] 
> org.apache.flink.test.state.TaskManagerWideRocksDbMemorySharingITCase.testBlockCache
>   Time elapsed: 12.907 s  <<< FAILURE!
> Dec 06 16:33:59 java.lang.AssertionError: 
> Dec 06 16:33:59 Block cache usage reported by different tasks varies too 
> much: DoubleSummaryStatistics{count=20, sum=3783523840.00, 
> min=189045056.00, average=189176192.00, max=189569600.00}
> Dec 06 16:33:59 That likely mean that they use different cache objects 
> expected:<1.895696E8> but was:<1.89045056E8>
> Dec 06 16:33:59   at org.junit.Assert.fail(Assert.java:89)
> Dec 06 16:33:59   at org.junit.Assert.failNotEquals(Assert.java:835)
> Dec 06 16:33:59   at org.junit.Assert.assertEquals(Assert.java:555)
> Dec 06 16:33:59   at 
> org.apache.flink.test.state.TaskManagerWideRocksDbMemorySharingITCase.testBlockCache(TaskManagerWideRocksDbMemorySharingITCase.java:133)
> [...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-30328) TaskManagerWideRocksDbMemorySharingITCase.testBlockCache failed

2023-01-19 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl updated FLINK-30328:
--
Priority: Blocker  (was: Major)

> TaskManagerWideRocksDbMemorySharingITCase.testBlockCache failed
> ---
>
> Key: FLINK-30328
> URL: https://issues.apache.org/jira/browse/FLINK-30328
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Coordination, Runtime / State Backends
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Assignee: Roman Khachatryan
>Priority: Blocker
>  Labels: test-stability
>
> {{TaskManagerWideRocksDbMemorySharingITCase.testBlockCache}} failed in this 
> build: 
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=43763&view=logs&j=a57e0635-3fad-5b08-57c7-a4142d7d6fa9&t=2ef0effc-1da1-50e5-c2bd-aab434b1c5b7&l=9836]
> {code:java}
> Dec 06 16:33:59 [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, 
> Time elapsed: 12.926 s <<< FAILURE! - in 
> org.apache.flink.test.state.TaskManagerWideRocksDbMemorySharingITCase
> Dec 06 16:33:59 [ERROR] 
> org.apache.flink.test.state.TaskManagerWideRocksDbMemorySharingITCase.testBlockCache
>   Time elapsed: 12.907 s  <<< FAILURE!
> Dec 06 16:33:59 java.lang.AssertionError: 
> Dec 06 16:33:59 Block cache usage reported by different tasks varies too 
> much: DoubleSummaryStatistics{count=20, sum=3783523840.00, 
> min=189045056.00, average=189176192.00, max=189569600.00}
> Dec 06 16:33:59 That likely mean that they use different cache objects 
> expected:<1.895696E8> but was:<1.89045056E8>
> Dec 06 16:33:59   at org.junit.Assert.fail(Assert.java:89)
> Dec 06 16:33:59   at org.junit.Assert.failNotEquals(Assert.java:835)
> Dec 06 16:33:59   at org.junit.Assert.assertEquals(Assert.java:555)
> Dec 06 16:33:59   at 
> org.apache.flink.test.state.TaskManagerWideRocksDbMemorySharingITCase.testBlockCache(TaskManagerWideRocksDbMemorySharingITCase.java:133)
> [...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30328) TaskManagerWideRocksDbMemorySharingITCase.testBlockCache failed

2023-01-19 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678702#comment-17678702
 ] 

Matthias Pohl commented on FLINK-30328:
---

I'm updating the priority to become a blocker since it appears to only happen 
on master. [~roman]  Are there any updates on that topic?

> TaskManagerWideRocksDbMemorySharingITCase.testBlockCache failed
> ---
>
> Key: FLINK-30328
> URL: https://issues.apache.org/jira/browse/FLINK-30328
> Project: Flink
>  Issue Type: Bug
>  Components: Runtime / Coordination, Runtime / State Backends
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Assignee: Roman Khachatryan
>Priority: Blocker
>  Labels: test-stability
>
> {{TaskManagerWideRocksDbMemorySharingITCase.testBlockCache}} failed in this 
> build: 
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=43763&view=logs&j=a57e0635-3fad-5b08-57c7-a4142d7d6fa9&t=2ef0effc-1da1-50e5-c2bd-aab434b1c5b7&l=9836]
> {code:java}
> Dec 06 16:33:59 [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, 
> Time elapsed: 12.926 s <<< FAILURE! - in 
> org.apache.flink.test.state.TaskManagerWideRocksDbMemorySharingITCase
> Dec 06 16:33:59 [ERROR] 
> org.apache.flink.test.state.TaskManagerWideRocksDbMemorySharingITCase.testBlockCache
>   Time elapsed: 12.907 s  <<< FAILURE!
> Dec 06 16:33:59 java.lang.AssertionError: 
> Dec 06 16:33:59 Block cache usage reported by different tasks varies too 
> much: DoubleSummaryStatistics{count=20, sum=3783523840.00, 
> min=189045056.00, average=189176192.00, max=189569600.00}
> Dec 06 16:33:59 That likely mean that they use different cache objects 
> expected:<1.895696E8> but was:<1.89045056E8>
> Dec 06 16:33:59   at org.junit.Assert.fail(Assert.java:89)
> Dec 06 16:33:59   at org.junit.Assert.failNotEquals(Assert.java:835)
> Dec 06 16:33:59   at org.junit.Assert.assertEquals(Assert.java:555)
> Dec 06 16:33:59   at 
> org.apache.flink.test.state.TaskManagerWideRocksDbMemorySharingITCase.testBlockCache(TaskManagerWideRocksDbMemorySharingITCase.java:133)
> [...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-29859) TPC-DS end-to-end test with adaptive batch scheduler failed due to oo non-empty .out files.

2023-01-19 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678703#comment-17678703
 ] 

Matthias Pohl commented on FLINK-29859:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45036&view=logs&j=87489130-75dc-54e4-1f45-80c30aa367a3&t=73da6d75-f30d-5d5a-acbe-487a9dcff678&l=6279

> TPC-DS end-to-end test with adaptive batch scheduler failed due to oo 
> non-empty .out files.
> ---
>
> Key: FLINK-29859
> URL: https://issues.apache.org/jira/browse/FLINK-29859
> Project: Flink
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Leonard Xu
>Assignee: Lijie Wang
>Priority: Major
>  Labels: pull-request-available, test-stability
> Fix For: 1.17.0, 1.16.2
>
>
> Nov 03 02:02:12 [FAIL] 'TPC-DS end-to-end test with adaptive batch scheduler' 
> failed after 21 minutes and 44 seconds! Test exited with exit code 0 but the 
> logs contained errors, exceptions or non-empty .out files 
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42766&view=logs&s=ae4f8708-9994-57d3-c2d7-b892156e7812&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-29859) TPC-DS end-to-end test with adaptive batch scheduler failed due to oo non-empty .out files.

2023-01-19 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678705#comment-17678705
 ] 

Matthias Pohl commented on FLINK-29859:
---

[~wanglijie] any updates on that one?

> TPC-DS end-to-end test with adaptive batch scheduler failed due to oo 
> non-empty .out files.
> ---
>
> Key: FLINK-29859
> URL: https://issues.apache.org/jira/browse/FLINK-29859
> Project: Flink
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Leonard Xu
>Assignee: Lijie Wang
>Priority: Major
>  Labels: pull-request-available, test-stability
> Fix For: 1.17.0, 1.16.2
>
>
> Nov 03 02:02:12 [FAIL] 'TPC-DS end-to-end test with adaptive batch scheduler' 
> failed after 21 minutes and 44 seconds! Test exited with exit code 0 but the 
> logs contained errors, exceptions or non-empty .out files 
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42766&view=logs&s=ae4f8708-9994-57d3-c2d7-b892156e7812&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-29859) TPC-DS end-to-end test with adaptive batch scheduler failed due to oo non-empty .out files.

2023-01-19 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-29859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl updated FLINK-29859:
--
Priority: Critical  (was: Major)

> TPC-DS end-to-end test with adaptive batch scheduler failed due to oo 
> non-empty .out files.
> ---
>
> Key: FLINK-29859
> URL: https://issues.apache.org/jira/browse/FLINK-29859
> Project: Flink
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Leonard Xu
>Assignee: Lijie Wang
>Priority: Critical
>  Labels: pull-request-available, test-stability
> Fix For: 1.17.0, 1.16.2
>
>
> Nov 03 02:02:12 [FAIL] 'TPC-DS end-to-end test with adaptive batch scheduler' 
> failed after 21 minutes and 44 seconds! Test exited with exit code 0 but the 
> logs contained errors, exceptions or non-empty .out files 
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=42766&view=logs&s=ae4f8708-9994-57d3-c2d7-b892156e7812&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30677) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-19 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678707#comment-17678707
 ] 

Matthias Pohl commented on FLINK-30677:
---

This build didn't contain the fix for the Shengkai's previous comment, yet. I 
document it anyway for completeness reasons:

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45036&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=12619

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30677
> URL: https://issues.apache.org/jira/browse/FLINK-30677
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Assignee: Paul Lin
>Priority: Critical
>  Labels: pull-request-available, test-stability
> Fix For: 1.17.0
>
>
> We're observing a test instability with 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> builds:
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251]
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=14608
> {code:java}
> Jan 13 02:46:10 [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, 
> Time elapsed: 27.279 s <<< FAILURE! - in 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase
> Jan 13 02:46:10 [ERROR] 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements(String)[5]
>   Time elapsed: 1.573 s  <<< FAILURE!
> Jan 13 02:46:10 org.opentest4j.AssertionFailedError: 
> Jan 13 02:46:10 
> Jan 13 02:46:10 expected: 
> Jan 13 02:46:10   "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Licensed to the Apache Software Foundation (ASF) under 
> one or more
> Jan 13 02:46:10   # contributor license agreements.  See the NOTICE file 
> distributed with
> Jan 13 02:46:10   # this work for additional information regarding copyright 
> ownership.
> Jan 13 02:46:10   # The ASF licenses this file to you under the Apache 
> License, Version 2.0
> Jan 13 02:46:10   # (the "License"); you may not use this file except in 
> compliance with
> Jan 13 02:46:10   # the License.  You may obtain a copy of the License at
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # http://www.apache.org/licenses/LICENSE-2.0
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Unless required by applicable law or agreed to in 
> writing, software
> Jan 13 02:46:10   # distributed under the License is distributed on an "AS 
> IS" BASIS,
> Jan 13 02:46:10   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
> express or implied.
> Jan 13 02:46:10   # See the License for the specific language governing 
> permissions and
> Jan 13 02:46:10   # limitations under the License.
> [...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-30677) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-19 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678707#comment-17678707
 ] 

Matthias Pohl edited comment on FLINK-30677 at 1/19/23 1:41 PM:


This build didn't contain the fix for the Shengkai's previous comment, yet. I 
document it anyway for completeness reasons (build git sha: b35cef59):

[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45036&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=12619]


was (Author: mapohl):
This build didn't contain the fix for the Shengkai's previous comment, yet. I 
document it anyway for completeness reasons:

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45036&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=12619

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30677
> URL: https://issues.apache.org/jira/browse/FLINK-30677
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Assignee: Paul Lin
>Priority: Critical
>  Labels: pull-request-available, test-stability
> Fix For: 1.17.0
>
>
> We're observing a test instability with 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> builds:
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251]
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=14608
> {code:java}
> Jan 13 02:46:10 [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, 
> Time elapsed: 27.279 s <<< FAILURE! - in 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase
> Jan 13 02:46:10 [ERROR] 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements(String)[5]
>   Time elapsed: 1.573 s  <<< FAILURE!
> Jan 13 02:46:10 org.opentest4j.AssertionFailedError: 
> Jan 13 02:46:10 
> Jan 13 02:46:10 expected: 
> Jan 13 02:46:10   "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Licensed to the Apache Software Foundation (ASF) under 
> one or more
> Jan 13 02:46:10   # contributor license agreements.  See the NOTICE file 
> distributed with
> Jan 13 02:46:10   # this work for additional information regarding copyright 
> ownership.
> Jan 13 02:46:10   # The ASF licenses this file to you under the Apache 
> License, Version 2.0
> Jan 13 02:46:10   # (the "License"); you may not use this file except in 
> compliance with
> Jan 13 02:46:10   # the License.  You may obtain a copy of the License at
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # http://www.apache.org/licenses/LICENSE-2.0
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Unless required by applicable law or agreed to in 
> writing, software
> Jan 13 02:46:10   # distributed under the License is distributed on an "AS 
> IS" BASIS,
> Jan 13 02:46:10   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
> express or implied.
> Jan 13 02:46:10   # See the License for the specific language governing 
> permissions and
> Jan 13 02:46:10   # limitations under the License.
> [...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (FLINK-30677) SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails

2023-01-19 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678707#comment-17678707
 ] 

Matthias Pohl edited comment on FLINK-30677 at 1/19/23 1:42 PM:


This build didn't contain the fix for the Shengkai's previous comment, yet. I 
document it anyway for completeness reasons (build git sha: b35cef59).

1 build, 2 failures:
 * 
[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45036&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=12619]
 * 
[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45036&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=12976]
 


was (Author: mapohl):
This build didn't contain the fix for the Shengkai's previous comment, yet. I 
document it anyway for completeness reasons (build git sha: b35cef59):

[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45036&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=12619]

> SqlGatewayServiceStatementITCase.testFlinkSqlStatements fails
> -
>
> Key: FLINK-30677
> URL: https://issues.apache.org/jira/browse/FLINK-30677
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Gateway
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Assignee: Paul Lin
>Priority: Critical
>  Labels: pull-request-available, test-stability
> Fix For: 1.17.0
>
>
> We're observing a test instability with 
> {{SqlGatewayServiceStatementITCase.testFlinkSqlStatements}} in the following 
> builds:
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=14251]
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44775&view=logs&j=de826397-1924-5900-0034-51895f69d4b7&t=f311e913-93a2-5a37-acab-4a63e1328f94&l=14608
> {code:java}
> Jan 13 02:46:10 [ERROR] Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, 
> Time elapsed: 27.279 s <<< FAILURE! - in 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase
> Jan 13 02:46:10 [ERROR] 
> org.apache.flink.table.gateway.service.SqlGatewayServiceStatementITCase.testFlinkSqlStatements(String)[5]
>   Time elapsed: 1.573 s  <<< FAILURE!
> Jan 13 02:46:10 org.opentest4j.AssertionFailedError: 
> Jan 13 02:46:10 
> Jan 13 02:46:10 expected: 
> Jan 13 02:46:10   "# table.q - CREATE/DROP/SHOW/ALTER/DESCRIBE TABLE
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Licensed to the Apache Software Foundation (ASF) under 
> one or more
> Jan 13 02:46:10   # contributor license agreements.  See the NOTICE file 
> distributed with
> Jan 13 02:46:10   # this work for additional information regarding copyright 
> ownership.
> Jan 13 02:46:10   # The ASF licenses this file to you under the Apache 
> License, Version 2.0
> Jan 13 02:46:10   # (the "License"); you may not use this file except in 
> compliance with
> Jan 13 02:46:10   # the License.  You may obtain a copy of the License at
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # http://www.apache.org/licenses/LICENSE-2.0
> Jan 13 02:46:10   #
> Jan 13 02:46:10   # Unless required by applicable law or agreed to in 
> writing, software
> Jan 13 02:46:10   # distributed under the License is distributed on an "AS 
> IS" BASIS,
> Jan 13 02:46:10   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
> express or implied.
> Jan 13 02:46:10   # See the License for the specific language governing 
> permissions and
> Jan 13 02:46:10   # limitations under the License.
> [...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


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

2023-01-19 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-26974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678709#comment-17678709
 ] 

Matthias Pohl commented on FLINK-26974:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45037&view=logs&j=bf5e383b-9fd3-5f02-ca1c-8f788e2e76d3&t=85189c57-d8a0-5c9c-b61d-fc05cfac62cf&l=29556

> Python EmbeddedThreadDependencyTests.test_add_python_file failed on azure
> -
>
> Key: FLINK-26974
> URL: https://issues.apache.org/jira/browse/FLINK-26974
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python
>Affects Versions: 1.15.0, 1.16.0, 1.17.0
>Reporter: Yun Gao
>Assignee: Huang Xingbo
>Priority: Critical
>  Labels: auto-deprioritized-major, test-stability
>
> {code:java}
> Mar 31 10:49:17 === FAILURES 
> ===
> Mar 31 10:49:17 __ 
> EmbeddedThreadDependencyTests.test_add_python_file __
> Mar 31 10:49:17 
> Mar 31 10:49:17 self = 
>  testMethod=test_add_python_file>
> Mar 31 10:49:17 
> Mar 31 10:49:17 def test_add_python_file(self):
> Mar 31 10:49:17 python_file_dir = os.path.join(self.tempdir, 
> "python_file_dir_" + str(uuid.uuid4()))
> Mar 31 10:49:17 os.mkdir(python_file_dir)
> Mar 31 10:49:17 python_file_path = os.path.join(python_file_dir, 
> "test_dependency_manage_lib.py")
> Mar 31 10:49:17 with open(python_file_path, 'w') as f:
> Mar 31 10:49:17 f.write("def add_two(a):\nraise 
> Exception('This function should not be called!')")
> Mar 31 10:49:17 self.t_env.add_python_file(python_file_path)
> Mar 31 10:49:17 
> Mar 31 10:49:17 python_file_dir_with_higher_priority = os.path.join(
> Mar 31 10:49:17 self.tempdir, "python_file_dir_" + 
> str(uuid.uuid4()))
> Mar 31 10:49:17 os.mkdir(python_file_dir_with_higher_priority)
> Mar 31 10:49:17 python_file_path_higher_priority = 
> os.path.join(python_file_dir_with_higher_priority,
> Mar 31 10:49:17 
> "test_dependency_manage_lib.py")
> Mar 31 10:49:17 with open(python_file_path_higher_priority, 'w') as f:
> Mar 31 10:49:17 f.write("def add_two(a):\nreturn a + 2")
> Mar 31 10:49:17 
> self.t_env.add_python_file(python_file_path_higher_priority)
> Mar 31 10:49:17 
> Mar 31 10:49:17 def plus_two(i):
> Mar 31 10:49:17 from test_dependency_manage_lib import add_two
> Mar 31 10:49:17 return add_two(i)
> Mar 31 10:49:17 
> Mar 31 10:49:17 self.t_env.create_temporary_system_function(
> Mar 31 10:49:17 "add_two", udf(plus_two, DataTypes.BIGINT(), 
> DataTypes.BIGINT()))
> Mar 31 10:49:17 table_sink = source_sink_utils.TestAppendSink(
> Mar 31 10:49:17 ['a', 'b'], [DataTypes.BIGINT(), 
> DataTypes.BIGINT()])
> Mar 31 10:49:17 self.t_env.register_table_sink("Results", table_sink)
> Mar 31 10:49:17 t = self.t_env.from_elements([(1, 2), (2, 5), (3, 
> 1)], ['a', 'b'])
> Mar 31 10:49:17 >   t.select(expr.call("add_two", t.a), 
> t.a).execute_insert("Results").wait()
> Mar 31 10:49:17 
> Mar 31 10:49:17 pyflink/table/tests/test_dependency.py:63: 
> Mar 31 10:49:17 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ _ _ _ _ _ _ _ _ 
> Mar 31 10:49:17 pyflink/table/table_result.py:76: in wait
> Mar 31 10:49:17 get_method(self._j_table_result, "await")()
> Mar 31 10:49:17 
> .tox/py38-cython/lib/python3.8/site-packages/py4j/java_gateway.py:1321: in 
> __call__
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=34001&view=logs&j=821b528f-1eed-5598-a3b4-7f748b13f261&t=6bb545dd-772d-5d8c-f258-f5085fba3295&l=27239



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-29427) LookupJoinITCase failed with classloader problem

2023-01-19 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-29427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678711#comment-17678711
 ] 

Matthias Pohl commented on FLINK-29427:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45039&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=16184

> LookupJoinITCase failed with classloader problem
> 
>
> Key: FLINK-29427
> URL: https://issues.apache.org/jira/browse/FLINK-29427
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Planner
>Affects Versions: 1.16.0, 1.17.0
>Reporter: Huang Xingbo
>Assignee: Alexander Smirnov
>Priority: Blocker
>  Labels: pull-request-available, test-stability
> Fix For: 1.17.0
>
>
> {code:java}
> 2022-09-27T02:49:20.9501313Z Sep 27 02:49:20 Caused by: 
> org.codehaus.janino.InternalCompilerException: Compiling 
> "KeyProjection$108341": Trying to access closed classloader. Please check if 
> you store classloaders directly or indirectly in static fields. If the 
> stacktrace suggests that the leak occurs in a third party library and cannot 
> be fixed immediately, you can disable this check with the configuration 
> 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9502654Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.compileUnit(UnitCompiler.java:382)
> 2022-09-27T02:49:20.9503366Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:237)
> 2022-09-27T02:49:20.9504044Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.compileToClassLoader(SimpleCompiler.java:465)
> 2022-09-27T02:49:20.9504704Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:216)
> 2022-09-27T02:49:20.9505341Z Sep 27 02:49:20  at 
> org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:207)
> 2022-09-27T02:49:20.9505965Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:80)
> 2022-09-27T02:49:20.9506584Z Sep 27 02:49:20  at 
> org.codehaus.commons.compiler.Cookable.cook(Cookable.java:75)
> 2022-09-27T02:49:20.9507261Z Sep 27 02:49:20  at 
> org.apache.flink.table.runtime.generated.CompileUtils.doCompile(CompileUtils.java:104)
> 2022-09-27T02:49:20.9507883Z Sep 27 02:49:20  ... 30 more
> 2022-09-27T02:49:20.9509266Z Sep 27 02:49:20 Caused by: 
> java.lang.IllegalStateException: Trying to access closed classloader. Please 
> check if you store classloaders directly or indirectly in static fields. If 
> the stacktrace suggests that the leak occurs in a third party library and 
> cannot be fixed immediately, you can disable this check with the 
> configuration 'classloader.check-leaked-classloader'.
> 2022-09-27T02:49:20.9510835Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.ensureInner(FlinkUserCodeClassLoaders.java:184)
> 2022-09-27T02:49:20.9511760Z Sep 27 02:49:20  at 
> org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader.loadClass(FlinkUserCodeClassLoaders.java:192)
> 2022-09-27T02:49:20.9512456Z Sep 27 02:49:20  at 
> java.lang.Class.forName0(Native Method)
> 2022-09-27T02:49:20.9513014Z Sep 27 02:49:20  at 
> java.lang.Class.forName(Class.java:348)
> 2022-09-27T02:49:20.9513649Z Sep 27 02:49:20  at 
> org.codehaus.janino.ClassLoaderIClassLoader.findIClass(ClassLoaderIClassLoader.java:89)
> 2022-09-27T02:49:20.9514339Z Sep 27 02:49:20  at 
> org.codehaus.janino.IClassLoader.loadIClass(IClassLoader.java:312)
> 2022-09-27T02:49:20.9514990Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.findTypeByName(UnitCompiler.java:8556)
> 2022-09-27T02:49:20.9515659Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6749)
> 2022-09-27T02:49:20.9516337Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getReferenceType(UnitCompiler.java:6594)
> 2022-09-27T02:49:20.9516989Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.getType2(UnitCompiler.java:6573)
> 2022-09-27T02:49:20.9517632Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler.access$13900(UnitCompiler.java:215)
> 2022-09-27T02:49:20.9518319Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6481)
> 2022-09-27T02:49:20.9519018Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22$1.visitReferenceType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9519680Z Sep 27 02:49:20  at 
> org.codehaus.janino.Java$ReferenceType.accept(Java.java:3928)
> 2022-09-27T02:49:20.9520386Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6476)
> 2022-09-27T02:49:20.9521042Z Sep 27 02:49:20  at 
> org.codehaus.janino.UnitCompiler$22.visitType(UnitCompiler.java:6469)

[jira] [Created] (FLINK-30756) StreamTableExplainTests.test_explain fails

2023-01-19 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-30756:
-

 Summary: StreamTableExplainTests.test_explain fails
 Key: FLINK-30756
 URL: https://issues.apache.org/jira/browse/FLINK-30756
 Project: Flink
  Issue Type: Bug
  Components: API / Python
Affects Versions: 1.17.0
Reporter: Matthias Pohl


We observed StreamTableExplainTests.test_explain failing on {{{}master{}}}. I'm 
marking this as a blocker because it, so far, only appeared for 1.17.

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45055&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=c67e71ed-6451-5d26-8920-5a8cf9651901&l=25533



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30756) StreamTableExplainTests.test_explain fails

2023-01-19 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678713#comment-17678713
 ] 

Matthias Pohl commented on FLINK-30756:
---

[~dianfu] [~Yellow] 

> StreamTableExplainTests.test_explain fails
> --
>
> Key: FLINK-30756
> URL: https://issues.apache.org/jira/browse/FLINK-30756
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Blocker
>  Labels: test-stability
>
> We observed StreamTableExplainTests.test_explain failing on {{{}master{}}}. 
> I'm marking this as a blocker because it, so far, only appeared for 1.17.
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45055&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=c67e71ed-6451-5d26-8920-5a8cf9651901&l=25533



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30756) StreamTableExplainTests.test_explain fails

2023-01-19 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678715#comment-17678715
 ] 

Matthias Pohl commented on FLINK-30756:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45069&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=c67e71ed-6451-5d26-8920-5a8cf9651901&l=25556

> StreamTableExplainTests.test_explain fails
> --
>
> Key: FLINK-30756
> URL: https://issues.apache.org/jira/browse/FLINK-30756
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Blocker
>  Labels: test-stability
>
> We observed StreamTableExplainTests.test_explain failing on {{{}master{}}}. 
> I'm marking this as a blocker because it, so far, only appeared for 1.17.
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45055&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=c67e71ed-6451-5d26-8920-5a8cf9651901&l=25533



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-30756) StreamTableExplainTests.test_explain fails

2023-01-19 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl updated FLINK-30756:
--
Description: 
We observed StreamTableExplainTests.test_explain failing on {{{}master{}}}. I'm 
marking this as a blocker because it, so far, only appeared for 1.17.

[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45055&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=c67e71ed-6451-5d26-8920-5a8cf9651901&l=25533]

Also, other tests failed:
{code:java}
Jan 19 08:29:57 FAILED 
pyflink/table/tests/test_explain.py::StreamTableExplainTests::test_explain
Jan 19 08:29:57 FAILED 
pyflink/table/tests/test_sql.py::StreamSqlTests::test_sql_ddl - py4j.p...
Jan 19 08:29:57 FAILED 
pyflink/table/tests/test_table_environment_api.py::TableEnvironmentTest::test_explain
Jan 19 08:29:57 FAILED 
pyflink/table/tests/test_table_environment_api.py::TableEnvironmentTest::test_explain_with_extended
Jan 19 08:29:57 FAILED 
pyflink/table/tests/test_table_environment_api.py::TableEnvironmentTest::test_explain_with_multi_sinks
Jan 19 08:29:57 FAILED 
pyflink/table/tests/test_udaf.py::StreamTableAggregateTests::test_using_decorator
 {code}

  was:
We observed StreamTableExplainTests.test_explain failing on {{{}master{}}}. I'm 
marking this as a blocker because it, so far, only appeared for 1.17.

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45055&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=c67e71ed-6451-5d26-8920-5a8cf9651901&l=25533


> StreamTableExplainTests.test_explain fails
> --
>
> Key: FLINK-30756
> URL: https://issues.apache.org/jira/browse/FLINK-30756
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Blocker
>  Labels: test-stability
>
> We observed StreamTableExplainTests.test_explain failing on {{{}master{}}}. 
> I'm marking this as a blocker because it, so far, only appeared for 1.17.
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45055&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=c67e71ed-6451-5d26-8920-5a8cf9651901&l=25533]
> Also, other tests failed:
> {code:java}
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_explain.py::StreamTableExplainTests::test_explain
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_sql.py::StreamSqlTests::test_sql_ddl - py4j.p...
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_table_environment_api.py::TableEnvironmentTest::test_explain
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_table_environment_api.py::TableEnvironmentTest::test_explain_with_extended
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_table_environment_api.py::TableEnvironmentTest::test_explain_with_multi_sinks
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_udaf.py::StreamTableAggregateTests::test_using_decorator
>  {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30756) StreamTableExplainTests.test_explain fails

2023-01-19 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678717#comment-17678717
 ] 

Matthias Pohl commented on FLINK-30756:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45072&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=c67e71ed-6451-5d26-8920-5a8cf9651901

> StreamTableExplainTests.test_explain fails
> --
>
> Key: FLINK-30756
> URL: https://issues.apache.org/jira/browse/FLINK-30756
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Blocker
>  Labels: test-stability
>
> We observed StreamTableExplainTests.test_explain failing on {{{}master{}}}. 
> I'm marking this as a blocker because it, so far, only appeared for 1.17.
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45055&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=c67e71ed-6451-5d26-8920-5a8cf9651901&l=25533]
> Also, other tests failed:
> {code:java}
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_explain.py::StreamTableExplainTests::test_explain
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_sql.py::StreamSqlTests::test_sql_ddl - py4j.p...
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_table_environment_api.py::TableEnvironmentTest::test_explain
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_table_environment_api.py::TableEnvironmentTest::test_explain_with_extended
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_table_environment_api.py::TableEnvironmentTest::test_explain_with_multi_sinks
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_udaf.py::StreamTableAggregateTests::test_using_decorator
>  {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (FLINK-30733) The AzureCI Slack bot does not list all failed builds in the Slack channel

2023-01-19 Thread Matthias Pohl (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-30733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Pohl updated FLINK-30733:
--
Description: 
We've experienced failing builds not being reported by the AzureCI Slack bot in 
[Apache Flink/#builds Slack 
channel|https://apache-flink.slack.com/archives/C03MR1HQHK2].

Builds affected:
 * 
[20230118.2|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44988&view=results]
 (["manual" Slack 
thread|https://apache-flink.slack.com/archives/C03MR1HQHK2/p1674032103576869])
 * 
[20230113.8|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44782&view=results]
 (["manual" Slack 
thread|https://apache-flink.slack.com/archives/C03MR1HQHK2/p1673615705103309])
 * 
[20230119.6|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45044&view=results]
 (["manual" Slack 
thread|https://apache-flink.slack.com/archives/C03MR1HQHK2/p1674136551787109])

  was:
We've experienced failing builds not being reported by the AzureCI Slack bot in 
[Apache Flink/#builds Slack 
channel|https://apache-flink.slack.com/archives/C03MR1HQHK2].

Builds affected:
* 
[20230118.2|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44988&view=results]
 ([Slack 
thread|https://apache-flink.slack.com/archives/C03MR1HQHK2/p1674032103576869])
* 
[20230113.8|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44782&view=results]
 ([Slack 
thread|https://apache-flink.slack.com/archives/C03MR1HQHK2/p1673615705103309])


> The AzureCI Slack bot does not list all failed builds in the Slack channel
> --
>
> Key: FLINK-30733
> URL: https://issues.apache.org/jira/browse/FLINK-30733
> Project: Flink
>  Issue Type: Bug
>  Components: Test Infrastructure
>Affects Versions: 1.16.0, 1.17.0, 1.15.3
>Reporter: Matthias Pohl
>Priority: Critical
>  Labels: test-stability
>
> We've experienced failing builds not being reported by the AzureCI Slack bot 
> in [Apache Flink/#builds Slack 
> channel|https://apache-flink.slack.com/archives/C03MR1HQHK2].
> Builds affected:
>  * 
> [20230118.2|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44988&view=results]
>  (["manual" Slack 
> thread|https://apache-flink.slack.com/archives/C03MR1HQHK2/p1674032103576869])
>  * 
> [20230113.8|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=44782&view=results]
>  (["manual" Slack 
> thread|https://apache-flink.slack.com/archives/C03MR1HQHK2/p1673615705103309])
>  * 
> [20230119.6|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45044&view=results]
>  (["manual" Slack 
> thread|https://apache-flink.slack.com/archives/C03MR1HQHK2/p1674136551787109])



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30756) StreamTableExplainTests.test_explain fails

2023-01-19 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678719#comment-17678719
 ] 

Matthias Pohl commented on FLINK-30756:
---

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45044&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=c67e71ed-6451-5d26-8920-5a8cf9651901&l=26330

> StreamTableExplainTests.test_explain fails
> --
>
> Key: FLINK-30756
> URL: https://issues.apache.org/jira/browse/FLINK-30756
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Blocker
>  Labels: test-stability
>
> We observed StreamTableExplainTests.test_explain failing on {{{}master{}}}. 
> I'm marking this as a blocker because it, so far, only appeared for 1.17.
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45055&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=c67e71ed-6451-5d26-8920-5a8cf9651901&l=25533]
> Also, other tests failed:
> {code:java}
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_explain.py::StreamTableExplainTests::test_explain
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_sql.py::StreamSqlTests::test_sql_ddl - py4j.p...
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_table_environment_api.py::TableEnvironmentTest::test_explain
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_table_environment_api.py::TableEnvironmentTest::test_explain_with_extended
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_table_environment_api.py::TableEnvironmentTest::test_explain_with_multi_sinks
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_udaf.py::StreamTableAggregateTests::test_using_decorator
>  {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (FLINK-30756) StreamTableExplainTests.test_explain fails

2023-01-19 Thread Matthias Pohl (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-30756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678721#comment-17678721
 ] 

Matthias Pohl commented on FLINK-30756:
---

0bbc7b1e9fed89b8c3e8ec67b7b0dad5999c2c01 was added as the only Python-related 
commit between 
[20230119.4|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45039&view=results]
 (0b8a83ce) and 
[20230119.6|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45044&view=results]
 (0bbc7b1e).

I'm going to revert 0bbc7b1e9fed89b8c3e8ec67b7b0dad5999c2c01 and reopen 
FLINK-30191.

> StreamTableExplainTests.test_explain fails
> --
>
> Key: FLINK-30756
> URL: https://issues.apache.org/jira/browse/FLINK-30756
> Project: Flink
>  Issue Type: Bug
>  Components: API / Python
>Affects Versions: 1.17.0
>Reporter: Matthias Pohl
>Priority: Blocker
>  Labels: test-stability
>
> We observed StreamTableExplainTests.test_explain failing on {{{}master{}}}. 
> I'm marking this as a blocker because it, so far, only appeared for 1.17.
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45055&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=c67e71ed-6451-5d26-8920-5a8cf9651901&l=25533]
> Also, other tests failed:
> {code:java}
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_explain.py::StreamTableExplainTests::test_explain
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_sql.py::StreamSqlTests::test_sql_ddl - py4j.p...
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_table_environment_api.py::TableEnvironmentTest::test_explain
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_table_environment_api.py::TableEnvironmentTest::test_explain_with_extended
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_table_environment_api.py::TableEnvironmentTest::test_explain_with_multi_sinks
> Jan 19 08:29:57 FAILED 
> pyflink/table/tests/test_udaf.py::StreamTableAggregateTests::test_using_decorator
>  {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


<    2   3   4   5   6   7   8   9   10   11   >