[jira] [Created] (FLINK-31995) DirectExecutorService doesn't follow the ExecutorService contract throwing a RejectedExecutionException in case it's already shut down

2023-05-04 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-31995: - Summary: DirectExecutorService doesn't follow the ExecutorService contract throwing a RejectedExecutionException in case it's already shut down Key: FLINK-31995 URL: https://iss

[jira] [Created] (FLINK-31999) CI fails in preparing the e2e test runs due openssl unavailable

2023-05-04 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-31999: - Summary: CI fails in preparing the e2e test runs due openssl unavailable Key: FLINK-31999 URL: https://issues.apache.org/jira/browse/FLINK-31999 Project: Flink

[jira] [Created] (FLINK-32013) Moves DefaultLeaderElectionService.startLeaderElectionBackend() into HAServices

2023-05-05 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32013: - Summary: Moves DefaultLeaderElectionService.startLeaderElectionBackend() into HAServices Key: FLINK-32013 URL: https://issues.apache.org/jira/browse/FLINK-32013 Pro

[jira] [Created] (FLINK-32029) FutureUtils.handleUncaughtException swallows exceptions that are caused by the exception handler code

2023-05-08 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32029: - Summary: FutureUtils.handleUncaughtException swallows exceptions that are caused by the exception handler code Key: FLINK-32029 URL: https://issues.apache.org/jira/browse/FLINK-

[jira] [Created] (FLINK-32039) ExecutorServiceResource and ExecutorServiceExtension's shutdown mechanism doesn't include a forced shutdown

2023-05-08 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32039: - Summary: ExecutorServiceResource and ExecutorServiceExtension's shutdown mechanism doesn't include a forced shutdown Key: FLINK-32039 URL: https://issues.apache.org/jira/browse/

[jira] [Created] (FLINK-32098) Dispatcher#submitJob calls Dispatcher#isInGloballyTerminalState up to three times which might be expensive due to IO

2023-05-15 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32098: - Summary: Dispatcher#submitJob calls Dispatcher#isInGloballyTerminalState up to three times which might be expensive due to IO Key: FLINK-32098 URL: https://issues.apache.org/ji

[jira] [Created] (FLINK-32105) Add apache/flink-training release to docs about creating a Flink release

2023-05-16 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32105: - Summary: Add apache/flink-training release to docs about creating a Flink release Key: FLINK-32105 URL: https://issues.apache.org/jira/browse/FLINK-32105 Project: F

[jira] [Created] (FLINK-32108) KubernetesExtension calls assumeThat in @BeforeAll callback which doesn't print the actual failure message

2023-05-16 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32108: - Summary: KubernetesExtension calls assumeThat in @BeforeAll callback which doesn't print the actual failure message Key: FLINK-32108 URL: https://issues.apache.org/jira/browse/F

[jira] [Created] (FLINK-32113) TtlMapStateAllEntriesTestContext failure in generic types

2023-05-16 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32113: - Summary: TtlMapStateAllEntriesTestContext failure in generic types Key: FLINK-32113 URL: https://issues.apache.org/jira/browse/FLINK-32113 Project: Flink I

[jira] [Created] (FLINK-32157) Replaces LeaderConnectionInfo with LeaderInformation

2023-05-22 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32157: - Summary: Replaces LeaderConnectionInfo with LeaderInformation Key: FLINK-32157 URL: https://issues.apache.org/jira/browse/FLINK-32157 Project: Flink Issue

[jira] [Created] (FLINK-32177) Refactor MultipleComponentLeaderElectionDriver.Listener.notifyAllKnownLeaderInformation(Collection)

2023-05-24 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32177: - Summary: Refactor MultipleComponentLeaderElectionDriver.Listener.notifyAllKnownLeaderInformation(Collection) Key: FLINK-32177 URL: https://issues.apache.org/jira/browse/FLINK-32

[jira] [Created] (FLINK-32180) Move error handling into MultipleComponentLeaderElectionDriverFactory

