peravelli created ATLAS-4904:
--------------------------------
Summary: When a tag is removed from an entity, Atlas does not send
ENTITY_UPDATE notification in some cases
Key: ATLAS-4904
URL: https://issues.apache.org/jira/browse/ATLAS-4904
Project: Atlas
Issue Type: Bug
Reporter: peravelli
Assignee: peravelli
Consider the following scenario:
1. Create table table_1(c0 int);
2. Create a tag in Atlas, say tag_1, and associate it to table_1
3. Create table table_2 as Select * from table_1;
– The tag will be propagated to table_2 –
4. drop table_1
– tag will still be associated with table_2, but not as a propagated tag –
5. Delete tag from table_2
– This is allowed as the tag is no more marked as a propagated tag –
tagsync should receive a ENTITY_UPDATE notification for table_2 with no tag
associated with it. However, it does not receive such notification.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)