Bug 875962

Summary: Specifying many ip interfaces triggers encoding error
Product: Red Hat Enterprise MRG Reporter: Justin Ross <jross>
Component: qpid-cppAssignee: Andrew Stitcher <astitcher>
Status: CLOSED WONTFIX QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.0CC: jross
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-05-22 14:34:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Justin Ross 2012-11-12 23:03:09 UTC
From bug 790004:

"""
2/ When many ip addresses (v4,v6) are set on various interfaces, broker sets them all into ClusterURL, then start to generate encoding error. for example: 
--cite--
2012-10-26 09:04:59 [System] error Exception thrown by timer task ManagementAgent::periodicProcessing: Could not encode string of 281 bytes as uint8_t string. (qpid/framing/Buffer.cpp:246)
"""

"""
Issue 2 is an independent bug - it would have previously occurred if the list of interfaces were long enough. It's exacerbated because IPv6 literal addresses tend to be long.
"""