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
Looking at the rest of the implementation, it seems likely a typo in one of them. In this case, which one is the "correct" one?
On the other hand, if this is intentional, could you elaborate the reasoning behind this difference between the two methods?
Thanks,
Emmanouil Maroudas
The text was updated successfully, but these errors were encountered:
Hello,
In the org.fog.placement.MicroservicesController class, the two init() methods operate differently on the Config.ENABLE_STATIC_CLUSTERING value.
In particular:
org.fog.placement.MicroservicesController::init() checks for:
if (Config.ENABLE_STATIC_CLUSTERING)
where
org.fog.placement.MicroservicesController::init(Map<Integer, List> monitored) checks the opposite:
if (!Config.ENABLE_STATIC_CLUSTERING)
Looking at the rest of the implementation, it seems likely a typo in one of them. In this case, which one is the "correct" one?
On the other hand, if this is intentional, could you elaborate the reasoning behind this difference between the two methods?
Thanks,
Emmanouil Maroudas
The text was updated successfully, but these errors were encountered: