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

   ### Description of PR
   
   Current implementation for router state store update is quite inefficient, 
so much that when routers are removed and a lot of NameNodeMembership records 
are deleted in a short burst, the deletions triggered a router safemode in our 
cluster and caused a lot of troubles.
   
   This ticket contains 2 parts: improving the deletion process for ZK state 
store implementation, and allowing the overwrite part and delete part of 
org.apache.hadoop.hdfs.server.federation.store.CachedRecordStore#overrideExpiredRecords
 to run in parallel.
   
   ### How was this patch tested?
   UT
   
   ### For code changes:
   
   - [x] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to