Github user a-roberts commented on the issue:

    https://github.com/apache/spark/pull/14961
  
    Sean, yep, I've had trouble reproducing it too, kicked off a bunch of 
builds over the weekend including one using Hadoop-2.3 which was my initial 
theory (only difference between our testing environments apart from the options 
I mention below)
    
    I'll add
    ```
      static {
        System.setProperty("io.netty.recycler.maxCapacity", "0");
      }
    ```
    in TransportConf then build and test locally before updating this.
    
    FWIW I use these Java options for testing as our boxes have limited memory:
    
    -Xss2048k **-Dspark.buffer.pageSize=1048576** -Xmx4g


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