Kaishen Ou created SPARK-26669: ---------------------------------- Summary: Spark-Core Inbox Message Lost Key: SPARK-26669 URL: https://issues.apache.org/jira/browse/SPARK-26669 Project: Spark Issue Type: Bug Components: Spark Core Affects Versions: 2.4.0 Reporter: Kaishen Ou
In Inbox.scala source code, line 158 message = messages.poll() This line of code will retrieve and remove the first message if there is any. When it is not null, this message will get lost and never be executed. Am I missing any important knowledge? Hope anyone help to clarify this. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org