2023-05-24 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32180: - Summary: Move error handling into MultipleComponentLeaderElectionDriverFactory Key: FLINK-32180 URL: https://issues.apache.org/jira/browse/FLINK-32180 Project: Flin

[jira] [Created] (FLINK-32200) OrcFileSystemITCase cashed with exit code 239 (NoClassDefFoundError: scala/concurrent/duration/Deadline)

2023-05-25 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32200: - Summary: OrcFileSystemITCase cashed with exit code 239 (NoClassDefFoundError: scala/concurrent/duration/Deadline) Key: FLINK-32200 URL: https://issues.apache.org/jira/browse/FLI

[jira] [Created] (FLINK-32339) Align lock usage in DefaultLeaderElectionService

2023-06-14 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32339: - Summary: Align lock usage in DefaultLeaderElectionService Key: FLINK-32339 URL: https://issues.apache.org/jira/browse/FLINK-32339 Project: Flink Issue Type

[jira] [Created] (FLINK-32366) YarnConfigurationITCase.testFlinkContainerMemory fails with ConnectException (msg: Connection refused)

2023-06-16 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32366: - Summary: YarnConfigurationITCase.testFlinkContainerMemory fails with ConnectException (msg: Connection refused) Key: FLINK-32366 URL: https://issues.apache.org/jira/browse/FLINK

[jira] [Created] (FLINK-32368) KubernetesTestFixture doesn't implement the checkAndUpdateConfigMapFunction properly

2023-06-16 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32368: - Summary: KubernetesTestFixture doesn't implement the checkAndUpdateConfigMapFunction properly Key: FLINK-32368 URL: https://issues.apache.org/jira/browse/FLINK-32368

[jira] [Created] (FLINK-32381) Replaces error handling functionality with onError method in MultipleComponentLeaderElectionDriver.Listener interface

2023-06-19 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32381: - Summary: Replaces error handling functionality with onError method in MultipleComponentLeaderElectionDriver.Listener interface Key: FLINK-32381 URL: https://issues.apache.org/ji

[jira] [Created] (FLINK-32382) SQL JDBC e2e test failed with FlinkJobNotFoundException

2023-06-19 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32382: - Summary: SQL JDBC e2e test failed with FlinkJobNotFoundException Key: FLINK-32382 URL: https://issues.apache.org/jira/browse/FLINK-32382 Project: Flink Iss

[jira] [Created] (FLINK-32409) Remove MultipleComponentLeaderElectionDriverAdapter

2023-06-21 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32409: - Summary: Remove MultipleComponentLeaderElectionDriverAdapter Key: FLINK-32409 URL: https://issues.apache.org/jira/browse/FLINK-32409 Project: Flink Issue T

[jira] [Created] (FLINK-32413) Add fallback error handler to DefaultLeaderElectionService

2023-06-22 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32413: - Summary: Add fallback error handler to DefaultLeaderElectionService Key: FLINK-32413 URL: https://issues.apache.org/jira/browse/FLINK-32413 Project: Flink

[jira] [Created] (FLINK-32419) Remove unused/obsolete classes

2023-06-23 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32419: - Summary: Remove unused/obsolete classes Key: FLINK-32419 URL: https://issues.apache.org/jira/browse/FLINK-32419 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-32421) EmbeddedLeaderServiceTest.testConcurrentRevokeLeadershipAndShutdown is not properly implemented

2023-06-23 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32421: - Summary: EmbeddedLeaderServiceTest.testConcurrentRevokeLeadershipAndShutdown is not properly implemented Key: FLINK-32421 URL: https://issues.apache.org/jira/browse/FLINK-32421

[jira] [Created] (FLINK-32422) EmbeddedLeaderService doesn't handle the leader events properly in edge cases

2023-06-23 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32422: - Summary: EmbeddedLeaderService doesn't handle the leader events properly in edge cases Key: FLINK-32422 URL: https://issues.apache.org/jira/browse/FLINK-32422 Proje

[jira] [Created] (FLINK-32435) Merge testing implementations of LeaderContender

