spcl/rFaaS

[libfabric-sarus branch] --skip-resource-manager flag still requires an ip & port in config

Offen

#32 geöffnet am 21.08.2023

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (19 Forks)auto 404
buggood first issue

Repository-Metriken

Stars
 (59 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Code breaks here: https://github.com/spcl/rFaaS/blob/libfabric-sarus/server/executor_manager/manager.cpp#L28

Contributor Guide