Hi,
I am seeing something like
Removing BlockManager xxx with no recent heart beats: 52913ms exceeds
45000ms.I think probably it is because of GC (from the GC log, some Full GC would take 50s-60s). I am wondering should I increase this threshold? >From https://github.com/mesos/spark/pull/640, it looks like there is no spark.storage.blockManagerHeartBeatMs flag in 0.8. I am wondering how should I set it then? Directly set the timeout threshold? Thank you! Best, Wenlei
