Sharmadha Sainath created ATLAS-1744:
----------------------------------------
Summary: Error when searching type with attribute name "order" ,
"limit" , "offset"
Key: ATLAS-1744
URL: https://issues.apache.org/jira/browse/ATLAS-1744
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 0.8-incubating, 0.9-incubating
Reporter: Sharmadha Sainath
Attachments: OrderSearchError.txt
1.Created a type with attributes "order", "limit", "offset"
2.Created an entity for the type.
3.Searched
type where order="random"
which threw 500 internal server error with error notification
{code}
Discovery query failed type_entity where order ="random"
{code}.
Same exception when searching type with name "limit" and "offset"
type where limit="upper"
type where offset="middle"
Attached the complete exception stack trace .
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)