]
Will Burns updated ISPN-11474:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
RecoveryManager API should be non blocking
------------------------------------------
Key: ISPN-11474
URL:
https://issues.redhat.com/browse/ISPN-11474
Project: Infinispan
Issue Type: Sub-task
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
RecoverManager, which is internal only, has a blocking API which can pass a sync
parameter. Instead we should change the API to be non blocking and let callers decide if
they want to wait or not on it. This allows us to clean up callers who may be able to use
this in a non blocking fashion.