You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Daniel Chen (Jira)" <ji...@apache.org> on 2021/05/12 23:50:00 UTC

[jira] [Created] (SAMZA-2656) Restore thread management for TaskRestoreManager

Daniel Chen  created SAMZA-2656:
-----------------------------------

             Summary: Restore thread management for TaskRestoreManager
                 Key: SAMZA-2656
                 URL: https://issues.apache.org/jira/browse/SAMZA-2656
             Project: Samza
          Issue Type: Improvement
            Reporter: Daniel Chen 
            Assignee: Daniel Chen 


ContainerStorageManager currently spawns the threads required for restoreManager#restore, however this could cause a deadlock if the restore manager provisions more threads using the same thread pool, resulting in a hold and wait scenario.

This could be solved by blocking until the restoreManager#restore returns.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)