You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/07/01 22:31:00 UTC

[jira] [Commented] (ATLAS-2770) Hard deletes fail in 1.0.0

    [ https://issues.apache.org/jira/browse/ATLAS-2770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16529256#comment-16529256 ] 

ASF subversion and git services commented on ATLAS-2770:
--------------------------------------------------------

Commit eb22be8c36769d88c7ec342bf7f6195849dc13b2 in atlas's branch refs/heads/master from [~madhan@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=eb22be8 ]

ATLAS-2770: entity-delete fails when Atlas is configured for hard-delete


> 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
>            Priority: Critical
>             Fix For: 1.1.0, 2.0.0
>
>         Attachments: ATLAS-2770.patch
>
>
> 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)