Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
07-01-2022
02:38 PM
- last edited on
04-21-2026
12:53 AM
by
GrazittiAPI
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,