2023-06-26 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32435: - Summary: Merge testing implementations of LeaderContender Key: FLINK-32435 URL: https://issues.apache.org/jira/browse/FLINK-32435 Project: Flink Issue Type

[jira] [Created] (FLINK-32436) Remove obsolete LeaderContender.getDescription method

2023-06-26 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32436: - Summary: Remove obsolete LeaderContender.getDescription method Key: FLINK-32436 URL: https://issues.apache.org/jira/browse/FLINK-32436 Project: Flink Issue

[jira] [Created] (FLINK-32438) Merge AbstractZooKeeperHaServices and ZooKeeperMultipleComponentLeaderElectionHaServices

2023-06-26 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32438: - Summary: Merge AbstractZooKeeperHaServices and ZooKeeperMultipleComponentLeaderElectionHaServices Key: FLINK-32438 URL: https://issues.apache.org/jira/browse/FLINK-32438

[jira] [Created] (FLINK-32445) BlobStore.closeAndCleanupAllData doesn't do any close action

2023-06-27 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32445: - Summary: BlobStore.closeAndCleanupAllData doesn't do any close action Key: FLINK-32445 URL: https://issues.apache.org/jira/browse/FLINK-32445 Project: Flink

[jira] [Created] (FLINK-32502) Remove AbstractLeaderElectionService

2023-06-30 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32502: - Summary: Remove AbstractLeaderElectionService Key: FLINK-32502 URL: https://issues.apache.org/jira/browse/FLINK-32502 Project: Flink Issue Type: Technical

[jira] [Created] (FLINK-32503) FLIP-285 technical debt

2023-06-30 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32503: - Summary: FLIP-285 technical debt Key: FLINK-32503 URL: https://issues.apache.org/jira/browse/FLINK-32503 Project: Flink Issue Type: Technical Debt

[jira] [Created] (FLINK-32504) DefaultLeaderElectionService#running field can be removed

2023-06-30 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32504: - Summary: DefaultLeaderElectionService#running field can be removed Key: FLINK-32504 URL: https://issues.apache.org/jira/browse/FLINK-32504 Project: Flink I

[jira] [Created] (FLINK-32505) Compilation error in ProducerMergedPartitionFileWriter

2023-06-30 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32505: - Summary: Compilation error in ProducerMergedPartitionFileWriter Key: FLINK-32505 URL: https://issues.apache.org/jira/browse/FLINK-32505 Project: Flink Issu

[jira] [Created] (FLINK-32556) Renames contenderID into componentId

2023-07-06 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32556: - Summary: Renames contenderID into componentId Key: FLINK-32556 URL: https://issues.apache.org/jira/browse/FLINK-32556 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-32570) Deprecate API that uses Flink's Time implementation (related to FLINK-14638)

2023-07-10 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32570: - Summary: Deprecate API that uses Flink's Time implementation (related to FLINK-14638) Key: FLINK-32570 URL: https://issues.apache.org/jira/browse/FLINK-32570 Projec

[jira] [Created] (FLINK-32582) Move TypeSerializerUpgradeTestBase from Kafka connector into flink-connector-common

2023-07-12 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32582: - Summary: Move TypeSerializerUpgradeTestBase from Kafka connector into flink-connector-common Key: FLINK-32582 URL: https://issues.apache.org/jira/browse/FLINK-32582

[jira] [Created] (FLINK-32678) Test FLIP-285 LeaderElection

2023-07-25 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32678: - Summary: Test FLIP-285 LeaderElection Key: FLINK-32678 URL: https://issues.apache.org/jira/browse/FLINK-32678 Project: Flink Issue Type: Technical Debt

[jira] [Created] (FLINK-32684) Renaming AkkaOptions into PekkoOptions

2023-07-26 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32684: - Summary: Renaming AkkaOptions into PekkoOptions Key: FLINK-32684 URL: https://issues.apache.org/jira/browse/FLINK-32684 Project: Flink Issue Type: Technica

[jira] [Created] (FLINK-32688) Remove deprecated exception history fields

