[jira] [Created] (FLINK-29110) Support to mount a dynamically-created pvc for JM and TM in standalone mode with StatefulSet.

2022-08-25 Thread Peng Yuan (Jira)
Peng Yuan created FLINK-29110: - Summary: Support to mount a dynamically-created pvc for JM and TM in standalone mode with StatefulSet. Key: FLINK-29110 URL: https://issues.apache.org/jira/browse/FLINK-29110

[jira] [Created] (FLINK-29109) Checkpoint path conflict with stateless upgrade mode

2022-08-25 Thread Thomas Weise (Jira)
Thomas Weise created FLINK-29109: Summary: Checkpoint path conflict with stateless upgrade mode Key: FLINK-29109 URL: https://issues.apache.org/jira/browse/FLINK-29109 Project: Flink Issue

[jira] [Created] (FLINK-29108) Kubernetes operator: Support queryable state

2022-08-25 Thread Ron Crocker (Jira)
Ron Crocker created FLINK-29108: --- Summary: Kubernetes operator: Support queryable state Key: FLINK-29108 URL: https://issues.apache.org/jira/browse/FLINK-29108 Project: Flink Issue Type: New

[jira] [Created] (FLINK-29107) Bump up spotless version to improve efficiently

2022-08-25 Thread Yu Chen (Jira)
Yu Chen created FLINK-29107: --- Summary: Bump up spotless version to improve efficiently Key: FLINK-29107 URL: https://issues.apache.org/jira/browse/FLINK-29107 Project: Flink Issue Type:

Re: [DISCUSS] Support 'DYNAMIC MetadataColumn' in flink table

2022-08-25 Thread Timo Walther
Hi Ran, what would be the data type of this dynamic metadata column? The planner and many parts of the stack will require a data type. Personally, I feel connector developers can already have the same functionality by declaring a metadata column as `MAP`. This is what we expose already as

[DISCUSS] Support 'DYNAMIC MetadataColumn' in flink table

2022-08-25 Thread Ran Tao
``` create table test_source( __test_metadata__ varchar METADATA, f0 varchar, f1 varchar, f2 bigint, ts as CURRENT_TIMESTAMP ) with( 'connector'='test', ... ) ``` If we not pre define `__test_metadata__` as meta keys by implementing listReadableMetadata, run the above sql, it will cause

[jira] [Created] (FLINK-29106) value of metric 'idleTimeMsPerSecond' more than 1000

2022-08-25 Thread chenyuzhi (Jira)
chenyuzhi created FLINK-29106: - Summary: value of metric 'idleTimeMsPerSecond' more than 1000 Key: FLINK-29106 URL: https://issues.apache.org/jira/browse/FLINK-29106 Project: Flink Issue Type:

Re: [VOTE] Apache Flink Table Store 0.2.0, release candidate #3

2022-08-25 Thread Jark Wu
+1 (binding) - build and compile the source code locally. OK - checked/verified signatures and hashes, OK - no missing artifacts in the release staging area. OK - reviewed the release PR. OK - ran the quick start with both Flink 1.14 and 1.15 OK Best, Jark On Thu, 25 Aug 2022 at 11:38, Yu Li

[jira] [Created] (FLINK-29105) KubernetesStateHandleStoreTest.testAddAndLockShouldNotThrowAlreadyExistExceptionWithSameContents failed with AssertionFailedError

2022-08-25 Thread Xingbo Huang (Jira)
Xingbo Huang created FLINK-29105: Summary: KubernetesStateHandleStoreTest.testAddAndLockShouldNotThrowAlreadyExistExceptionWithSameContents failed with AssertionFailedError Key: FLINK-29105 URL:

[jira] [Created] (FLINK-29104) Check mutability of CoreOptions

2022-08-25 Thread Jane Chan (Jira)
Jane Chan created FLINK-29104: - Summary: Check mutability of CoreOptions Key: FLINK-29104 URL: https://issues.apache.org/jira/browse/FLINK-29104 Project: Flink Issue Type: Improvement