You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Mandar Ambawane (Jira)" <ji...@apache.org> on 2022/05/18 14:03:00 UTC

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

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

Mandar Ambawane updated ATLAS-4605:
-----------------------------------
    Attachment: ATLAS-4605.patch

> 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)