2023-07-26 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32688: - Summary: Remove deprecated exception history fields Key: FLINK-32688 URL: https://issues.apache.org/jira/browse/FLINK-32688 Project: Flink Issue Type: Sub-

[jira] [Created] (FLINK-32710) The LeaderElection component IDs for running is only the JobID which might be confusing in the log output

2023-07-28 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32710: - Summary: The LeaderElection component IDs for running is only the JobID which might be confusing in the log output Key: FLINK-32710 URL: https://issues.apache.org/jira/browse/FL

[jira] [Created] (FLINK-32715) ProcessFailureCancelingITCase.testCancelingOnProcessFailure

2023-07-31 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32715: - Summary: ProcessFailureCancelingITCase.testCancelingOnProcessFailure Key: FLINK-32715 URL: https://issues.apache.org/jira/browse/FLINK-32715 Project: Flink

[jira] [Created] (FLINK-32722) 239 exit code in flink-runtime

2023-08-01 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32722: - Summary: 239 exit code in flink-runtime Key: FLINK-32722 URL: https://issues.apache.org/jira/browse/FLINK-32722 Project: Flink Issue Type: Bug Co

[jira] [Created] (FLINK-32731) SqlGatewayE2ECase.testHiveServer2ExecuteStatement failed due to MetaException

2023-08-01 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32731: - Summary: SqlGatewayE2ECase.testHiveServer2ExecuteStatement failed due to MetaException Key: FLINK-32731 URL: https://issues.apache.org/jira/browse/FLINK-32731 Proje

[jira] [Created] (FLINK-32734) Add .mvn/maven.config to .gitignore

2023-08-02 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32734: - Summary: Add .mvn/maven.config to .gitignore Key: FLINK-32734 URL: https://issues.apache.org/jira/browse/FLINK-32734 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-32744) HiveDialectQueryITCase.testWithOverWindow fails with timeout

2023-08-03 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32744: - Summary: HiveDialectQueryITCase.testWithOverWindow fails with timeout Key: FLINK-32744 URL: https://issues.apache.org/jira/browse/FLINK-32744 Project: Flink

[jira] [Created] (FLINK-32768) SpeculativeSchedulerITCase.testSpeculativeExecutionOfInputFormatSource times out

2023-08-07 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32768: - Summary: SpeculativeSchedulerITCase.testSpeculativeExecutionOfInputFormatSource times out Key: FLINK-32768 URL: https://issues.apache.org/jira/browse/FLINK-32768 Pr

[jira] [Created] (FLINK-32806) EmbeddedJobResultStore keeps the non-dirty job entries forever

2023-08-08 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32806: - Summary: EmbeddedJobResultStore keeps the non-dirty job entries forever Key: FLINK-32806 URL: https://issues.apache.org/jira/browse/FLINK-32806 Project: Flink

[jira] [Created] (FLINK-32902) Docs creation and checks in multiple locations

2023-08-21 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32902: - Summary: Docs creation and checks in multiple locations Key: FLINK-32902 URL: https://issues.apache.org/jira/browse/FLINK-32902 Project: Flink Issue Type:

[jira] [Created] (FLINK-32910) Silence curls in test code

2023-08-22 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32910: - Summary: Silence curls in test code Key: FLINK-32910 URL: https://issues.apache.org/jira/browse/FLINK-32910 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-32945) NullPointerException when executing TopSpeedWindowing example with checkpointing enabled

2023-08-23 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32945: - Summary: NullPointerException when executing TopSpeedWindowing example with checkpointing enabled Key: FLINK-32945 URL: https://issues.apache.org/jira/browse/FLINK-32945

[jira] [Created] (FLINK-32946) Start End of Life discussion thread for now outdated Flink minor version

2023-08-23 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32946: - Summary: Start End of Life discussion thread for now outdated Flink minor version Key: FLINK-32946 URL: https://issues.apache.org/jira/browse/FLINK-32946 Project: F

[jira] [Created] (FLINK-32987) BlobClientSslTest>BlobClientTest.testSocketTimeout expected SocketTimeoutException but identified SSLException

2023-08-29 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32987: - Summary: BlobClientSslTest>BlobClientTest.testSocketTimeout expected SocketTimeoutException but identified SSLException Key: FLINK-32987 URL: https://issues.apache.org/jira/brow

[jira] [Created] (FLINK-32988) HiveITCase failed due to TestContainer not coming up

2023-08-29 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32988: - Summary: HiveITCase failed due to TestContainer not coming up Key: FLINK-32988 URL: https://issues.apache.org/jira/browse/FLINK-32988 Project: Flink Issue

[jira] [Created] (FLINK-32994) LeaderElectionDriver.toString() is not implemented

2023-08-29 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-32994: - Summary: LeaderElectionDriver.toString() is not implemented Key: FLINK-32994 URL: https://issues.apache.org/jira/browse/FLINK-32994 Project: Flink Issue Ty

[jira] [Created] (FLINK-33000) SqlGatewayServiceITCase should utilize TestExecutorExtension instead of using a ThreadFactory

2023-08-30 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33000: - Summary: SqlGatewayServiceITCase should utilize TestExecutorExtension instead of using a ThreadFactory Key: FLINK-33000 URL: https://issues.apache.org/jira/browse/FLINK-33000

[jira] [Created] (FLINK-33009) tools/release/update_japicmp_configuration.sh

2023-08-31 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33009: - Summary: tools/release/update_japicmp_configuration.sh Key: FLINK-33009 URL: https://issues.apache.org/jira/browse/FLINK-33009 Project: Flink Issue Type: B

[jira] [Created] (FLINK-33040) flink-connector-hive builds might be blocked (but not fail) because Maven tries to access conjars.org repository (which times out)

2023-09-05 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33040: - Summary: flink-connector-hive builds might be blocked (but not fail) because Maven tries to access conjars.org repository (which times out) Key: FLINK-33040 URL: https://issues.

[jira] [Created] (FLINK-33214) Moving away from the Ververica-owned S3 bucket and use Apache Infra's nightly SVN instead

2023-10-09 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33214: - Summary: Moving away from the Ververica-owned S3 bucket and use Apache Infra's nightly SVN instead Key: FLINK-33214 URL: https://issues.apache.org/jira/browse/FLINK-33214

[jira] [Created] (FLINK-33241) Align config option generation documentation for Flink's config documentation

2023-10-11 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33241: - Summary: Align config option generation documentation for Flink's config documentation Key: FLINK-33241 URL: https://issues.apache.org/jira/browse/FLINK-33241 Proje

[jira] [Created] (FLINK-33242) flink-misc doesn't succeed due to the YARN tests

2023-10-11 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33242: - Summary: flink-misc doesn't succeed due to the YARN tests Key: FLINK-33242 URL: https://issues.apache.org/jira/browse/FLINK-33242 Project: Flink Issue Type

[jira] [Created] (FLINK-33243) .scalafmt.conf cannot be found in Test packaging/licensing job

2023-10-11 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33243: - Summary: .scalafmt.conf cannot be found in Test packaging/licensing job Key: FLINK-33243 URL: https://issues.apache.org/jira/browse/FLINK-33243 Project: Flink

[jira] [Created] (FLINK-33245) finegrained_resource_management module failed

2023-10-11 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33245: - Summary: finegrained_resource_management module failed Key: FLINK-33245 URL: https://issues.apache.org/jira/browse/FLINK-33245 Project: Flink Issue Type: S

[jira] [Created] (FLINK-33247) IllegalArgumentException in NoticeFileChecker

2023-10-11 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33247: - Summary: IllegalArgumentException in NoticeFileChecker Key: FLINK-33247 URL: https://issues.apache.org/jira/browse/FLINK-33247 Project: Flink Issue Type: S

[jira] [Created] (FLINK-33252) LicenseChecker fails in GHA but succeeds in Azure

2023-10-12 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33252: - Summary: LicenseChecker fails in GHA but succeeds in Azure Key: FLINK-33252 URL: https://issues.apache.org/jira/browse/FLINK-33252 Project: Flink Issue Typ

