wenjin272 commented on issue #377:
URL: https://github.com/apache/flink-agents/issues/377#issuecomment-3635145654

   This issue is like #297, the `userCodeClassLoader` add by #277 failed to 
serialize to RocksDB state.
   ```
   com.esotericsoftware.kryo.KryoException: java.lang.IllegalArgumentException: 
Unable to create serializer 
"com.esotericsoftware.kryo.serializers.FieldSerializer" for class: 
jdk.internal.loader.ClassLoaders$AppClassLoader
   Serialization trace:
   classloader (java.security.ProtectionDomain)
   context (java.security.AccessControlContext)
   acc (org.apache.flink.core.classloading.SubmoduleClassLoader)
   classloader (java.security.ProtectionDomain)
   context (java.security.AccessControlContext)
   acc 
(org.apache.flink.util.FlinkUserCodeClassLoaders$SafetyNetWrapperClassLoader)
   userCodeClassLoader (org.apache.flink.agents.runtime.operator.JavaActionTask)
   ```
   But due to this case it to test rescale, the exception is not thrown out, 
the Flink job just start recover.
   
   I'll create a PR to fix it.


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