[jira] [Commented] (ATLAS-4605) Prevent NullPointerException when Atlas Vertex is empty because of corrupted data.

2022-06-01 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545197#comment-17545197
 ] 

ASF subversion and git services commented on ATLAS-4605:


Commit 484a2603da6259de26a4cc4dfcf478fafec9c5a4 in atlas's branch 
refs/heads/branch-2.0 from Mandar Ambawane
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=484a2603d ]

ATLAS-4605 Prevent NullPointerException when Atlas Vertex is empty because of 
corrupted data

Signed-off-by: radhikakundam 
(cherry picked from commit 5bddf56a2b719adca5a43ce8ce307efaa6e023e8)


> Prevent NullPointerException when Atlas Vertex is empty because of corrupted 
> data.
> --
>
> Key: ATLAS-4605
> URL: https://issues.apache.org/jira/browse/ATLAS-4605
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Reporter: Mandar Ambawane
>Assignee: Mandar Ambawane
>Priority: Major
> Attachments: ATLAS-4605.patch
>
>
> Because of corrupted data, there may be a chance of having AtlasVertex as an 
> empty, which means AtlasVertex does not have any property present in it.
> This can cause NullPointerException while populating System attributes as 
> well Normal attributes for AtlasEntity object.
> To avoid NullPointerException we need to skip such vertices, so that they 
> cannot be used to populate system attributes and normal attributes.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (ATLAS-4605) Prevent NullPointerException when Atlas Vertex is empty because of corrupted data.

2022-06-01 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17545196#comment-17545196
 ] 

ASF subversion and git services commented on ATLAS-4605:


Commit 5bddf56a2b719adca5a43ce8ce307efaa6e023e8 in atlas's branch 
refs/heads/master from Mandar Ambawane
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=5bddf56a2 ]

ATLAS-4605 Prevent NullPointerException when Atlas Vertex is empty because of 
corrupted data

Signed-off-by: radhikakundam 


> Prevent NullPointerException when Atlas Vertex is empty because of corrupted 
> data.
> --
>
> Key: ATLAS-4605
> URL: https://issues.apache.org/jira/browse/ATLAS-4605
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Reporter: Mandar Ambawane
>Assignee: Mandar Ambawane
>Priority: Major
> Attachments: ATLAS-4605.patch
>
>
> Because of corrupted data, there may be a chance of having AtlasVertex as an 
> empty, which means AtlasVertex does not have any property present in it.
> This can cause NullPointerException while populating System attributes as 
> well Normal attributes for AtlasEntity object.
> To avoid NullPointerException we need to skip such vertices, so that they 
> cannot be used to populate system attributes and normal attributes.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)