[jira] [Created] (FLINK-33253) test_pyflink.sh fails: zip is missing in Docker image

2023-10-12 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33253: - Summary: test_pyflink.sh fails: zip is missing in Docker image Key: FLINK-33253 URL: https://issues.apache.org/jira/browse/FLINK-33253 Project: Flink Issue

[jira] [Created] (FLINK-33254) Improve speed of compile step

2023-10-12 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33254: - Summary: Improve speed of compile step Key: FLINK-33254 URL: https://issues.apache.org/jira/browse/FLINK-33254 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-33256) Fatal error due to dubious ownership in docs-404-check

2023-10-12 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33256: - Summary: Fatal error due to dubious ownership in docs-404-check Key: FLINK-33256 URL: https://issues.apache.org/jira/browse/FLINK-33256 Project: Flink Issu

[jira] [Created] (FLINK-33258) Remove Kafka/Gelly module

2023-10-12 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33258: - Summary: Remove Kafka/Gelly module Key: FLINK-33258 URL: https://issues.apache.org/jira/browse/FLINK-33258 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-33270) Think about installing Java instead of providing it through Docker

2023-10-13 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33270: - Summary: Think about installing Java instead of providing it through Docker Key: FLINK-33270 URL: https://issues.apache.org/jira/browse/FLINK-33270 Project: Flink

[jira] [Created] (FLINK-33276) Reorganize CI stages

2023-10-13 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33276: - Summary: Reorganize CI stages Key: FLINK-33276 URL: https://issues.apache.org/jira/browse/FLINK-33276 Project: Flink Issue Type: Technical Debt C

[jira] [Created] (FLINK-33277) Upgrading to actions/checkout@v4 requires GLIBC 2.25, 2.27, or 2.28 to be installed, apparently

2023-10-15 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33277: - Summary: Upgrading to actions/checkout@v4 requires GLIBC 2.25, 2.27, or 2.28 to be installed, apparently Key: FLINK-33277 URL: https://issues.apache.org/jira/browse/FLINK-33277

[jira] [Created] (FLINK-33280) tests module: HybridShuffleITCase.testHybridSelectiveExchangesRestart due to timeout

2023-10-16 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33280: - Summary: tests module: HybridShuffleITCase.testHybridSelectiveExchangesRestart due to timeout Key: FLINK-33280 URL: https://issues.apache.org/jira/browse/FLINK-33280

[jira] [Created] (FLINK-33281) e2e 2 module: PyFlink end-to-end test

2023-10-16 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33281: - Summary: e2e 2 module: PyFlink end-to-end test Key: FLINK-33281 URL: https://issues.apache.org/jira/browse/FLINK-33281 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-33282) core module: 137 exit code

2023-10-16 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33282: - Summary: core module: 137 exit code Key: FLINK-33282 URL: https://issues.apache.org/jira/browse/FLINK-33282 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-33284) code module: HistoryServerStaticFileServerHandlerTest.testRespondWithFile(Path)

2023-10-16 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33284: - Summary: code module: HistoryServerStaticFileServerHandlerTest.testRespondWithFile(Path) Key: FLINK-33284 URL: https://issues.apache.org/jira/browse/FLINK-33284 Pro

[jira] [Created] (FLINK-33283) core module: WebFrontendBootstrapTest.testHandlersMustBeLoaded

2023-10-16 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33283: - Summary: core module: WebFrontendBootstrapTest.testHandlersMustBeLoaded Key: FLINK-33283 URL: https://issues.apache.org/jira/browse/FLINK-33283 Project: Flink

[jira] [Created] (FLINK-33285) e2e 1 stage: Wordcount on Docker test (custom fs plugin)

2023-10-16 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33285: - Summary: e2e 1 stage: Wordcount on Docker test (custom fs plugin) Key: FLINK-33285 URL: https://issues.apache.org/jira/browse/FLINK-33285 Project: Flink Is

