PermanentLockingException while commit #4263
Unanswered
pinal-shah
asked this question in
Q&A
Replies: 2 comments
-
One thing i missed, |
Beta Was this translation helpful? Give feedback.
0 replies
-
@porunov Can you please help shade lights on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Issue 1:
vertex A, which has edge associated with vertex B.
If I search vertex A by filtering with __guid property, i am not able to get that vertex. But if i search it through vertex B (g.V('B').in().has('__guid','guid of A')) , i am able to get the vertex. This scenario is specific to only this vertex A, for other vertices it is normal.
Note: Other properties works fine. I can get the vertex by searching with other property.
Issue 2:
If i try to update the property '__guid' of vertex A, I am getting PermanantLockException while commit()
Janusgraph version: v0.6.1
Env: hbasev2.4.6, solr v8.4.1
Config:
cache.db-cache=true
cache.db-cache-clean-wait=20
cache.db-cache-size=0.5
cache.tx-cache-size=15000
cache.tx-dirty-size=120
Observation:
Even while dropping the vertex, encountered same exception.
Note: There are no other open instances
Can anyone help, what an cause this issue? Also how can i reset it?
Beta Was this translation helpful? Give feedback.
All reactions