You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/08/09 05:43:10 UTC

[GitHub] [hadoop] avijayanhwx opened a new pull request #1259: HDDS-1105 : Add mechanism in Recon to obtain DB snapshot 'delta' updates from Ozone Manager

avijayanhwx opened a new pull request #1259: HDDS-1105 : Add mechanism in Recon to obtain DB snapshot 'delta' updates from Ozone Manager
URL: https://github.com/apache/hadoop/pull/1259
 
 
   Added mechanism in Recon to obtain DB snapshot 'delta' updates from Ozone Manager. Recon will make RPC calls to OM to get delta updates from the latest sequence number of its own OM snapshot DB. After applying the changes to its OM DB, the updates are passed on to the set of tasks that are "listening" on OM DB updates. 
   
   Other than the core logic for the above, the patch : 
   - Cleans up the unit test code
   - Fixes issues in OM DB updates sender
   - Removes the need for powermock in recon unit tests.
   - Added guice injection to Task framework.
   - Cleans up contract of Recon task interface. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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