[jira] [Created] (FLINK-33291) The release profile of Flink does include enforcing the Java version only in a "soft" way

2023-10-17 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33291: - Summary: The release profile of Flink does include enforcing the Java version only in a "soft" way Key: FLINK-33291 URL: https://issues.apache.org/jira/browse/FLINK-33291

[jira] [Created] (FLINK-33342) JDK 17 CI run doesn't set java17-target profile

2023-10-23 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33342: - Summary: JDK 17 CI run doesn't set java17-target profile Key: FLINK-33342 URL: https://issues.apache.org/jira/browse/FLINK-33342 Project: Flink Issue Type:

[jira] [Created] (FLINK-33383) flink-quickstart-scala is not supported anymore since 1.17

2023-10-27 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33383: - Summary: flink-quickstart-scala is not supported anymore since 1.17 Key: FLINK-33383 URL: https://issues.apache.org/jira/browse/FLINK-33383 Project: Flink

[jira] [Created] (FLINK-33414) MiniClusterITCase.testHandleStreamingJobsWhenNotEnoughSlot fails due to unexpected TimeoutException

2023-10-31 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33414: - Summary: MiniClusterITCase.testHandleStreamingJobsWhenNotEnoughSlot fails due to unexpected TimeoutException Key: FLINK-33414 URL: https://issues.apache.org/jira/browse/FLINK-3

[jira] [Created] (FLINK-33415) HAJobRunOnHadoopS3FileSystemITCase failed due to NoSuchMethodError

2023-10-31 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33415: - Summary: HAJobRunOnHadoopS3FileSystemITCase failed due to NoSuchMethodError Key: FLINK-33415 URL: https://issues.apache.org/jira/browse/FLINK-33415 Project: Flink

[jira] [Created] (FLINK-33416) FineGrainedSlotManagerTest failed with fatal error

2023-10-31 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33416: - Summary: FineGrainedSlotManagerTest failed with fatal error Key: FLINK-33416 URL: https://issues.apache.org/jira/browse/FLINK-33416 Project: Flink Issue Ty

[jira] [Created] (FLINK-33418) SqlGatewayE2ECase failed due to ConnectException

2023-10-31 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33418: - Summary: SqlGatewayE2ECase failed due to ConnectException Key: FLINK-33418 URL: https://issues.apache.org/jira/browse/FLINK-33418 Project: Flink Issue Type

[jira] [Created] (FLINK-33432) Build artifacts cannot be extracted smoothly

2023-11-02 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33432: - Summary: Build artifacts cannot be extracted smoothly Key: FLINK-33432 URL: https://issues.apache.org/jira/browse/FLINK-33432 Project: Flink Issue Type: Su

[jira] [Created] (FLINK-33438) HiveITCase.testHiveDialect and HiveITCase.testReadWriteHive are failing

2023-11-02 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33438: - Summary: HiveITCase.testHiveDialect and HiveITCase.testReadWriteHive are failing Key: FLINK-33438 URL: https://issues.apache.org/jira/browse/FLINK-33438 Project: Fl

[jira] [Created] (FLINK-33464) JoinITCase.testRightOuterJoin failed due to heartbeat timeout

2023-11-06 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33464: - Summary: JoinITCase.testRightOuterJoin failed due to heartbeat timeout Key: FLINK-33464 URL: https://issues.apache.org/jira/browse/FLINK-33464 Project: Flink

[jira] [Created] (FLINK-33468) Run Kubernetes IT test fails due to wrong Maven version

2023-11-06 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33468: - Summary: Run Kubernetes IT test fails due to wrong Maven version Key: FLINK-33468 URL: https://issues.apache.org/jira/browse/FLINK-33468 Project: Flink Iss

[jira] [Created] (FLINK-33477) Reduce code redundancy in PojoSerializer

2023-11-07 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33477: - Summary: Reduce code redundancy in PojoSerializer Key: FLINK-33477 URL: https://issues.apache.org/jira/browse/FLINK-33477 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-33500) Run storing the JobGraph an asynchronous operation

