tanvipenumudy opened a new pull request, #3662: URL: https://github.com/apache/ozone/pull/3662
## What changes were proposed in this pull request? To expand the current functionality of a single-threaded global executor service for executing a single write operation at a time by introducing multiple executors - a list of `ThreadPoolExecutors` of size equal to the configuration: `om.num.concurrent.write.threads` _(= 10 by default)_ for allowing multiple concurrent write operations to be executed when they are each operating on `OBJECT_STORE` `(“OBS”)` bucket layout disjoint key paths. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7105 ## How was this patch tested? Existing UTs -- 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]
