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

   ### Description of PR
   
   Jira: [HADOOP-18624](https://issues.apache.org/jira/browse/HADOOP-18624)
   
   Leaked calls may cause ObserverNameNode OOM.
   
   During Observer Namenode tailing edits from JournalNode, it will cancel slow 
request with an interruptException if there are a majority of successful 
responses. 
   
   There is a bug in Client.java, it will not clean the interrupted call from 
the calls. The leaked calls may cause ObserverNameNode OOM.
   
   


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