attilapiros commented on a change in pull request #23278: [SPARK-24920][Core]
Allow sharing Netty's memory pool allocators
URL: https://github.com/apache/spark/pull/23278#discussion_r245491896
##########
File path: docs/configuration.md
##########
@@ -1505,6 +1505,16 @@ Apart from these, the following properties are also
available, and may be useful
<code>spark.rpc.lookupTimeout</code> if they are not configured.
</td>
</tr>
+<tr>
+ <td><code>spark.network.io.preferDirectBufs</code></td>
+ <td>true</td>
+ <td>
+ If enable then off-heap buffer allocations are prefered by the shared
ByteBuf allocators.
Review comment:
Instead of replacing ByteBuf with ByteBuffer I have just removed it (as
ByteBuf and ByteBuffer is really two separate things: ByteBuf is Netty related
and ByteBuffer is nio related).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]