Madhan Neethiraj created ATLAS-2770:
---------------------------------------
Summary: Hard deletes fail in 1.0.0
Key: ATLAS-2770
URL: https://issues.apache.org/jira/browse/ATLAS-2770
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 1.0.0
Reporter: Madhan Neethiraj
Assignee: Madhan Neethiraj
When Atlas is configured for hard-delete
(atlas.DeleteHandlerV1.impl=org.apache.atlas.repository.store.graph.v1.HardDeleteHandlerV1),
entity-delete fails with the following error:
{noformat}
org.apache.atlas.exception.AtlasBaseException: Given instance guid
6f6703bd-0478-41ff-822a-d9dd7762d8d8 is invalid/not found
at
org.apache.atlas.repository.store.graph.v2.EntityGraphRetriever.getEntityVertex(EntityGraphRetriever.java:326)
at
org.apache.atlas.repository.store.graph.v2.EntityGraphRetriever.toAtlasEntityWithExtInfo(EntityGraphRetriever.java:162)
at
org.apache.atlas.repository.converters.AtlasInstanceConverter.getAndCacheEntity(AtlasInstanceConverter.java:300)
at
org.apache.atlas.repository.store.graph.v2.AtlasEntityChangeNotifier.toAtlasEntities(AtlasEntityChangeNotifier.java:397)
at
org.apache.atlas.repository.store.graph.v2.AtlasEntityChangeNotifier.notifyV2Listeners(AtlasEntityChangeNotifier.java:305)
at
org.apache.atlas.repository.store.graph.v2.AtlasEntityChangeNotifier.notifyListeners(AtlasEntityChangeNotifier.java:275)
at
org.apache.atlas.repository.store.graph.v2.AtlasEntityChangeNotifier.onEntitiesMutated(AtlasEntityChangeNotifier.java:110)
at
org.apache.atlas.repository.store.graph.v2.AtlasEntityStoreV2.deleteByUniqueAttributes(AtlasEntityStoreV2.java:372)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)