leo-project / leofs

The LeoFS Storage System

Home Page:https://leo-project.net/leofs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[leo_manager][leo_storage][MDCR] recover-cluster may get timeout in case the number of files to be synchronized is very large

mocchira opened this issue · comments

As described on #1142 (comment). we have to fix the code implemented at https://github.com/leo-project/leofs/blob/1.4.2/apps/leo_manager/src/leo_manager_api.erl#L1595-L1597 in some asynchronous way (ex: Don't wait for the task being finished. Instead returns OK to the leofs-adm immediately and notify via a log file when the task is being finished)