[jira] [Commented] (ATLAS-2819) UI: Re-evaluate classification propagation during entity delete

2018-08-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-2819:


Commit 09fe5fe00a36e2ce3d635e42706be3d6074fa25f in atlas's branch 
refs/heads/branch-1.0 from [~abhib4]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=09fe5fe ]

ATLAS-2819: UI: Re-evaluate classification propagation during entity delete #2

Signed-off-by: Sarath Subramanian 
(cherry picked from commit 5b9348f9e9b150592c2a7e41079700672fd53b06)


> UI: Re-evaluate classification propagation during entity delete
> ---
>
> Key: ATLAS-2819
> URL: https://issues.apache.org/jira/browse/ATLAS-2819
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.0.0-alpha, 1.0.0
>Reporter: Abhishek Kadam
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: ATLAS-2819.patch, ATLAS-2819_1.patch
>
>
> The current behavior - when we delete an entity *f1*, all tags associate to 
> *f1* which got propagated
> to downstream entities are removed – *PII* tag propagated to *process1* and 
> *t1* is removed
> *Proposed Change*
> _*Soft Delete:*_
> When entity *f1* is deleted, retain the propagated classification edges, so 
> the downstream entities
> – *process1* and *t1* continue to have *PII* classification associated to them
> _*Hard Delete:*_
> In cases of hard delete, the source entity (*f1*) is deleted from atlas, but 
> its classification vertex
> (*PII*) continue to exist and will continue propagating to *process1* and 
> *t1*.



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


[jira] [Commented] (ATLAS-2819) UI: Re-evaluate classification propagation during entity delete

2018-08-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-2819:


Commit 5b9348f9e9b150592c2a7e41079700672fd53b06 in atlas's branch 
refs/heads/master from [~abhib4]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=5b9348f ]

ATLAS-2819: UI: Re-evaluate classification propagation during entity delete #2

Signed-off-by: Sarath Subramanian 


> UI: Re-evaluate classification propagation during entity delete
> ---
>
> Key: ATLAS-2819
> URL: https://issues.apache.org/jira/browse/ATLAS-2819
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.0.0-alpha, 1.0.0
>Reporter: Abhishek Kadam
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: ATLAS-2819.patch, ATLAS-2819_1.patch
>
>
> The current behavior - when we delete an entity *f1*, all tags associate to 
> *f1* which got propagated
> to downstream entities are removed – *PII* tag propagated to *process1* and 
> *t1* is removed
> *Proposed Change*
> _*Soft Delete:*_
> When entity *f1* is deleted, retain the propagated classification edges, so 
> the downstream entities
> – *process1* and *t1* continue to have *PII* classification associated to them
> _*Hard Delete:*_
> In cases of hard delete, the source entity (*f1*) is deleted from atlas, but 
> its classification vertex
> (*PII*) continue to exist and will continue propagating to *process1* and 
> *t1*.



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


[jira] [Commented] (ATLAS-2819) UI: Re-evaluate classification propagation during entity delete

2018-08-16 Thread Sarath Subramanian (JIRA)


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

Sarath Subramanian commented on ATLAS-2819:
---

+1 Thanks for the patch [~abhib4]

> UI: Re-evaluate classification propagation during entity delete
> ---
>
> Key: ATLAS-2819
> URL: https://issues.apache.org/jira/browse/ATLAS-2819
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.0.0-alpha, 1.0.0
>Reporter: Abhishek Kadam
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: ATLAS-2819.patch, ATLAS-2819_1.patch
>
>
> The current behavior - when we delete an entity *f1*, all tags associate to 
> *f1* which got propagated
> to downstream entities are removed – *PII* tag propagated to *process1* and 
> *t1* is removed
> *Proposed Change*
> _*Soft Delete:*_
> When entity *f1* is deleted, retain the propagated classification edges, so 
> the downstream entities
> – *process1* and *t1* continue to have *PII* classification associated to them
> _*Hard Delete:*_
> In cases of hard delete, the source entity (*f1*) is deleted from atlas, but 
> its classification vertex
> (*PII*) continue to exist and will continue propagating to *process1* and 
> *t1*.



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


