-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
When use gremlin session client will cause Failed to authenticate #4206
Comments
I did some verification
or
Those two ways didn't throw exception. |
I wonder whether this is simply a variation of this TinkerPop issue: https://issues.apache.org/jira/browse/TINKERPOP-2132 |
|
Not yet, but there is an open PR which should fix this problem: apache/tinkerpop#2525. |
Thanks. I will keep attention it. |
Hi, I already upgraded gremlin-client to 3.7.2, but it didn't work. Janusgraph has a upgrades plans to that version? |
JanusGraph already supports TinkerPop 3.7.2 on |
I used session client to query, but it will cause Failed to authenticate in some times. I makesure username and password is right. I used it like
It will be throw Exception about "org.apache.tinkerpop.gremlin.driver.exception.ResponseException: Failed to authenticate". But when I request next, it will return sucess.
My Janusgraph is
Version: 1.0.0
Storage Backend: hbase
Mixed Index Backend: elasticsearch
Expected Behavior:
Current Behavior:
Steps to Reproduce:
Stack Trace
The text was updated successfully, but these errors were encountered: