[
https://issues.apache.org/jira/browse/RANGER-4523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896577#comment-17896577
]
Dineshkumar Yadav commented on RANGER-4523:
-------------------------------------------
Apache master commit :
[https://github.com/apache/ranger/commit/9d95ec5c9e2631c00122e156c35393848287e08a]
Apache ranger-2.6.0 commit :
https://github.com/apache/ranger/commit/71f272dc0427f0ed77f1c392ca76694f92d0fba2
> Suggestion on improving logs from AtlasNotificationMapper
> ---------------------------------------------------------
>
> Key: RANGER-4523
> URL: https://issues.apache.org/jira/browse/RANGER-4523
> Project: Ranger
> Issue Type: Bug
> Components: Ranger
> Reporter: suja s
> Assignee: Rakesh Gupta
> Priority: Minor
> Fix For: 3.0.0, 2.6.0
>
>
> STEPS TO REPRODUCE:
> Create hive db/table so that hive entities are created on atlas side
> Create classifications
> Create a tag policy and verify tag policy enforcement
> Inspect tagsync logs
> CURRENT BEHAVIOUR:
> Since hive_process entity-type notifications are not handled by tagsync,
> there is a WARN message indicating this.
> There are lot of log messages related to this
> {noformat}
> 2023-10-09 08:14:02,300 WARN
> org.apache.ranger.tagsync.source.atlas.AtlasNotificationMapper: [Thread-19]:
> Tag-sync is not enabled to handle notifications for Entity-type:[hive_process]
> 2023-10-09 08:14:02,300 WARN
> org.apache.ranger.tagsync.source.atlas.AtlasNotificationMapper: [Thread-19]:
> Dropped process entity notification for Atlas-Entity [{typeName=hive_process,
> guid=41cffa4b-be0e-42ca-aa16-688e1b00526e, attributes={ name=qualifiedName,
> value=rgrtestdb.rgrtblctas@cm:1696835704000 name=clusterName, value=cm
> name=name, value=rgrtestdb.rgrtblctas@cm:1696835704000}]
> {noformat}
> Suggestion:
> The logs related to dropping of notifications for hive_process can be logged
> as DEBUG/INFO rather than WARN
--
This message was sent by Atlassian Jira
(v8.20.10#820010)