You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While still blocked, I tried to integrate it with mongos:
juju integrate mongos data-integrator
This gave the following juju status output for mongos:
App Version Status Scale Charm Channel Rev Exposed Message
config-server active 1 mongodb 6/beta 149 no Primary
data-integrator blocked 1 data-integrator stable 19 no Please specify either topic, index, or database name
mongos error 1 mongos 6/edge 5 no hook failed: "cluster-relation-changed"
shard0 active 1 mongodb 6/beta 149 no Primary
shard1 active 1 mongodb 6/beta 149 no Primary
Solution
As suggested by @MiaAltieri, the status for this event could instead go into blocked with a more explanatory error message.
The text was updated successfully, but these errors were encountered:
Issue
Mongos' message
hook failed: "cluster-relation-changed"
anderror
status are not very informative for an end user.Example
On a sharded cluster, I deployed
data-integrator
without any config specifications:which leaves it in a
blocked
state.While still
blocked
, I tried to integrate it with mongos:This gave the following
juju status
output formongos
:App Version Status Scale Charm Channel Rev Exposed Message config-server active 1 mongodb 6/beta 149 no Primary data-integrator blocked 1 data-integrator stable 19 no Please specify either topic, index, or database name mongos error 1 mongos 6/edge 5 no hook failed: "cluster-relation-changed" shard0 active 1 mongodb 6/beta 149 no Primary shard1 active 1 mongodb 6/beta 149 no Primary
Solution
As suggested by @MiaAltieri, the status for this event could instead go into
blocked
with a more explanatory error message.The text was updated successfully, but these errors were encountered: