yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11361
[Bug 1290772] [NEW] MatchMakerRedis doesn't work [zeromq]
Public bug reported:
I was testing zeromq with redis. I installed all packages from ubuntu cloud repository[havana]. I added the following lines in nova.conf.
...
rpc_zmq_matchmaker = nova.openstack.common.rpc.matchmaker_redis.MatchMakerRedis
rpc_backend = nova.openstack.common.rpc.impl_zmq
...
I get the following error
2014-03-11 09:57:58.671 11201 ERROR nova.openstack.common.threadgroup [-] Command # 1 (SADD scheduler.ubuntu scheduler.ubuntu.ubuntu) of pipeline caused error: Operation against a key holding the wrong kind of value
The same error is reported in the following services:
nova-conductor
nova-consoleauth
nova-scheduler
The problem seems to come from the matchmaker using the same key to
register a set of hosts and the hosts themselves.
** Affects: nova
Importance: Undecided
Status: New
** Description changed:
- I was testing zeromq with redis. I installed all packages from ubuntu cloud repository. I added the following lines in nova.conf.
+ I was testing zeromq with redis. I installed all packages from ubuntu cloud repository[havana]. I added the following lines in nova.conf.
...
rpc_zmq_matchmaker = nova.openstack.common.rpc.matchmaker_redis.MatchMakerRedis
rpc_backend = nova.openstack.common.rpc.impl_zmq
...
- I get the following error
+ I get the following error
2014-03-11 09:57:58.671 11201 ERROR nova.openstack.common.threadgroup [-] Command # 1 (SADD scheduler.ubuntu scheduler.ubuntu.ubuntu) of pipeline caused error: Operation against a key holding the wrong kind of value
The same error is reported in the following services:
nova-conductor
nova-consoleauth
nova-scheduler
-
- The problem seems to come from the matchmaker using the same key to register a set of hosts and the hosts themselves.
+ The problem seems to come from the matchmaker using the same key to
+ register a set of hosts and the hosts themselves.
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1290772
Title:
MatchMakerRedis doesn't work [zeromq]
Status in OpenStack Compute (Nova):
New
Bug description:
I was testing zeromq with redis. I installed all packages from ubuntu cloud repository[havana]. I added the following lines in nova.conf.
...
rpc_zmq_matchmaker = nova.openstack.common.rpc.matchmaker_redis.MatchMakerRedis
rpc_backend = nova.openstack.common.rpc.impl_zmq
...
I get the following error
2014-03-11 09:57:58.671 11201 ERROR nova.openstack.common.threadgroup [-] Command # 1 (SADD scheduler.ubuntu scheduler.ubuntu.ubuntu) of pipeline caused error: Operation against a key holding the wrong kind of value
The same error is reported in the following services:
nova-conductor
nova-consoleauth
nova-scheduler
The problem seems to come from the matchmaker using the same key to
register a set of hosts and the hosts themselves.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1290772/+subscriptions
Follow ups
References