Activity log for bug #2034562

Date Who What changed Old value New value Message
2023-09-06 12:45:53 Mehdi B. bug added bug
2023-09-06 12:58:10 Mehdi B. description Hello, Given the following juju deployment: status: app: blocked units: 0: active / idle (since +120sec) 1: active / idle (since +120sec) 2: active / idle (since +120sec) I would expect the following to succeed: await ops_test.model.wait_for_idle( apps=[app], status="active", timeout=1000, wait_for_exact_units=3, idle_period=120 ) But it does not and rather hits a TimeoutError (1000sec) waiting for model, even though continuously reporting: INFO juju.model:model.py:2618 Waiting for model: opensearch/1 [idle] active: opensearch/2 [idle] active: opensearch/3 [idle] active: ----- The same issue happens intermittently even when the whole combination "app + unit" is fully active and for a duration greater than idle_period. Thank you Hello, Given the following juju deployment: status:     app: blocked     units:         0: active / idle (since +120sec)         1: active / idle (since +120sec)         2: active / idle (since +120sec) I would expect the following to succeed: await ops_test.model.wait_for_idle(     apps=[app], status="active", timeout=1000, wait_for_exact_units=3, idle_period=120 ) But it does not and rather **consistently** hits a TimeoutError (1000sec) waiting for model, even though continuously reporting: INFO juju.model:model.py:2618 Waiting for model:   opensearch/1 [idle] active:   opensearch/2 [idle] active:   opensearch/3 [idle] active: ----- The same issue happens **intermittently** even when the whole combination "app + unit" is fully active and for a duration greater than idle_period. Thank you
2023-09-06 18:46:35 Mehdi B. description Hello, Given the following juju deployment: status:     app: blocked     units:         0: active / idle (since +120sec)         1: active / idle (since +120sec)         2: active / idle (since +120sec) I would expect the following to succeed: await ops_test.model.wait_for_idle(     apps=[app], status="active", timeout=1000, wait_for_exact_units=3, idle_period=120 ) But it does not and rather **consistently** hits a TimeoutError (1000sec) waiting for model, even though continuously reporting: INFO juju.model:model.py:2618 Waiting for model:   opensearch/1 [idle] active:   opensearch/2 [idle] active:   opensearch/3 [idle] active: ----- The same issue happens **intermittently** even when the whole combination "app + unit" is fully active and for a duration greater than idle_period. Thank you Hello, Given the following juju deployment: status:     app: blocked     units:         0: active / idle (since +120sec)         1: active / idle (since +120sec)         2: active / idle (since +120sec) I would expect the following to succeed: await ops_test.model.wait_for_idle(     apps=[app], status="active", timeout=1000, wait_for_exact_units=3, idle_period=120 ) But it does not and rather **consistently** hits a TimeoutError (1000sec) waiting for model, even though continuously reporting: INFO juju.model:model.py:2618 Waiting for model:   opensearch/1 [idle] active:   opensearch/2 [idle] active:   opensearch/3 [idle] active: ----- The same issue happens **intermittently** even when the whole combination "app + unit" is fully active and for a duration greater than idle_period. ----- juju: 2.9.44 Thank you
2023-09-07 10:27:34 Vitaly Antonenko juju: assignee Caner Derici (cderici)
2023-09-07 10:27:47 Vitaly Antonenko juju: status New Triaged
2023-09-26 16:47:03 Marcelo Henrique Neppel bug added subscriber Marcelo Henrique Neppel