Github user tnachen commented on the pull request:

    https://github.com/apache/spark/pull/10701#issuecomment-192042971
  
    I just found out that this is actually a bug in Mesos, where we cannot 
store a duration that's larger than int64_t. I filed a Mesos jira for this 
(https://issues.apache.org/jira/browse/MESOS-4862). 
    As a workaround, please don't use Double.MAX_VALUE but use 
Integer.MAX_VALUE instead which is what I did before, I forgot about hitting 
this in the past. We should also leave a comment to make sure we don't change 
this until it's fixed.


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