Github user steveloughran commented on the pull request:

    https://github.com/apache/spark/pull/6935#issuecomment-159970929
  
    The test failing is the web UI one; after hitting the web UI there's a 
check on the cache metrics. The fact that `lookup.count == 1` means the 2nd GET 
didn't trigger a cache lookup
    ```
    org.apache.spark.deploy.history.HistoryServerSuite.incomplete apps get 
refreshed
    
    Failing for the past 1 build (Since Failed#46708 )
    Took 12 sec.
    Error Message
    
    The code passed to eventually never returned normally. Attempted 82 times 
over 10.060489942 seconds. Last failure message: Wrong lookupCount value - 
expected 2 but got 1 in metrics lookup.count = 1 lookup.failure.count = 0 
eviction.count = 0 load.count = 1 update.probe.count = 0 update.triggered.count 
= 0 .
    Stacktrace
    
    sbt.ForkMain$ForkError: The code passed to eventually never returned 
normally. Attempted 82 times over 10.060489942 seconds. Last failure message: 
Wrong lookupCount value - expected 2 but got 1 in metrics
    lookup.count = 1
    lookup.failure.count = 0
    eviction.count = 0
    load.count = 1
    update.probe.count = 0
    update.triggered.count = 0
    ```


---
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