ceilometer-dbsync fails in replicaSet with liberty

Bug #1511789 reported by Tim Rozet
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ceilometer
New
Undecided
Tim Rozet

Bug Description

Bug where deprecated configurationf for liberty "mongodb_replica_set" still exists in db sync code:

            client = MongoProxy(
                pymongo.MongoClient(
                    url, replicaSet=cfg.CONF.database.mongodb_replica_set
                )
            )

When db sync is attempted it fails to connect to database with the following error:

Unable to reconnect to the primary mongodb: No replica set members available for replica set name "". Trying again in 10 seconds

^notice replica set name is empty

Tim Rozet (trozet)
Changed in ceilometer:
assignee: nobody → Tim Rozet (trozet)
tags: added: in-stable-liberty
Revision history for this message
Tim Rozet (trozet) wrote :

Didn't realize this is already reported/fixed by:
https://bugs.launchpad.net/ceilometer/+bug/1505669

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.