Zanis7

Results 6 comments of Zanis7

The ``getLoad()`` and ``selectSlot()`` code is mostly same in both 4.13 and latest versios. So it should occur in latest version as well.

We are facing SessionNotCreatedException randomly when running a high number of sessions. The exception is caused by a TimeoutException (you can see the full stack trace in my post). Setup...

Yes, we are monitoring CPU and RAM usage. On the Hub, both CPU and RAM usage remain below 50%. On the Nodes, CPU and RAM usage are around 80%. >...

@VietND96 yes, we can run our tests with ```GreedySlotSelector```. We currently have a CustomSlotSelector which is almost similar to the ```GreedySlotSelector```, it also picks nodes with higher load. Please find...

@diemol We are collecting CPU and memory usage for every 5 seconds. Both CPU and RAM usage remain below 50% at the time of the issue. No CPU/Memory spikes.

We have tried to run the tests with loggers which measures the time taken by `selectSlot`, the logs confirm that the method usually takes less than 10ms, rarely it exceeds...