Github user kayousterhout commented on the pull request:

    https://github.com/apache/spark/pull/3009#issuecomment-63854023
  
    All superficial comments on the code, but I tried it out and still got this 
somewhat icky situation where a completed stage has fewer succeeded tasks than 
the total:
    
    
![image](https://cloud.githubusercontent.com/assets/1108612/5130344/a80bdca2-709e-11e4-905b-9e5baebec7c9.png)
    
    Is this still the expected behavior? (this happened from running "val rdd = 
sc.parallelize(1 to 10, 2).map((_, 1)).reduceByKey(_+_)" and then counting the 
elements twice)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to