Added log line to better debug where rivers will get allocated
This commit is contained in:
parent
0a97134757
commit
922f51fdd5
|
@ -241,6 +241,7 @@ public class RiversRouter extends AbstractLifecycleComponent<RiversRouter> imple
|
|||
it.remove();
|
||||
routing.node(smallest);
|
||||
nodesToRivers.get(smallest).add(routing);
|
||||
logger.debug("going to allocate river [{}] on node {}", routing.riverName().getName(), smallest);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue