spark git commit: [SPARK-4516] Avoid allocating Netty PooledByteBufAllocators unnecessarily

2014-11-25 Thread pwendell
Repository: spark Updated Branches: refs/heads/master f5f2d2738 - 346bc17a2 [SPARK-4516] Avoid allocating Netty PooledByteBufAllocators unnecessarily Turns out we are allocating an allocator pool for every TransportClient (which means that the number increases with the number of nodes in the

spark git commit: [SPARK-4516] Avoid allocating Netty PooledByteBufAllocators unnecessarily

2014-11-25 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.2 380eba5f4 - c7185f0c0 [SPARK-4516] Avoid allocating Netty PooledByteBufAllocators unnecessarily Turns out we are allocating an allocator pool for every TransportClient (which means that the number increases with the number of nodes in