adoroszlai opened a new pull request, #5207:
URL: https://github.com/apache/hadoop/pull/5207

   ## What changes were proposed in this pull request?
   
   After upgrading Netty from 4.1.68 to 4.1.77 (HADOOP-18079), NFS Gateway 
started randomly crashing when writing data (can be easily reproduced by a few 
10MB+ files).  The problem was triggered by [reduced default chunk size in 
PooledByteBufAllocator](https://github.com/netty/netty/commit/f650303911) (in 
4.1.75), but it turned out to be caused by a buffer released too early in NFS 
Gateway (HADOOP-11245).
   
   https://issues.apache.org/jira/browse/HADOOP-18569
   
   ## How was this patch tested?
   
   Deployed cluster with the change, tested write/read via NFS mount.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to