Feedback on KYUUBI #6212 & #6233 - We faced a similar issue, Fix is found to be not working #6996
mahalingamagesthian
started this conversation in
General
Replies: 1 comment 2 replies
-
I think this is exactly what is explained in #6212 (comment), to quickly verify it, try disabling ranger solr audit plugin first. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @amanraj2520 , @pan3793
I wish that you are doing really well. We have a scenario to run spark-submit with kyuubi-spark-authz-shaded jar. We have figured out that the Sparkdriver kept running after the completion of the spark programme execution. We are seeing nondaemon threads similar to #6212 & #6233 .
Inspired by this, we are very quick to download kyuubi-spark-authz-shaded-2.12.1.10.1.jar. We don't find it fixing the issue. The sparkdriver logs doesn't have a mention of the Logs in line
https://github.com/amanraj2520/kyuubi/blob/auditShutdown/extensions/spark/kyuubi-spark-authz/src/main/scala/org/apache/kyuubi/plugin/spark/authz/ranger/SparkRangerAdminPlugin.scala#L79
I doubt if the fix is working or Am I missing anything ? I am happy to provide additional information from the test scenario.
Spark-submit is a batch on K8s. Spark submit connects to Apache Ranger download the policy evaluate the policy. kyuubi-spark-authz-shaded.jar is a key module to perform this operation.
JSTACK thread:
Beta Was this translation helpful? Give feedback.
All reactions