You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the libfabric-sarus branch, the executor manager will crash if the resource_manager_address or resource_manager_port fields in config/executor_manager.json are not set. This crash still happens even when the executor manager is run with --skip-resource-manager. I can work on a fix at some point, but I just wanted to document the bug.
@ShubhAgarwal-30 Thanks for your interest! This issue is on a branch in progress that needs specific deployment and testing - I think it will would be better if you could help with other issues :-)
In the libfabric-sarus branch, the executor manager will crash if the
resource_manager_address
orresource_manager_port
fields inconfig/executor_manager.json
are not set. This crash still happens even when the executor manager is run with--skip-resource-manager
. I can work on a fix at some point, but I just wanted to document the bug.Code breaks here: https://github.com/spcl/rFaaS/blob/libfabric-sarus/server/executor_manager/manager.cpp#L28
The text was updated successfully, but these errors were encountered: