-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jet 4.3 fails when Kryo enabled #44
Comments
excellent reproducer, thanks! I will have a look today or tomorrow. |
It's not working for me even in 4.2. The last Jet version where the test is passing is 4.1.1. |
this is from Jet 4.2:
It looks a bit differently on 4.3, that's to be expected given this change. However the root cause is probably the same. |
this could possibly be related: this looks related: hazelcast/hazelcast-jet#2298 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider following test:
It works fine on Jet 4.2, fails on Jet 4.3. Serializer.class is SubZero's class.
Environment: Windows 10, Java 14.
The text was updated successfully, but these errors were encountered: