[
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)