Skip to content
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

Gryo reader / writer is broken in JanusGraph 1.0.0 #4087

Open
porunov opened this issue Nov 1, 2023 · 0 comments
Open

Gryo reader / writer is broken in JanusGraph 1.0.0 #4087

porunov opened this issue Nov 1, 2023 · 0 comments

Comments

@porunov
Copy link
Member

porunov commented Nov 1, 2023

As noted in the changelog: https://docs.janusgraph.org/changelog/#drop-support-for-gryo-messageserializer
Gryo MessageSerializer has been dropped in TinkerPop 3.6.0. However, TinkerPop documentation says that Gryo may still be used for file based applications.

For confirmed bugs, please report:

  • Version: 1.0.0
  • Storage Backend: -
  • Mixed Index Backend: -
  • Expected Behavior: file is created with kryo format.
  • Current Behavior: an exception is thrown: Method threw 'java.lang.IllegalArgumentException' exception..
  • Steps to Reproduce:
    Try to read or write any graph using kryo serialization.
g.io("graph.kryo").read().iterate()
g.io("graph.kryo").write().iterate()

Stack Trace (if you have one)

Unable to create serializer "org.apache.tinkerpop.shaded.kryo.serializers.FieldSerializer" for class: java.util.concurrent.atomic.AtomicLong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant