Hello, We're facing the bug reported in https://issues.apache.org/jira/browse/FLINK-32212
More specifically, when kubernetes decides to drain a node, a job manager restart (but not the task manager), the job fails with: java.lang.IllegalStateException: The library registration references a different set of library BLOBs than previous registrations for this job: old:[p-46b02bb8d9740e39d3fe3b3782b0bd335b35ad9f-eefd1e86ec70ea3aaf3e3dce568fe172] new:[p-46b02bb8d9740e39d3fe3b3782b0bd335b35ad9f-a91193b75fdb799d7b4b8de3f4984597] deleting the pod(s) running the TM(s) resolves the problem, but is not ideal for us. Any status on FLINK-32212 to solve this problem? Kind regards Lars