Sharmadha Sainath created ATLAS-1736: ----------------------------------------
Summary: Type registration becomes inconsistent after creating a type with attribute name having special characters. Key: ATLAS-1736 URL: https://issues.apache.org/jira/browse/ATLAS-1736 Project: Atlas Issue Type: Bug Components: atlas-core Affects Versions: 0.8-incubating, 0.9-incubating Reporter: Sharmadha Sainath Priority: Critical Attachments: SplCharInAttrName.txt Created a type with attribute name as "attribute$" (with special character $). 1.Type creation succeeded with 200 OK 2.Null Pointer exception is seen in application logs 3.Searching the type throws 500 Internal server error though the drop down lists the type. 4. After creating such type , subsequent type creations are inconsistent. (i.e) Type creation succeeds but Null pointer exception is thrown and 500 Internal server error while searching the type. Attached the exception stack trace. This issue is similar to https://issues.apache.org/jira/browse/ATLAS-1681. -- This message was sent by Atlassian JIRA (v6.3.15#6346)