You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Umesh Padashetty (Jira)" <ji...@apache.org> on 2021/06/24 15:31:00 UTC

[jira] [Created] (ATLAS-4343) [Entity Audits] 'Propagated Classification Added' Timestamp is < 'Entity Created' Timestamp

Umesh Padashetty created ATLAS-4343:
---------------------------------------

             Summary: [Entity Audits] 'Propagated Classification Added' Timestamp is < 'Entity Created' Timestamp
                 Key: ATLAS-4343
                 URL: https://issues.apache.org/jira/browse/ATLAS-4343
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
            Reporter: Umesh Padashetty


The 'Propagated Classification Added' Timestamp is < 'Entity Created' Timestamp. This is invalid since the classificiation is propagated once the entity is created 

For instance
 # Created an external table with ozone path location
 # This creates ozone_key and hive_table entity
 # Entity Created TImestamp is shown correctly for both the entities
 # Applied a tag to ozone_key with propagate classification set to true
 # Classification propagates to hive_table entity, but the Timestamp shown is in past
 # For ozone_key:
 ## Entity created: 06/24/2021 08:44:33 PM (IST)
 ## Classification added:  06/24/2021 08:44:51 PM (IST)
 # Whereas hive_table:
 ## Entity created: 06/24/2021 08:44:33 PM (IST)
 ## Propagated Classification Added: 06/24/2021 *08:37:06 PM* (IST)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)