designate.coordination references non-existent exception class

Bug #1560950 reported by Kiall Mac Innes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Designate
Fix Released
Critical
Kiall Mac Innes
Liberty
New
Undecided
Kiall Mac Innes

Bug Description

designate.coordination references non-existent "tooz.ToozError" exception class.

    2016-03-23 02:20:52.147 22015 DEBUG kazoo.client [-] Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=4294986441, time_out=10000, session_id=95597180871049231, passwd='***', read_only=None) _submit /opt/stack/venv/designate-20160323T005203Z/lib/python2.7/site-packages/kazoo/protocol/connection.py:282
    2016-03-23 02:20:52.153 22015 ERROR oslo_service.service [-] Error starting thread.
    2016-03-23 02:20:52.153 22015 ERROR oslo_service.service Traceback (most recent call last):
    2016-03-23 02:20:52.153 22015 ERROR oslo_service.service File "/opt/stack/venv/designate-20160323T005203Z/lib/python2.7/site-packages/oslo_service/service.py", line 680, in run_service
    2016-03-23 02:20:52.153 22015 ERROR oslo_service.service service.start()
    2016-03-23 02:20:52.153 22015 ERROR oslo_service.service File "/opt/stack/venv/designate-20160323T005203Z/lib/python2.7/site-packages/designate/zone_manager/service.py", line 67, in start
    2016-03-23 02:20:52.153 22015 ERROR oslo_service.service self._partitioner.start()
    2016-03-23 02:20:52.153 22015 ERROR oslo_service.service File "/opt/stack/venv/designate-20160323T005203Z/lib/python2.7/site-packages/designate/coordination.py", line 189, in start
    2016-03-23 02:20:52.153 22015 ERROR oslo_service.service self._my_partitions = self._update_partitions()[1]
    2016-03-23 02:20:52.153 22015 ERROR oslo_service.service File "/opt/stack/venv/designate-20160323T005203Z/lib/python2.7/site-packages/designate/coordination.py", line 166, in _update_partitions
    2016-03-23 02:20:52.153 22015 ERROR oslo_service.service members = sorted(list(self._get_members(self._group_id)))
    2016-03-23 02:20:52.153 22015 ERROR oslo_service.service File "/opt/stack/venv/designate-20160323T005203Z/lib/python2.7/site-packages/designate/coordination.py", line 138, in _get_members
    2016-03-23 02:20:52.153 22015 ERROR oslo_service.service except tooz.ToozError:
    2016-03-23 02:20:52.153 22015 ERROR oslo_service.service AttributeError: 'module' object has no attribute 'ToozError'
    2016-03-23 02:20:52.153 22015 ERROR oslo_service.service
    2016-03-23 02:20:52.156 22015 DEBUG designate.service [-] Stopping RPC server on topic 'zone_manager' stop /opt/stack/venv/designate-20160323T005203Z/lib/python2.7/site-packages/designate/service.py:135
2016-03-23 02:20:52.156 22015 WARNING oslo_messaging.server [-] start/stop/wait must be called in the same thread

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to designate (master)

Fix proposed to branch: master
Review: https://review.openstack.org/296398

Changed in designate:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to designate (master)

Reviewed: https://review.openstack.org/296398
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=6a21a790b7c5da0ceadc03f14fdc78bb8887cf3d
Submitter: Jenkins
Branch: master

commit 6a21a790b7c5da0ceadc03f14fdc78bb8887cf3d
Author: Kiall Mac Innes <email address hidden>
Date: Wed Mar 23 12:14:53 2016 +0000

    Partitoner references invalid exception class

    The partitioner references an non-existent exception. Additionally,
    the exception it intended to catch was *extremely* generic, and it's
    attempted recovery was flawed. It should be save to fix that all up
    in this review, as this code has never actually be executed.

    Change-Id: Ib3e885baa03ea7de0a23f8b4aaed5feb2ea4e234
    Closes-Bug: 1560950

