-
Notifications
You must be signed in to change notification settings - Fork 150
Causal Cluster Unable To Parse TTL Entry From Router #424
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
Comments
I noticed that I made a temporary fix creatzor@785aec4 while I wait for a resolution on this |
Hi @albert-the-creator, Thanks for reporting this issue and providing a detailed description! |
Hi @albert-the-creator, Fix should now be released. Please feel free to update this issue or create a new one if there are any more problems. |
Awesome thanks!! 🎉🎉🎉 |
Hi,
I'm using the js driver version 1.7 and haven't been able to connect to my causal cluster (same issue with previous versions). I dont understand why it can't parse it because it appears the TTL (300) is right there . Any insight on what i'm doing wrong?
I use bolt+routing:// neo-core-1.al-dev.ecs.local.
{ Neo4jError: Unable to parse TTL entry from router neo-core-1.al-dev.ecs.local:7687 from record:
{"keys":["ttl","servers"],"length":2,"_fields":[300,[{"addresses":["neo-core-1.al-dev.ecs.local:7687"],"role":"WRITE"},{"addresses":["neo-core-3.al-dev.ecs.local:7687","neo-core-2.al-dev.ecs.local:7687"],"role":"READ"},{"addresses":["neo-core-2.al-dev.ecs.local:7687","neo-core-1.al-dev.ecs.local:7687","neo-core-3.al-dev.ecs.local:7687"],"role":"ROUTE"}]],"_fieldLookup":{"ttl":0,"servers":1}}
bolt without routing works, but i need to be able to take advantage of the cluster
Doing some debugging -- I see the rror returned from routing-util.js is
The ttl returned from record.get is of type number but its seems thats not what we expect?
The text was updated successfully, but these errors were encountered: