You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2016/08/23 14:56:20 UTC

[jira] [Created] (PROTON-1286) [proton-c] pipelined incoming open-begin-end triggers bad Begin response

Chuck Rolke created PROTON-1286:
-----------------------------------

             Summary: [proton-c] pipelined incoming open-begin-end triggers bad Begin response 
                 Key: PROTON-1286
                 URL: https://issues.apache.org/jira/browse/PROTON-1286
             Project: Qpid Proton
          Issue Type: Bug
          Components: proton-c
    Affects Versions: 0.13.1
         Environment: qpid-proton master (as of aug-23) running on fedora 23. Example 'server_direct -a localhost:5672/q1'

amqpnetlite master (as of aug-19) running on WinServer 2012 R2
Self test LinkTests_SessionCreateClose
            Reporter: Chuck Rolke


This issue is a duplicate of https://issues.apache.org/jira/browse/QPID-7397

I suspect that there is a race condition in proton where the incoming stream of events creates a session and then deletes it before the proton client (be it server_direct or qpidd) can reply with the session creation response.

The response would normally be a Begin(channel=0, RemoteChannel=0) but since the session is deleted the response goes out as Begin(channel=0, RemoteChannel=null). This makes it look like a new session is being created.




--
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