-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65064/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, and Sarath
Subramanian.
Bugs: ATLAS-2326
https://issues.apache.org/jira/browse/ATLAS-2326
Repository: atlas
Description
-------
Entity resource for GET was translating the AtlasBaseException incorrectly.
The AtlasErrorCode class has duplicate codes and wrong sequence number
Diffs
-----
intg/src/main/java/org/apache/atlas/AtlasErrorCode.java 0953725cc
webapp/src/main/java/org/apache/atlas/web/resources/EntityResource.java
e3a5b1f3e
Diff: https://reviews.apache.org/r/65064/diff/1/
Testing
-------
GET localhost:21000/api/atlas/entities/abcd-123124 gives 404 instead of 500
Thanks,
Apoorv Naik