You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Tobias Nöll (JIRA)" <ji...@apache.org> on 2016/04/04 17:04:25 UTC

[jira] [Comment Edited] (QPID-2410) perftest hang in SSL on Windows with large buffers

    [ https://issues.apache.org/jira/browse/QPID-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15224252#comment-15224252 ] 

Tobias Nöll edited comment on QPID-2410 at 4/4/16 3:03 PM:
-----------------------------------------------------------

Thats what I'm doing (max-frame-size:16384 in the connection parameter of the client). My changes to the java broker should mirror your fix in src/qpid/broker/windows/SaslAuthenticator.cpp for the c++ broker. From the protocol trace it seems that my changes to the java broker, however, are not respected, the broker seems to still send with max-frame-size=65535. For my next step, I'll simply change the c++ client according to your fix. Maybe SSL is even working without changing the java broker (hope dies last ;))

Update: It doesn't seem to work. With the fixes the client seems to be able to send larger messages, but it doesn't seem to be able to receive large messages (probably due to the java broker issue).


was (Author: tobiasnoell):
Thats what I'm doing (max-frame-size:16384 in the connection parameter of the client). My changes to the java broker should mirror your fix in src/qpid/broker/windows/SaslAuthenticator.cpp for the c++ broker. From the protocol trace it seems that my changes to the java broker, however, are not respected, the broker seems to still send with max-frame-size=65535. For my next step, I'll simply change the c++ client according to your fix. Maybe SSL is even working without changing the java broker (hope dies last ;))

> perftest hang in SSL on Windows with large buffers
> --------------------------------------------------
>
>                 Key: QPID-2410
>                 URL: https://issues.apache.org/jira/browse/QPID-2410
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Client
>    Affects Versions: 0.7
>         Environment: Windows client, Linux broker
>            Reporter: Cliff Jansen
>            Assignee: Steve Huston
>         Attachments: ssl_windows_patch.patch
>
>
> The following command:
>   perftest --count 1 --size 102400 -P ssl --port 5671 --broker linuxhost --username testuser --password secret --mechanism PLAIN
> hangs on a Windows client.  Reducing the message body size to 1024 bytes makes the hang go away, as does turning off SSL.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org