seafish created ATLAS-4468:
------------------------------
Summary: Can't search entity after partialUpdateEntityAttrByGuid
Key: ATLAS-4468
URL: https://issues.apache.org/jira/browse/ATLAS-4468
Project: Atlas
Issue Type: Bug
Environment: atlas.graph.storage.backend=hbase2
atlas.graph.index.search.backend=elasticsearch
Reporter: seafish
1, search hive_table
GET
http://hadoop04:21000/api/atlas/v2/search/basic?typeName=hive_table&query=*person03*&excludeDeletedEntities=true&classification=&limit=25&offset=0
2, partialUpdateEntityAttrByGuid
PUT
http://hadoop04:21000/api/atlas/v2/entity/guid/7f18c148-425d-4c4f-8419-8faab9722b3e?name=comment
3, search hive_table again, the entity updated by step 2 is missing
GET
http://hadoop04:21000/api/atlas/v2/search/basic?typeName=hive_table&query=*person03*&excludeDeletedEntities=true&classification=&limit=25&offset=0
--
This message was sent by Atlassian Jira
(v8.3.4#803005)