lbaas driver operations fail

Bug #1709838 reported by rajiv
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
networking-odl
Incomplete
Medium
rajiv

Bug Description

Failed with following Error

ERROR networking_odl.journal.journal ^[[01;35m^[[00mTraceback (most recent call last):
ERROR networking_odl.journal.journal ^[[01;35m^[[00m File "/opt/stack/networking-odl/networking_odl/journal/journal.py", line 245, in _sync_entry
ERROR networking_odl.journal.journal ^[[01;35m^[[00m self.client.sendjson(method, urlpath, to_send)
ERROR networking_odl.journal.journal ^[[01;35m^[[00m File "/opt/stack/networking-odl/networking_odl/common/client.py", line 95, in sendjson
ERROR networking_odl.journal.journal ^[[01;35m^[[00m data = jsonutils.dumps(obj, indent=2) if obj else None
ERROR networking_odl.journal.journal ^[[01;35m^[[00m File "/usr/local/lib/python2.7/dist-packages/oslo_serialization/jsonutils.py", line 190, in dumps
ERROR networking_odl.journal.journal ^[[01;35m^[[00m return json.dumps(obj, default=default, **kwargs)
ERROR networking_odl.journal.journal ^[[01;35m^[[00m File "/usr/lib/python2.7/json/__init__.py", line 251, in dumps
ERROR networking_odl.journal.journal ^[[01;35m^[[00m sort_keys=sort_keys, **kw).encode(obj)
ERROR networking_odl.journal.journal ^[[01;35m^[[00m File "/usr/lib/python2.7/json/encoder.py", line 209, in encode
ERROR networking_odl.journal.journal ^[[01;35m^[[00m chunks = list(chunks)
ERROR networking_odl.journal.journal ^[[01;35m^[[00m File "/usr/lib/python2.7/json/encoder.py", line 434, in _iterencode
ERROR networking_odl.journal.journal ^[[01;35m^[[00m for chunk in _iterencode_dict(o, _current_indent_level):
ERROR networking_odl.journal.journal ^[[01;35m^[[00m File "/usr/lib/python2.7/json/encoder.py", line 408, in _iterencode_dict
ERROR networking_odl.journal.journal ^[[01;35m^[[00m for chunk in chunks:
ERROR networking_odl.journal.journal ^[[01;35m^[[00m File "/usr/lib/python2.7/json/encoder.py", line 443, in _iterencode
ERROR networking_odl.journal.journal ^[[01;35m^[[00m for chunk in _iterencode(o, _current_indent_level):
ERROR networking_odl.journal.journal ^[[01;35m^[[00m File "/usr/lib/python2.7/json/encoder.py", line 440, in _iterencode
ERROR networking_odl.journal.journal ^[[01;35m^[[00m raise ValueError("Circular reference detected")
ERROR networking_odl.journal.journal ^[[01;35m^[[00mValueError: Circular reference detected
ERROR networking_odl.journal.journal ^[[01;35m^[[00m

rajiv (rajiv-kumar)
Changed in networking-odl:
assignee: nobody → rajiv (rajiv-kumar)
Changed in networking-odl:
importance: Undecided → High
Revision history for this message
Isaku Yamahata (yamahata) wrote :

What's the value?
logger should log related value for debug.

Changed in networking-odl:
importance: High → Medium
Revision history for this message
Isaku Yamahata (yamahata) wrote :

Neutron LBaaS api also return json value to user.
How does the logic do? Why does it have same issue. we can follow how they do.

Revision history for this message
Mike Kolesnik (mkolesni) wrote :

Please provide the command that was used

Changed in networking-odl:
status: New → Incomplete
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.