Created 07-01-2022 02:38 PM
anyone know why I have thousands and thousands of:
2022-07-01 16:28:59,992 INFO org.apache.atlas.AtlasBaseClient: method=GET path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8 accept=application/json status=200
2022-07-01 16:29:00,017 INFO org.apache.atlas.AtlasBaseClient: method=GET path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8 accept=application/json status=200
2022-07-01 16:29:00,039 INFO org.apache.atlas.AtlasBaseClient: method=GET path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8 accept=application/json status=200
2022-07-01 16:29:00,061 INFO org.apache.atlas.AtlasBaseClient: method=GET path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8 accept=application/json status=200
2022-07-01 16:29:00,085 INFO org.apache.atlas.AtlasBaseClient: method=GET path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8 accept=application/json status=200
2022-07-01 16:29:00,108 INFO org.apache.atlas.AtlasBaseClient: method=GET path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8 accept=application/json status=200
2022-07-01 16:29:00,128 INFO org.apache.atlas.AtlasBaseClient: method=GET path=api/atlas/v2/entity/guid/ contentType=application/json; charset=UTF-8 accept=application/json status=200
Created 07-09-2022 04:37 PM
This seems known bug NIFI-9079. Apache Atlas client library used by the Atlas Reporting Task (ReportLineageToAtlas) emits a large amount of INFO logs. Setting the log level to WARN in NiFi logback will fix this issue.
-----
<logger name="org.apache.atlas" level="WARN"/>
-----
Created 07-01-2022 03:01 PM
Cloudera Flow Management (CFM) 2.0.4.3
1.11.4.2.0.4.3-1 built 01/06/2021 23:14:00 CST
Tagged nifi-1.11.4-RC1
Created 07-09-2022 04:37 PM
This seems known bug NIFI-9079. Apache Atlas client library used by the Atlas Reporting Task (ReportLineageToAtlas) emits a large amount of INFO logs. Setting the log level to WARN in NiFi logback will fix this issue.
-----
<logger name="org.apache.atlas" level="WARN"/>
-----
Created 07-17-2022 11:50 PM
@Seedy Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
Regards,
Vidya Sargur,