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 09:39:00 UTC

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

Mandar Ambawane created ATLAS-4605:
--------------------------------------

             Summary: 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


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)