[
https://issues.apache.org/jira/browse/ATLAS-4881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898467#comment-17898467
]
ASF subversion and git services commented on ATLAS-4881:
--------------------------------------------------------
Commit 4ee59dd3d1a2864da4551402d11ed500c8dc50a4 in atlas's branch
refs/heads/branch-2.0 from Madhan Neethiraj
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=4ee59dd3d ]
ATLAS-4881: minor improvements in notification processing
(cherry picked from commit 2369e7c8e0ad63a6dc173713823cdca9bf3b9b35)
> Reduce logs printed during notification processing
> --------------------------------------------------
>
> Key: ATLAS-4881
> URL: https://issues.apache.org/jira/browse/ATLAS-4881
> Project: Atlas
> Issue Type: Improvement
> Components: atlas-core
> Reporter: Madhan Neethiraj
> Assignee: Madhan Neethiraj
> Priority: Major
> Fix For: 3.0.0
>
> Attachments: ATLAS-4881.patch
>
>
> While processing notifications from Hive hook, Atlas server can print several
> info level logs about its internal performance improvements, like the
> following:
> {noformat}
> INFO - [NotificationHookConsumer thread-0:] ~ setting
> hive_column_lineage.name=QUERY:db1.tbl1@cl1:1559003302000->:INSERT:db1.tbl1@cl1:1544966827000:col1.
> topic-offset=170, partition=0 (HivePreprocessor$HiveProcessPreprocessor:176)
> INFO - [NotificationHookConsumer thread-0:] ~ moved 269 referred-entities to
> end of entities-list (firstEntity:typeName=hive_table,
> qualifiedName=db1.tbl2@cl1). topic-offset=2143, partition=0
> (PreprocessorContext:369){noformat}
> To avoid unnecessary overhead and the noise in the log file, these messages
> should be logged at debug level.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)