[
https://issues.apache.org/jira/browse/FLINK-29834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-29834:
-------------------------------------
Description:
The Jackson TypeFactory contains a singleton instance that is at times used by
Jackson, potentially containing user-classes for longer than necessary.
https://github.com/FasterXML/jackson-databind/issues/1363
We could clear this cache whenever a user code CL is being released similar to
what was done in BEAM-6460.
was:
The Jackson TypeFactory contains a singleton instance that is at times used by
Jackson, potentially containing user-classes for longer than necessary.
https://github.com/FasterXML/jackson-databind/issues/1363
BEAM-6460
We could clear this cache whenever a user code CL is being released.
> Clear static Jackson TypeFactory cache on CL release
> ----------------------------------------------------
>
> Key: FLINK-29834
> URL: https://issues.apache.org/jira/browse/FLINK-29834
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Coordination
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Major
> Fix For: 1.17.0, 1.16.1
>
>
> The Jackson TypeFactory contains a singleton instance that is at times used
> by Jackson, potentially containing user-classes for longer than necessary.
> https://github.com/FasterXML/jackson-databind/issues/1363
> We could clear this cache whenever a user code CL is being released similar
> to what was done in BEAM-6460.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)