[jira] [Updated] (ATLAS-2498) Soft and hard deletes, deleting a "DELETED" entity and cleanup of unused types

2019-06-24 Thread Michael Smedberg (JIRA)


 [ 
https://issues.apache.org/jira/browse/ATLAS-2498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Smedberg updated ATLAS-2498:

Attachment: hard_delete_soft_deleted_items.diff

> Soft and hard deletes, deleting a "DELETED" entity and cleanup of unused types
> --
>
> Key: ATLAS-2498
> URL: https://issues.apache.org/jira/browse/ATLAS-2498
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 0.8-incubating
>Reporter: Mark Kiami
>Priority: Major
> Attachments: hard_delete_soft_deleted_items.diff
>
>
> Hello,
> Since the documentation on this feature not clear, could you please answer or 
> confirm the following:
>  # When an entity is deleted, its status goes to "DELETED", this is a soft 
> delete.
>  # Does Atlas version 0.8.0 support hard deletes (HDP 2.6.4 ships with 0.8.0)?
>  # Is the atlas.DeleteHandler.impl configuration key supported in this 
> version?
>  # Is it possible to delete a "DELETED" entity?
> I am asking this because I am stuck in the following scenario:
>  * Create a new ENTITY type named "custom_type"
>  * Create an entity of that type "entity_1_of_custom_type", its status is 
> "ACTIVE"
>  * Delete the entity "entity_1_of_custom_type", its status is "DELETED"
>  * Delete the ENTITY type named "custom_type"
>  * I get an error: \{"errorCode":"ATLAS-409-00-002","errorMessage":"Given 
> type custom_type has references"}
> How is it possible in this case to cleanup both the DELETED entity and the 
> unused type "custom_type"?
> Thanks!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-2498) Soft and hard deletes, deleting a "DELETED" entity and cleanup of unused types

2018-05-16 Thread Madhan Neethiraj (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Madhan Neethiraj updated ATLAS-2498:

Fix Version/s: (was: 0.8.3)
   (was: 1.0.0)

> Soft and hard deletes, deleting a "DELETED" entity and cleanup of unused types
> --
>
> Key: ATLAS-2498
> URL: https://issues.apache.org/jira/browse/ATLAS-2498
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 0.8-incubating
>Reporter: Mark Kiami
>Priority: Major
>
> Hello,
> Since the documentation on this feature not clear, could you please answer or 
> confirm the following:
>  # When an entity is deleted, its status goes to "DELETED", this is a soft 
> delete.
>  # Does Atlas version 0.8.0 support hard deletes (HDP 2.6.4 ships with 0.8.0)?
>  # Is the atlas.DeleteHandler.impl configuration key supported in this 
> version?
>  # Is it possible to delete a "DELETED" entity?
> I am asking this because I am stuck in the following scenario:
>  * Create a new ENTITY type named "custom_type"
>  * Create an entity of that type "entity_1_of_custom_type", its status is 
> "ACTIVE"
>  * Delete the entity "entity_1_of_custom_type", its status is "DELETED"
>  * Delete the ENTITY type named "custom_type"
>  * I get an error: \{"errorCode":"ATLAS-409-00-002","errorMessage":"Given 
> type custom_type has references"}
> How is it possible in this case to cleanup both the DELETED entity and the 
> unused type "custom_type"?
> Thanks!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-2498) Soft and hard deletes, deleting a "DELETED" entity and cleanup of unused types

2018-03-17 Thread Madhan Neethiraj (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Madhan Neethiraj updated ATLAS-2498:

Fix Version/s: 0.8.3
   1.0.0

> Soft and hard deletes, deleting a "DELETED" entity and cleanup of unused types
> --
>
> Key: ATLAS-2498
> URL: https://issues.apache.org/jira/browse/ATLAS-2498
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 0.8-incubating
>Reporter: Mark Kiami
>Priority: Major
> Fix For: 1.0.0, 0.8.3
>
>
> Hello,
> Since the documentation on this feature not clear, could you please answer or 
> confirm the following:
>  # When an entity is deleted, its status goes to "DELETED", this is a soft 
> delete.
>  # Does Atlas version 0.8.0 support hard deletes (HDP 2.6.4 ships with 0.8.0)?
>  # Is the atlas.DeleteHandler.impl configuration key supported in this 
> version?
>  # Is it possible to delete a "DELETED" entity?
> I am asking this because I am stuck in the following scenario:
>  * Create a new ENTITY type named "custom_type"
>  * Create an entity of that type "entity_1_of_custom_type", its status is 
> "ACTIVE"
>  * Delete the entity "entity_1_of_custom_type", its status is "DELETED"
>  * Delete the ENTITY type named "custom_type"
>  * I get an error: \{"errorCode":"ATLAS-409-00-002","errorMessage":"Given 
> type custom_type has references"}
> How is it possible in this case to cleanup both the DELETED entity and the 
> unused type "custom_type"?
> Thanks!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-2498) Soft and hard deletes, deleting a "DELETED" entity and cleanup of unused types

2018-03-13 Thread Mark Kiami (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Kiami updated ATLAS-2498:
--
Summary: Soft and hard deletes, deleting a "DELETED" entity and cleanup of 
unused types  (was: Soft and hard deletes)

> Soft and hard deletes, deleting a "DELETED" entity and cleanup of unused types
> --
>
> Key: ATLAS-2498
> URL: https://issues.apache.org/jira/browse/ATLAS-2498
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 0.8-incubating
>Reporter: Mark Kiami
>Priority: Major
>
> Hello,
> Since the documentation on this feature not clear, could you please answer or 
> confirm the following:
>  # When an entity is deleted, its status goes to "DELETED", this is a soft 
> delete.
>  # Does Atlas version 0.8.0 support hard deletes (HDP 2.6.4 ships with 0.8.0)?
>  # Is the atlas.DeleteHandler.impl configuration key supported in this 
> version?
>  # Is it possible to delete a "DELETED" entity?
> I am asking this because I am stuck in the following scenario:
>  * Create a new ENTITY type named "custom_type"
>  * Create an entity of that type "entity_1_of_custom_type", its status is 
> "ACTIVE"
>  * Delete the entity "entity_1_of_custom_type", its status is "DELETED"
>  * Delete the ENTITY type named "custom_type"
>  * I get an error: \{"errorCode":"ATLAS-409-00-002","errorMessage":"Given 
> type custom_type has references"}
> How is it possible in this case to cleanup both the DELETED entity and the 
> unused type "custom_type"?
> Thanks!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)