Getting java null pointer exception due to malformed data in any property of nodes or edges #4142
Unanswered
ibtesamlatif2997
asked this question in
Q&A
Replies: 4 comments 3 replies
-
@porunov Please brother it will be great if you can help me |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you tried #1099 (comment)? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Yes, reindexed property
…On Thu, 30 Nov 2023, 9:29 pm Boxuan Li, ***@***.***> wrote:
Is is_deleted property indexed?
—
Reply to this email directly, view it on GitHub
<#4142 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADZYKQEBHTKHLDUIM5LK7ZDYHC7A3AVCNFSM6AAAAABABCGLE2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TOMRQGYZDA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The property dattype is boolean.
For same node I saved the value in boolean ( true ) and it was working fine
after that i saved that value in string ( "true" )
This issue I have reproduced it. But in production I faced this issue due
to data types issues.
…On Thu, 30 Nov 2023, 9:34 pm Boxuan Li, ***@***.***> wrote:
Just to make sure, how do you know your data is malformed?
g.V(id).drop().iterate() gives null pointer exception this doesn't tell
us the node is malformed. You could see null pointer exception simply
because that node doesn't exist.
What's the symptom? g.V().has("is_deleted", true) returns data but those
vertices couldn't be dropped?
—
Reply to this email directly, view it on GitHub
<#4142 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADZYKQFUT27SB7LVWHVOVB3YHC7RTAVCNFSM6AAAAABABCGLE2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TOMRQGY3TE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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
-
Please include configurations and logs if available.
For confirmed bugs, please report:
If there is any corrupted node or edge. I should be able to delete it and recreate it and following queries should work on that node
When there is a malformed value in any property in the node or edge. I am getting null pointer exception and because of that issue I can't delete that node and can't modify that node and unable to traverse on other nodes when this kind of node came in traversing. The problem is that I am dealing with big data and now due to some problematic nodes I am getting null pointer exception error on getting data and there is no way to delete the node and recreate it or modify the properies. Please I need help as I don't want to delete whole data and run my ETL jobs again
Stack Trace (if you have one)
Beta Was this translation helpful? Give feedback.
All reactions