Bug 1109873
Summary: | "qpid-stat -c does not show clients names connected from Windows | |||
---|---|---|---|---|
Product: | Red Hat Enterprise MRG | Reporter: | Petra Svobodová <psvobodo> | |
Component: | qpid-tools | Assignee: | Irina Boverman <iboverma> | |
Status: | CLOSED ERRATA | QA Contact: | Petra Svobodová <psvobodo> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | Development | CC: | iboverma, jross | |
Target Milestone: | 3.1 | Keywords: | Patch | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | All | |||
Whiteboard: | ||||
Fixed In Version: | qpid-tools-0.30-3.el6 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1113194 (view as bug list) | Environment: | ||
Last Closed: | 2015-04-14 13:48:09 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: | ||||
Attachments: |
Description
Petra Svobodová
2014-06-16 14:21:20 UTC
Created attachment 912136 [details]
Patch to replace empty fields with "unknown".
How to test changes: (1) Change broker config file to this: auth=no (2) Start broker on localhost service qpidd start (3) Use spout to send messages (RHEL): spout -b localhost test0 (4) Use drain (Windows and RHEL): (a) RHEL: drain -b localhost --timeout 120 amq.topic (b) Windows: $ alias rdp='rdesktop -u mrg -g 1024x800 mrg-win-1.ml3.eng.bos.redhat.com' $ rdp User mrg (usual team root password), and a screen geometry that works for you if 1600x1024 doesn't fit. Open up a dos box command prompt. Drain is located at D:\Users\mrg\winsdk\qpid-cpp-x86-VS2010-3.22.41.1\bin\Debug Details (per Chuck's instructions): C:\> C:\>d: D:\>cd Users\mrg\winsdk\qpid-cpp-x86-VS2010-3.22.41.1\bin\debug D:\Users\mrg\winsdk\qpid-cpp-x86-VS2010-3.22.41.1\bin\Debug>drain -b <broker> --timeout 120 amq.topic (5) # qpid-stat -c Result after changes: Connections connection cproc cpid mech auth connected idle msgIn msgOut =================================================================================================================== qpid.10.16.44.229:5672-10.19.176.108:60550 unknown 2320 unknown unknown 1m 2s 1m 1s 0 0 qpid.[::1]:5672-[::1]:37979 drain 27240 unknown anonymous 16s 13s 0 0 qpid.[::1]:5672-[::1]:37981 qpid-stat 27253 unknown anonymous 0s 0s 1 0 There are also bugs in Windows client not passing "cproc" and "auth" fields to the broker, and in both Windows/Linux code not passing "mech" field to the broker. I think you'll find that this patch produces syntax errors on older versions of python. The inline if-else is a new feature since python 2.5. I recommend using an approach that will work on rhel 5's python. (In reply to Justin Ross from comment #6) > I think you'll find that this patch produces syntax errors on older versions > of python. The inline if-else is a new feature since python 2.5. I > recommend using an approach that will work on rhel 5's python. Created attachment 936281 [details]
Revised patch for qpid-stat to replace empty fields with "unknown"
Created attachment 939372 [details]
Revised patch for qpid-stat to replace empty fields with "-"
I am very sorry, but I still can see no information about connected client from Windows. Now the output looks like: # qpid-stat -c Connections connection cproc cpid mech auth connected idle msgIn msgOut ================================================================================================================== qpid.10.34.75.189:5672-10.34.74.67:60566 - 2520 PLAIN - 4s 2s 0 0 qpid.[::1]:5672-[::1]:32773 qpid-stat 32604 ANONYMOUS anonymous 0s 0s 1 0 "cproc" column still contains no client name. --> ASSIGNED The qpid-stat tool is able to show all connections parameters. If the name of a connected client is unknown, a dash is displayed. Verified on Rhel 6.6 i686 and x86_64 and Windows 7-x64, Windows 8-x64, Windows Server 2008-x64 and R2 and Windows Server 2012-x64 with packages qpid-cpp-0.30.6.el6 and qpid-cpp-win-3.30.6.1-1. --> VERIFIED Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2015-0805.html |