[jira] [Commented] (ATLAS-2819) UI: Re-evaluate classification propagation during entity delete

2018-08-13 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-2819:


Commit e1a2a3553d5808cef2339f21fd5dfbdc3472e4bb in atlas's branch 
refs/heads/branch-1.0 from [~abhib4]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=e1a2a35 ]

ATLAS-2819: UI: Re-evaluate classification propagation during entity delete

Signed-off-by: Sarath Subramanian 
(cherry picked from commit 1099f1ba1169ce670fbdcf29803f8169f2ca9df4)


> UI: Re-evaluate classification propagation during entity delete
> ---
>
> Key: ATLAS-2819
> URL: https://issues.apache.org/jira/browse/ATLAS-2819
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.0.0-alpha, 1.0.0
>Reporter: Abhishek Kadam
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: ATLAS-2819.patch
>
>
> The current behavior - when we delete an entity *f1*, all tags associate to 
> *f1* which got propagated
> to downstream entities are removed – *PII* tag propagated to *process1* and 
> *t1* is removed
> *Proposed Change*
> _*Soft Delete:*_
> When entity *f1* is deleted, retain the propagated classification edges, so 
> the downstream entities
> – *process1* and *t1* continue to have *PII* classification associated to them
> _*Hard Delete:*_
> In cases of hard delete, the source entity (*f1*) is deleted from atlas, but 
> its classification vertex
> (*PII*) continue to exist and will continue propagating to *process1* and 
> *t1*.



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


[jira] [Commented] (ATLAS-2819) UI: Re-evaluate classification propagation during entity delete

2018-08-13 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-2819:


Commit 1099f1ba1169ce670fbdcf29803f8169f2ca9df4 in atlas's branch 
refs/heads/master from [~abhib4]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=1099f1b ]

ATLAS-2819: UI: Re-evaluate classification propagation during entity delete

Signed-off-by: Sarath Subramanian 


> UI: Re-evaluate classification propagation during entity delete
> ---
>
> Key: ATLAS-2819
> URL: https://issues.apache.org/jira/browse/ATLAS-2819
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.0.0-alpha, 1.0.0
>Reporter: Abhishek Kadam
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: ATLAS-2819.patch
>
>
> The current behavior - when we delete an entity *f1*, all tags associate to 
> *f1* which got propagated
> to downstream entities are removed – *PII* tag propagated to *process1* and 
> *t1* is removed
> *Proposed Change*
> _*Soft Delete:*_
> When entity *f1* is deleted, retain the propagated classification edges, so 
> the downstream entities
> – *process1* and *t1* continue to have *PII* classification associated to them
> _*Hard Delete:*_
> In cases of hard delete, the source entity (*f1*) is deleted from atlas, but 
> its classification vertex
> (*PII*) continue to exist and will continue propagating to *process1* and 
> *t1*.



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


[jira] [Commented] (ATLAS-2819) UI: Re-evaluate classification propagation during entity delete

2018-08-13 Thread Sarath Subramanian (JIRA)


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

Sarath Subramanian commented on ATLAS-2819:
---

+1 Looks good. thanks for the patch [~abhib4]

> UI: Re-evaluate classification propagation during entity delete
> ---
>
> Key: ATLAS-2819
> URL: https://issues.apache.org/jira/browse/ATLAS-2819
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.0.0-alpha, 1.0.0
>Reporter: Abhishek Kadam
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: ATLAS-2819.patch
>
>
> The current behavior - when we delete an entity *f1*, all tags associate to 
> *f1* which got propagated
> to downstream entities are removed – *PII* tag propagated to *process1* and 
> *t1* is removed
> *Proposed Change*
> _*Soft Delete:*_
> When entity *f1* is deleted, retain the propagated classification edges, so 
> the downstream entities
> – *process1* and *t1* continue to have *PII* classification associated to them
> _*Hard Delete:*_
> In cases of hard delete, the source entity (*f1*) is deleted from atlas, but 
> its classification vertex
> (*PII*) continue to exist and will continue propagating to *process1* and 
> *t1*.



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