Changed in designate:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to designate (stable/mitaka)

Fix proposed to branch: stable/mitaka
Review: https://review.openstack.org/299957

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to designate (stable/mitaka)

Reviewed: https://review.openstack.org/299957
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=979b67dbf9a452ddce8ba8ddc7f823ee6858d98a
Submitter: Jenkins
Branch: stable/mitaka

commit 979b67dbf9a452ddce8ba8ddc7f823ee6858d98a
Author: Kiall Mac Innes <email address hidden>
Date: Wed Mar 23 12:14:53 2016 +0000

    Partitoner references invalid exception class

    The partitioner references an non-existent exception. Additionally,
    the exception it intended to catch was *extremely* generic, and it's
    attempted recovery was flawed. It should be save to fix that all up
    in this review, as this code has never actually be executed.

    Change-Id: Ib3e885baa03ea7de0a23f8b4aaed5feb2ea4e234
    Closes-Bug: 1560950

tags: added: in-stable-mitaka
Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/designate 2.0.0.0rc2

This issue was fixed in the openstack/designate 2.0.0.0rc2 release candidate.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to designate (master)

Fix proposed to branch: master
Review: https://review.openstack.org/302559

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to designate (master)

Reviewed: https://review.openstack.org/302559
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=c4c8b35bbfc9da600727939cfbe86585ea6595ec
Submitter: Jenkins
Branch: master

commit c7b70754053ea482b302a78eb241b15985419dad
Author: sonu.kumar <email address hidden>
Date: Mon Feb 15 16:41:37 2016 +0530

    Adding v2 namespaced event to zone manager

    Change-Id: Ic5cedb3bd72b95a14665d1a0d14b9b902b92fa61
    Closes-bug: #1544911

commit ed29445fe58fc1634a4728304440d990595a51cc
Author: Graham Hayes <email address hidden>
Date: Mon Mar 21 14:30:00 2016 +0000

    Do not log pool-manager-caches SQL transactions

    Change-Id: I14a376d8e8b65fe96ed55b768a0a115d02463ef0

commit 7b5e1fd3213e5a9964824d9edda66a80cefb15f2
Author: Tom Walsh <email address hidden>
Date: Tue Mar 22 10:56:13 2016 -0500

    Added "view" option to bind9 rndc options

    Change-Id: I53fb454e785bf45be2860d32416e99efe6ca3b3f

commit 979b67dbf9a452ddce8ba8ddc7f823ee6858d98a
Author: Kiall Mac Innes <email address hidden>
Date: Wed Mar 23 12:14:53 2016 +0000

    Partitoner references invalid exception class

    The partitioner references an non-existent exception. Additionally,
    the exception it intended to catch was *extremely* generic, and it's
    attempted recovery was flawed. It should be save to fix that all up
    in this review, as this code has never actually be executed.

    Change-Id: Ib3e885baa03ea7de0a23f8b4aaed5feb2ea4e234
    Closes-Bug: 1560950

commit a54dade941751ed2d2067af29d6997f0d50a2370
Author: Akihiro Motoki <email address hidden>
Date: Thu Mar 24 05:48:32 2016 +0900

    devstack: compile message catalogs during stack.sh

    It is required to compile i18n message catalogs during stack.sh
    to display translated messages appropriately.

    Change-Id: Ic44d8d5b12be1a9128c871f223c9d8712b3205e1

commit f591b43bd92a0ecf3b34eab16708594c405dc335
Author: Doug Hellmann <email address hidden>
Date: Fri Mar 18 14:07:08 2016 -0400

    Update .gitreview for stable/mitaka

    Change-Id: Ib9ab419177da4ffed704095da40c0735d3c83ac1

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/designate 3.0.0.0b1

This issue was fixed in the openstack/designate 3.0.0.0b1 development milestone.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/designate 2.0.0

This issue was fixed in the openstack/designate 2.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.