You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/20 16:53:00 UTC

[jira] [Commented] (PROTON-2138) Capabilities not present in transaction coordinator attach

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

ASF GitHub Bot commented on PROTON-2138:
----------------------------------------

kgiusti commented on pull request #209: PROTON-2138: properly parse the remote terminus properties
URL: https://github.com/apache/qpid-proton/pull/209
 
 
   The coordinator terminus only has a capabilities field.  This is
   different from the tranditional endpoint attach frame and must be
   handled appropriately.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Capabilities not present in transaction coordinator attach
> ----------------------------------------------------------
>
>                 Key: PROTON-2138
>                 URL: https://issues.apache.org/jira/browse/PROTON-2138
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c
>    Affects Versions: proton-c-0.29.0
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>            Priority: Major
>             Fix For: proton-c-0.30.0
>
>
> When paring an incoming ATTACH frame for a transaction coordinator Proton does not correctly retrieve the coordinator target's capabilities field.
> Here's a trace from qpid-dispatch servicing a request between tx_send.py and artemis:
> This attach frame arrives from tx_send.py:
> {noformat}
> 2019-11-20 11:39:25.133485 -0500 SERVER (trace) [2]:FRAME: 0 <- @attach(18) [name="txn-ctrl", handle=1, role=false, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [durable=0, timeout=0, dynamic=false], target=@coordinator(48) [capabilities=:"amqp:local-transactions"], initial-delivery-count=0]
> {noformat}
> Note the " [capabilities=:"amqp:local-transactions"]" in the target.
> On dispatch attempting to retrieve the target's capabilities return no data: 
> 2019-11-20 11:39:25.133710 -0500 ROUTER (info) KAG: qdr-target=



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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