[jira] [Updated] (FLINK-34354) Release Testing: Verify FLINK-34037 Improve Serialization Configuration and Usage in Flink

2024-02-21 Thread Zhanghao Chen (Jira)


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

Zhanghao Chen updated FLINK-34354:
--
Description: 
This issue aims to verify 
[FLIP-398|https://cwiki.apache.org/confluence/display/FLINK/FLIP-398%3A+Improve+Serialization+Configuration+And+Usage+In+Flink].

Volunteers can verify it by following the [doc 
changes|https://github.com/apache/flink/pull/24230]. Basically, two parts need 
to be verfied:
 # The old way of configuring serialization via hard-code method calls still 
works:
 ** ExecutionConfig#registerType (for both POJO and generic types)
 ** ExecutionConfig#addDefaultKryoSerializer
 ** ExecutionConfig#registerTypeWithKryoSerializer
 # The new way of configuring serialization via config option 
[pipeline.serialization-config|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#pipeline-serialization-config]
 also works for:
 ** Regieter serializer for POJO types
 ** Register Kryo serializer for generic types
 ** Register Kryo serializer as the default Kryo serializer for types
 ** Register custome type info factories

  was:
This issue aims to verify 
[FLIP-398|https://cwiki.apache.org/confluence/display/FLINK/FLIP-398%3A+Improve+Serialization+Configuration+And+Usage+In+Flink].

Volunteers can verify it by following the [doc 
changes|https://github.com/apache/flink/pull/24230]. Basically, two parts need 
to be verfied:
 # The old way of configuring serialization via hard-code method calls still 
works:
 ** ExecutionConfig#registerType (for both POJO and generic types)
 ** ExecutionConfig#addDefaultKryoSerializer
 ** ExecutionConfig#registerTypeWithKryoSerializer
 # The new way of configuring serialization via config option 
[pipeline.serialization-config|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#pipeline-serialization-config]
 also work.


> Release Testing: Verify FLINK-34037 Improve Serialization Configuration and 
> Usage in Flink
> --
>
> Key: FLINK-34354
> URL: https://issues.apache.org/jira/browse/FLINK-34354
> Project: Flink
>  Issue Type: Sub-task
>  Components: API / Type Serialization System
>Affects Versions: 1.19.0
>Reporter: Zhanghao Chen
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.19.0
>
>
> This issue aims to verify 
> [FLIP-398|https://cwiki.apache.org/confluence/display/FLINK/FLIP-398%3A+Improve+Serialization+Configuration+And+Usage+In+Flink].
> Volunteers can verify it by following the [doc 
> changes|https://github.com/apache/flink/pull/24230]. Basically, two parts 
> need to be verfied:
>  # The old way of configuring serialization via hard-code method calls still 
> works:
>  ** ExecutionConfig#registerType (for both POJO and generic types)
>  ** ExecutionConfig#addDefaultKryoSerializer
>  ** ExecutionConfig#registerTypeWithKryoSerializer
>  # The new way of configuring serialization via config option 
> [pipeline.serialization-config|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#pipeline-serialization-config]
>  also works for:
>  ** Regieter serializer for POJO types
>  ** Register Kryo serializer for generic types
>  ** Register Kryo serializer as the default Kryo serializer for types
>  ** Register custome type info factories



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


[jira] [Updated] (FLINK-34354) Release Testing: Verify FLINK-34037 Improve Serialization Configuration and Usage in Flink

2024-02-21 Thread Zhanghao Chen (Jira)


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

Zhanghao Chen updated FLINK-34354:
--
Description: 
This issue aims to verify 
[FLIP-398|https://cwiki.apache.org/confluence/display/FLINK/FLIP-398%3A+Improve+Serialization+Configuration+And+Usage+In+Flink].

Volunteers can verify it by following the [doc 
changes|https://github.com/apache/flink/pull/24230]. Basically, two parts need 
to be verfied:
 # The old way of configuring serialization via hard-code method calls still 
works:
 ** ExecutionConfig#registerType (for both POJO and generic types)
 ** ExecutionConfig#addDefaultKryoSerializer
 ** ExecutionConfig#registerTypeWithKryoSerializer
 # The new way of configuring serialization via config option 
[pipeline.serialization-config|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#pipeline-serialization-config]
 also works for:
 ** Regieter serializer for POJO types
 ** Register Kryo serializer for generic types
 ** Register Kryo serializer as the default Kryo serializer for types
 ** Register custom type info factories

  was:
This issue aims to verify 
[FLIP-398|https://cwiki.apache.org/confluence/display/FLINK/FLIP-398%3A+Improve+Serialization+Configuration+And+Usage+In+Flink].

Volunteers can verify it by following the [doc 
changes|https://github.com/apache/flink/pull/24230]. Basically, two parts need 
to be verfied:
 # The old way of configuring serialization via hard-code method calls still 
works:
 ** ExecutionConfig#registerType (for both POJO and generic types)
 ** ExecutionConfig#addDefaultKryoSerializer
 ** ExecutionConfig#registerTypeWithKryoSerializer
 # The new way of configuring serialization via config option 
[pipeline.serialization-config|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#pipeline-serialization-config]
 also works for:
 ** Regieter serializer for POJO types
 ** Register Kryo serializer for generic types
 ** Register Kryo serializer as the default Kryo serializer for types
 ** Register custome type info factories


> Release Testing: Verify FLINK-34037 Improve Serialization Configuration and 
> Usage in Flink
> --
>
> Key: FLINK-34354
> URL: https://issues.apache.org/jira/browse/FLINK-34354
> Project: Flink
>  Issue Type: Sub-task
>  Components: API / Type Serialization System
>Affects Versions: 1.19.0
>Reporter: Zhanghao Chen
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.19.0
>
>
> This issue aims to verify 
> [FLIP-398|https://cwiki.apache.org/confluence/display/FLINK/FLIP-398%3A+Improve+Serialization+Configuration+And+Usage+In+Flink].
> Volunteers can verify it by following the [doc 
> changes|https://github.com/apache/flink/pull/24230]. Basically, two parts 
> need to be verfied:
>  # The old way of configuring serialization via hard-code method calls still 
> works:
>  ** ExecutionConfig#registerType (for both POJO and generic types)
>  ** ExecutionConfig#addDefaultKryoSerializer
>  ** ExecutionConfig#registerTypeWithKryoSerializer
>  # The new way of configuring serialization via config option 
> [pipeline.serialization-config|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#pipeline-serialization-config]
>  also works for:
>  ** Regieter serializer for POJO types
>  ** Register Kryo serializer for generic types
>  ** Register Kryo serializer as the default Kryo serializer for types
>  ** Register custom type info factories



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


[jira] [Updated] (FLINK-34354) Release Testing: Verify FLINK-34037 Improve Serialization Configuration and Usage in Flink

2024-02-21 Thread Zhanghao Chen (Jira)


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

Zhanghao Chen updated FLINK-34354:
--
Description: 
This issue aims to verify 
[FLIP-398|[https://cwiki.apache.org/confluence/display/FLINK/FLIP-398%3A+Improve+Serialization+Configuration+And+Usage+In+Flink].]

Volunteers can verify it by following the [doc 
changes|https://github.com/apache/flink/pull/24230]. Basically, two parts need 
to be verfied:
 # The old way of configuring serialization via hard-code method calls still 
works:
 ** ExecutionConfig#registerType (for both POJO and generic types)
 ** ExecutionConfig#addDefaultKryoSerializer
 ** ExecutionConfig#registerTypeWithKryoSerializer
 # The new way of configuring serialization via config option 
[[pipeline.serialization-config|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#pipeline-serialization-config]|#pipeline-serialization-config]
 also work.

  was:
Volunteers can verify it by following the [doc 
changes|https://github.com/apache/flink/pull/24230], more background can be 
found at . Basically, two parts need to be verfied:
 # The old way of configuring serialization via hard-code method calls still 
works.
 # The new way of configuring serialization via config options also work.


> Release Testing: Verify FLINK-34037 Improve Serialization Configuration and 
> Usage in Flink
> --
>
> Key: FLINK-34354
> URL: https://issues.apache.org/jira/browse/FLINK-34354
> Project: Flink
>  Issue Type: Sub-task
>  Components: API / Type Serialization System
>Affects Versions: 1.19.0
>Reporter: Zhanghao Chen
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.19.0
>
>
> This issue aims to verify 
> [FLIP-398|[https://cwiki.apache.org/confluence/display/FLINK/FLIP-398%3A+Improve+Serialization+Configuration+And+Usage+In+Flink].]
> Volunteers can verify it by following the [doc 
> changes|https://github.com/apache/flink/pull/24230]. Basically, two parts 
> need to be verfied:
>  # The old way of configuring serialization via hard-code method calls still 
> works:
>  ** ExecutionConfig#registerType (for both POJO and generic types)
>  ** ExecutionConfig#addDefaultKryoSerializer
>  ** ExecutionConfig#registerTypeWithKryoSerializer
>  # The new way of configuring serialization via config option 
> [[pipeline.serialization-config|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#pipeline-serialization-config]|#pipeline-serialization-config]
>  also work.



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


[jira] [Updated] (FLINK-34354) Release Testing: Verify FLINK-34037 Improve Serialization Configuration and Usage in Flink

2024-02-21 Thread Zhanghao Chen (Jira)


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

Zhanghao Chen updated FLINK-34354:
--
Description: 
This issue aims to verify 
[FLIP-398|https://cwiki.apache.org/confluence/display/FLINK/FLIP-398%3A+Improve+Serialization+Configuration+And+Usage+In+Flink].

Volunteers can verify it by following the [doc 
changes|https://github.com/apache/flink/pull/24230]. Basically, two parts need 
to be verfied:
 # The old way of configuring serialization via hard-code method calls still 
works:
 ** ExecutionConfig#registerType (for both POJO and generic types)
 ** ExecutionConfig#addDefaultKryoSerializer
 ** ExecutionConfig#registerTypeWithKryoSerializer
 # The new way of configuring serialization via config option 
[pipeline.serialization-config|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#pipeline-serialization-config]
 also work.

  was:
This issue aims to verify 
[FLIP-398|[https://cwiki.apache.org/confluence/display/FLINK/FLIP-398%3A+Improve+Serialization+Configuration+And+Usage+In+Flink].]

Volunteers can verify it by following the [doc 
changes|https://github.com/apache/flink/pull/24230]. Basically, two parts need 
to be verfied:
 # The old way of configuring serialization via hard-code method calls still 
works:
 ** ExecutionConfig#registerType (for both POJO and generic types)
 ** ExecutionConfig#addDefaultKryoSerializer
 ** ExecutionConfig#registerTypeWithKryoSerializer
 # The new way of configuring serialization via config option 
[[pipeline.serialization-config|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#pipeline-serialization-config]|#pipeline-serialization-config]
 also work.


> Release Testing: Verify FLINK-34037 Improve Serialization Configuration and 
> Usage in Flink
> --
>
> Key: FLINK-34354
> URL: https://issues.apache.org/jira/browse/FLINK-34354
> Project: Flink
>  Issue Type: Sub-task
>  Components: API / Type Serialization System
>Affects Versions: 1.19.0
>Reporter: Zhanghao Chen
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.19.0
>
>
> This issue aims to verify 
> [FLIP-398|https://cwiki.apache.org/confluence/display/FLINK/FLIP-398%3A+Improve+Serialization+Configuration+And+Usage+In+Flink].
> Volunteers can verify it by following the [doc 
> changes|https://github.com/apache/flink/pull/24230]. Basically, two parts 
> need to be verfied:
>  # The old way of configuring serialization via hard-code method calls still 
> works:
>  ** ExecutionConfig#registerType (for both POJO and generic types)
>  ** ExecutionConfig#addDefaultKryoSerializer
>  ** ExecutionConfig#registerTypeWithKryoSerializer
>  # The new way of configuring serialization via config option 
> [pipeline.serialization-config|https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#pipeline-serialization-config]
>  also work.



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


[jira] [Updated] (FLINK-34354) Release Testing: Verify FLINK-34037 Improve Serialization Configuration and Usage in Flink

2024-02-06 Thread lincoln lee (Jira)


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

lincoln lee updated FLINK-34354:

Labels: release-testing  (was: )

> Release Testing: Verify FLINK-34037 Improve Serialization Configuration and 
> Usage in Flink
> --
>
> Key: FLINK-34354
> URL: https://issues.apache.org/jira/browse/FLINK-34354
> Project: Flink
>  Issue Type: Sub-task
>  Components: API / Type Serialization System
>Affects Versions: 1.19.0
>Reporter: Zhanghao Chen
>Priority: Blocker
>  Labels: release-testing
> Fix For: 1.19.0
>
>
> Volunteers can verify it by following the [doc 
> changes|https://github.com/apache/flink/pull/24230], more background can be 
> found at . Basically, two parts need to be verfied:
>  # The old way of configuring serialization via hard-code method calls still 
> works.
>  # The new way of configuring serialization via config options also work.



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


[jira] [Updated] (FLINK-34354) Release Testing: Verify FLINK-34037 Improve Serialization Configuration and Usage in Flink

2024-02-04 Thread Zhanghao Chen (Jira)


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

Zhanghao Chen updated FLINK-34354:
--
Description: 
Volunteers can verify it by following the [doc 
changes|https://github.com/apache/flink/pull/24230], more background can be 
found at . Basically, two parts need to be verfied:
 # The old way of configuring serialization via hard-code method calls still 
works.
 # The new way of configuring serialization via config options also work.

> Release Testing: Verify FLINK-34037 Improve Serialization Configuration and 
> Usage in Flink
> --
>
> Key: FLINK-34354
> URL: https://issues.apache.org/jira/browse/FLINK-34354
> Project: Flink
>  Issue Type: Sub-task
>  Components: API / Type Serialization System
>Affects Versions: 1.19.0
>Reporter: Zhanghao Chen
>Priority: Blocker
> Fix For: 1.19.0
>
>
> Volunteers can verify it by following the [doc 
> changes|https://github.com/apache/flink/pull/24230], more background can be 
> found at . Basically, two parts need to be verfied:
>  # The old way of configuring serialization via hard-code method calls still 
> works.
>  # The new way of configuring serialization via config options also work.



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


[jira] [Updated] (FLINK-34354) Release Testing: Verify FLINK-34037 Improve Serialization Configuration and Usage in Flink

2024-02-04 Thread Zhanghao Chen (Jira)


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

Zhanghao Chen updated FLINK-34354:
--
Priority: Blocker  (was: Major)

> Release Testing: Verify FLINK-34037 Improve Serialization Configuration and 
> Usage in Flink
> --
>
> Key: FLINK-34354
> URL: https://issues.apache.org/jira/browse/FLINK-34354
> Project: Flink
>  Issue Type: Sub-task
>  Components: API / Type Serialization System
>Affects Versions: 1.19.0
>Reporter: Zhanghao Chen
>Priority: Blocker
> Fix For: 1.19.0
>
>




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