ardakuyumcu commented on PR #1039:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/1039#issuecomment-3444910447

   It seems like since `adjustNameReferences` was removed from 
`BlueGreenUtils.java`, we are no longer creating a deep copy of the spec 
through JSON serialization/deserialization. Without this deep copy, the code in 
`prepareFlinkDeployment` is directly mutating the original BlueGreenDeployment 
spec, and configuration changes are being overwritten during reconciliation.
   
   I think the tests will pass if I add back the deep copy approach, but 
without modifying the spec fields.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to