gem / oq-engine

OpenQuake Engine: a software for Seismic Hazard and Risk Analysis
https://github.com/gem/oq-engine/#openquake-engine
GNU Affero General Public License v3.0
378 stars 273 forks source link

Allow hostnames to be used when on zmq #5005

Closed daniviga closed 4 years ago

daniviga commented 5 years ago

Like

host_cores = winehouse-bond -1, joplin-bond -1, makeba-bond -1, holiday-bond -1

it actually does not work

2019-08-21T15:29:26.13,CRITICAL,MainProcess/22380,Traceback (most recent call last):
  File "/opt/openquake3/oq-engine/openquake/engine/engine.py", line 335, in run_calc
    logging.info('WorkerPool %s',  master.wait_pools(seconds=30))
  File "/opt/openquake3/oq-engine/openquake/baselib/workerpool.py", line 77, in wait_pools
    raise TimeoutError(status)
openquake.baselib.workerpool.TimeoutError: [('winehouse-bond', 'not-running'), ('joplin-bond', 'not-running'), ('makeba-bond', 'not-running'), ('holiday-bond', 'not-running')]
micheles commented 4 years ago

This is not needed anymore.