You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/08/08 17:54:58 UTC

[GitHub] [ozone] tanvipenumudy opened a new pull request, #3664: HDDS-7107. Determine OzoneManagerStateMachine multipleExecutors index via hashing

tanvipenumudy opened a new pull request, #3664:
URL: https://github.com/apache/ozone/pull/3664

   ## What changes were proposed in this pull request?
   
   [To be merged after [HDDS-7105](https://issues.apache.org/jira/browse/HDDS-7105) PR #[3662](https://github.com/apache/ozone/pull/3662)] Introduce an interface `OMHashCodeGenerator` which translates each of the `OBJECT_STORE "OBS"` bucket layout key path names into a hash code based on the corresponding hash function used. 
   
   The write operations on different key paths now have their corresponding hash codes and are allotted a thread writer (executor) index for execution determined via the modulo (`hashCode % om.num.concurrent.write.threads`) - this enables concurrency for write operations. 
   
   Please refer [link](https://issues.apache.org/jira/secure/attachment/13047873/HDDS%20-%20Allow%20Concurrent%20Writers%20in%20OM%20for%20OBS%20Bucket%20Key%20Paths_8Aug2022.pdf).
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-6822
   
   ## How was this patch tested?
   
   Added integration tests
   


-- 
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: issues-unsubscribe@ozone.apache.org

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


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


[GitHub] [ozone] tanvipenumudy closed pull request #3664: HDDS-7107. Determine OzoneManagerStateMachine multipleExecutors index via hashing

Posted by GitBox <gi...@apache.org>.
tanvipenumudy closed pull request #3664: HDDS-7107. Determine OzoneManagerStateMachine multipleExecutors index via hashing
URL: https://github.com/apache/ozone/pull/3664


-- 
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: issues-unsubscribe@ozone.apache.org

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


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