Bug 809357
Summary: | "qpid-perftest.exe" and "qpid-latency-test.exe" fail with option "--tcp-nodelay" on Windows | ||
---|---|---|---|
Product: | Red Hat Enterprise MRG | Reporter: | Petra Svobodová <psvobodo> |
Component: | qpid-cpp | Assignee: | Cliff Jansen <cjansen> |
Status: | CLOSED ERRATA | QA Contact: | Petra Svobodová <psvobodo> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | Development | CC: | freznice, iboverma, jross, mcressma, pematous |
Target Milestone: | 2.2 | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Windows | ||
Whiteboard: | |||
Fixed In Version: | qpid-cpp-win-3.1.0.1 (qpid-cpp-0.14-19) | Doc Type: | Bug Fix |
Doc Text: |
The Windows specific code for Socket::setTcpNoDelay tries to set the property before the connection is open, resulting in an exception.
The fix remembers the request and delays its operation until after the socket is open (which matches the Posix implementation).
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2012-09-19 17:20:51 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: | |||
Bug Depends On: | |||
Bug Blocks: | 781560 |
Description
Petra Svobodová
2012-04-03 07:55:37 UTC
Fix applied upstream r1339927. see https://issues.apache.org/jira/browse/QPID-4008 Tools "qpid-perftest.exe" and "qpid-latency-test.exe" work with "--tcp-nodelay" option now; this exception did not occur. Verified on packages qpid-cpp-win-3.1.0.1-1 on Windows platforms: - XP-x86 and x64 - 7-x86 and x64 - Server2003-x86 and x64 - Server2008-x86 and x64 - Server2008 R2 --> VERIFIED Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: The Windows specific code for Socket::setTcpNoDelay tries to set the property before the connection is open, resulting in an exception. The fix remembers the request and delays its operation until after the socket is open (which matches the Posix implementation). 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. http://rhn.redhat.com/errata/RHSA-2012-1277.html Removing external tracker bug with the id '4008' as it is not valid for this tracker |