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]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

org.apache.atlas.AtlasBaseClient lines in nifi-app.log every 20ms or so?

avatar
Explorer

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

1 ACCEPTED SOLUTION

avatar

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"/>
-----

View solution in original post

3 REPLIES 3

avatar
Explorer

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

avatar

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"/>
-----

avatar
Community Manager

@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,
Community Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community: