[
https://issues.apache.org/jira/browse/FLINK-29261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-29261:
-----------------------------------
Labels: pull-request-available stale-major (was: pull-request-available)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issues has been marked as
Major but is unassigned and neither itself nor its Sub-Tasks have been updated
for 60 days. I have gone ahead and added a "stale-major" to the issue". If this
ticket is a Major, please either assign yourself or give an update. Afterwards,
please remove the label or in 7 days the issue will be deprioritized.
> Use FAIL_ON_UNKNOWN_PROPERTIES=false in ReconciliationUtils
> -----------------------------------------------------------
>
> Key: FLINK-29261
> URL: https://issues.apache.org/jira/browse/FLINK-29261
> Project: Flink
> Issue Type: Bug
> Reporter: Matyas Orhidi
> Priority: Major
> Labels: pull-request-available, stale-major
>
> The operator cannot be downgraded, once the CR specification is written to
> the `status`
>
> Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException:
> Unrecognized field "mode" (class
> org.apache.flink.kubernetes.operator.crd.spec.FlinkDeploymentSpec), not
> marked as ignorable (12 known properties: "restartNonce", "imagePullPolicy",
> "ingress", "flinkConfiguration", "serviceAccount", "image", "job",
> "podTemplate", "jobManager", "logConfiguration", "flinkVersion",
> "taskManager"])
> at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain:
> org.apache.flink.kubernetes.operator.crd.spec.FlinkDeploymentSpec["mode"])
> at
> com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException.from(UnrecognizedPropertyException.java:61)
> at
> com.fasterxml.jackson.databind.DeserializationContext.handleUnknownProperty(DeserializationContext.java:1127)
> at
> com.fasterxml.jackson.databind.deser.std.StdDeserializer.handleUnknownProperty(StdDeserializer.java:1989)
> at
> com.fasterxml.jackson.databind.deser.BeanDeserializerBase.handleUnknownProperty(BeanDeserializerBase.java:1700)
> at
> com.fasterxml.jackson.databind.deser.BeanDeserializerBase.handleUnknownVanilla(BeanDeserializerBase.java:1678)
> at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.vanillaDeserialize(BeanDeserializer.java:319)
> at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:176)
> at
> com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.readRootValue(DefaultDeserializationContext.java:322)
> at
> com.fasterxml.jackson.databind.ObjectMapper._readValue(ObjectMapper.java:4650)
> at
> com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2831)
> at
> com.fasterxml.jackson.databind.ObjectMapper.treeToValue(ObjectMapper.java:3295)
> at
> org.apache.flink.kubernetes.operator.reconciler.ReconciliationUtils.deserializeSpecWithMeta(ReconciliationUtils.java:288)
> ... 18 more
--
This message was sent by Atlassian Jira
(v8.20.10#820010)