[
https://issues.apache.org/jira/browse/HDDS-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bharat Viswanadham updated HDDS-1757:
-------------------------------------
Issue Type: Sub-task (was: Bug)
Parent: HDDS-505
> Use ExecutorService in OzoneManagerStateMachine
> -----------------------------------------------
>
> Key: HDDS-1757
> URL: https://issues.apache.org/jira/browse/HDDS-1757
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Bharat Viswanadham
> Assignee: Bharat Viswanadham
> Priority: Major
>
> In the current code in applyTransaction we haveĀ
> CompletableFuture<Message> future = CompletableFuture
> .supplyAsync(() -> runCommand(request, trxLogIndex)); We are using
> ForkJoin#commonPool.
> With the current approach we have 2 issues:
> # Thread exhausts when using this common pool.
> # OM DB's across replica can be out of sync when the apply transactions are
> applied in out of order.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]