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

   File based state store implementations (StateStoreFileImpl and 
StateStoreFileSystemImpl) should allow updating as well as reading of the state 
store records concurrently rather than serially. Concurrent access to the 
record files on the hdfs based store seems to be improving the state store 
cache loading performance by more than 10x.
   
   For instance, in order to maintain data integrity, when any mount table 
record(s) is updated, the cache is reloaded. This reload operation seems to be 
able to gain significant performance improvement by the concurrent access of 
the mount table records.


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