Madhan Neethiraj created RANGER-4522:
----------------------------------------
Summary: NPE in RangerGdsInfoRefresher.run()
Key: RANGER-4522
URL: https://issues.apache.org/jira/browse/RANGER-4522
Project: Ranger
Issue Type: Sub-task
Components: plugins
Reporter: Madhan Neethiraj
Assignee: Madhan Neethiraj
Following exception is logged from RangerGdsInfoRefresher.run():
{code:java}
2023-11-09T16:37:27,450 ERROR [RangerGdsInfoRefresher]
contextenricher.RangerGdsEnricher:
RangerGdsInfoRefresher(serviceName=dev_hive).run() failed to download gdsInfo.
Will retry again
java.lang.NullPointerException: null
at
org.apache.ranger.plugin.contextenricher.RangerGdsEnricher$RangerGdsInfoRefresher.run(RangerGdsEnricher.java:265)
~[ranger-plugins-common-3.0.0-SNAPSHOT.jar:3.0.0-SNAPSHOT]
{code}
Note that the refresher recovers from this error once its initialization is
complete, and it successfully download GDS info from Ranger.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)