I am running the R package h2o
version 3.20.0.2 on an azure cluster.
After fitting many h2o models, the h2o cluster seems to have become unresponsive with this error message:
Warning in .h2o.__checkConnectionHealth() : H2O cluster node 127.0.0.1:54321 is behaving slowly and should be inspected manually.
I have tried to reset the cluster with h2o.shutdown()
but the problem persists and h2o.init()
fails.
Without admin rights, how can I truly restart the h2o server and how would I avoid this problem in the future ?