2023-11-09 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33500: - Summary: Run storing the JobGraph an asynchronous operation Key: FLINK-33500 URL: https://issues.apache.org/jira/browse/FLINK-33500 Project: Flink Issue Ty

[jira] [Created] (FLINK-33501) Rely on Maven wrapper instead of having custom Maven installation logic

2023-11-09 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33501: - Summary: Rely on Maven wrapper instead of having custom Maven installation logic Key: FLINK-33501 URL: https://issues.apache.org/jira/browse/FLINK-33501 Project: Fl

[jira] [Created] (FLINK-33502) HybridShuffleITCase caused a fatal error

2023-11-09 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33502: - Summary: HybridShuffleITCase caused a fatal error Key: FLINK-33502 URL: https://issues.apache.org/jira/browse/FLINK-33502 Project: Flink Issue Type: Sub-ta

[jira] [Created] (FLINK-33503) Upgrade Maven wrapper to 3.2.0

2023-11-09 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33503: - Summary: Upgrade Maven wrapper to 3.2.0 Key: FLINK-33503 URL: https://issues.apache.org/jira/browse/FLINK-33503 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-33504) Supported parallel jobs

2023-11-09 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33504: - Summary: Supported parallel jobs Key: FLINK-33504 URL: https://issues.apache.org/jira/browse/FLINK-33504 Project: Flink Issue Type: Sub-task Comp

[jira] [Created] (FLINK-33540) Test CI on arm

2023-11-14 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33540: - Summary: Test CI on arm Key: FLINK-33540 URL: https://issues.apache.org/jira/browse/FLINK-33540 Project: Flink Issue Type: Sub-task Reporter: M

[jira] [Created] (FLINK-33543) Move Java 17-specific code into its own module to please Intellij

2023-11-14 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33543: - Summary: Move Java 17-specific code into its own module to please Intellij Key: FLINK-33543 URL: https://issues.apache.org/jira/browse/FLINK-33543 Project: Flink

[jira] [Created] (FLINK-33550) "DataSet allround end-to-end test" failed due to certificate error

2023-11-15 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33550: - Summary: "DataSet allround end-to-end test" failed due to certificate error Key: FLINK-33550 URL: https://issues.apache.org/jira/browse/FLINK-33550 Project: Flink

[jira] [Created] (FLINK-33551) HiveTemporalJoinITCase.testProcTimeTemporalJoinHiveTable failed due to

2023-11-15 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33551: - Summary: HiveTemporalJoinITCase.testProcTimeTemporalJoinHiveTable failed due to Key: FLINK-33551 URL: https://issues.apache.org/jira/browse/FLINK-33551 Project: Fl

[jira] [Created] (FLINK-33552) Job (and its data) is lost

2023-11-15 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33552: - Summary: Job (and its data) is lost Key: FLINK-33552 URL: https://issues.apache.org/jira/browse/FLINK-33552 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-33553) FileUtilsTest.testDeleteDirectoryConcurrently failed (no progress/output)

2023-11-15 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33553: - Summary: FileUtilsTest.testDeleteDirectoryConcurrently failed (no progress/output) Key: FLINK-33553 URL: https://issues.apache.org/jira/browse/FLINK-33553 Project:

[jira] [Created] (FLINK-33554) SemiJoinITCase.testRewriteScalarQueryWithCorrelation3 failed due to heartbeat timeout

2023-11-15 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33554: - Summary: SemiJoinITCase.testRewriteScalarQueryWithCorrelation3 failed due to heartbeat timeout Key: FLINK-33554 URL: https://issues.apache.org/jira/browse/FLINK-33554

[jira] [Created] (FLINK-33555) LocalRecoveryITCase.testRecoverLocallyFromProcessCrashWithWorkingDirectory:

2023-11-15 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-33555: - Summary: LocalRecoveryITCase.testRecoverLocallyFromProcessCrashWithWorkingDirectory: Key: FLINK-33555 URL: https://issues.apache.org/jira/browse/FLINK-33555 Project

  1   2   3   4   5   6   7   >