Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/3009#issuecomment-63928198
  
    @pwendell Yep, it looks like a legitimate failure in ReplayListenerSuite: 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/23698/testReport/
    
    I'm digging in now to understand the error message.  It looks like it's 
failing this assertion:
    
    ```
        val originalEvents = sc.eventLogger.get.loggedEvents
        val replayedEvents = eventMonster.loggedEvents
        originalEvents.zip(replayedEvents).foreach { case (e1, e2) => assert(e1 
=== e2) }
    ```
    
    I wonder if this is due to that `StageInfo.equals()` issue that I mentioned 
earlier.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to