You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/08/26 02:45:48 UTC

[GitHub] [incubator-kyuubi] cxzl25 commented on pull request #3336: Use StageAttempt instead of StageId in SQLOperationListener

cxzl25 commented on PR #3336:
URL: https://github.com/apache/incubator-kyuubi/pull/3336#issuecomment-1227982964

   ```java
   ERROR AsyncEventQueue: Listener SQLOperationListener threw an exception
   java.lang.NullPointerException
           at org.apache.spark.kyuubi.SQLOperationListener.onTaskEnd(SQLOperationListener.scala:155)
           at org.apache.spark.scheduler.SparkListenerBus.doPostEvent(SparkListenerBus.scala:45)
           at org.apache.spark.scheduler.SparkListenerBus.doPostEvent$(SparkListenerBus.scala:28)
           at org.apache.spark.scheduler.AsyncEventQueue.doPostEvent(AsyncEventQueue.scala:37)
           at org.apache.spark.scheduler.AsyncEventQueue.doPostEvent(AsyncEventQueue.scala:37)
           at org.apache.spark.util.ListenerBus.postToAll(ListenerBus.scala:117)
           at org.apache.spark.util.ListenerBus.postToAll$(ListenerBus.scala:101)
           at org.apache.spark.scheduler.AsyncEventQueue.super$postToAll(AsyncEventQueue.scala:105)
           at org.apache.spark.scheduler.AsyncEventQueue.$anonfun$dispatch$1(AsyncEventQueue.scala:105)
           at scala.runtime.java8.JFunction0$mcJ$sp.apply(JFunction0$mcJ$sp.java:23)
           at scala.util.DynamicVariable.withValue(DynamicVariable.scala:62)
           at org.apache.spark.scheduler.AsyncEventQueue.org$apache$spark$scheduler$AsyncEventQueue$$dispatch(AsyncEventQueue.scala:100)
           at org.apache.spark.scheduler.AsyncEventQueue$$anon$2.$anonfun$run$1(AsyncEventQueue.scala:96)
           at org.apache.spark.util.Utils$.tryOrStopSparkContext(Utils.scala:1442)
           at org.apache.spark.scheduler.AsyncEventQueue$$anon$2.run(AsyncEventQueue.scala:96)
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org