[ 
https://issues.apache.org/jira/browse/QPID-5684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Ross updated QPID-5684:
------------------------------

    Description: 
See Rafi's comment from PROTON-561: 
https://issues.apache.org/jira/browse/PROTON-561?focusedCommentId=13966905&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13966905

This currently results in a hang in messenger (addressed in -561).

The view from the client side:

{noformat}
jross@localhost bailey$ PN_TRACE_FRM=1 python ~/test.py
Connected to 0.0.0.0:5672
[0x1d8d2c0]:  -> SASL
[0x1d8d2c0]:0 -> @sasl-init(65) [mechanism=:ANONYMOUS, initial-response=b""]
[0x1d8d2c0]:  <- SASL
[0x1d8d2c0]:0 <- @sasl-mechanisms(64) 
[sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS]]
[0x1d8d2c0]:0 <- @sasl-outcome(68) [code=0]
[0x1d8d2c0]:  -> AMQP
[0x1d8d2c0]:0 -> @open(16) 
[container-id="00f7ee97-c215-4bc8-9044-2b70bb040e15", hostname="0.0.0.0"]
[0x1d8d2c0]:0 -> @begin(17) [next-outgoing-id=0, incoming-window=2147483647, 
outgoing-window=1]
[0x1d8d2c0]:0 -> @attach(18) [name="sender-xxx", handle=0, role=false, 
snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [address="test", 
durable=0, timeout=0, dynamic=false], target=@target(41) [address="test", 
durable=0, timeout=0, dynamic=false], initial-delivery-count=0]
[0x1d8d2c0]:  <- AMQP
[0x1d8d2c0]:0 <- @open(16) 
[container-id="ecc27ee4-9768-43bd-8a19-3983b795ad0f", max-frame-size=32768, 
channel-max=255, properties={:product="qpid", :version="0.26", 
:"qpid.build"="1571648", :"qpid.instance_name"="Broker"}]
[0x1d8d2c0]:0 <- @begin(17) [remote-channel=0, next-outgoing-id=0, 
incoming-window=2048, outgoing-window=2048]
[0x1d8d2c0]:0 <- @attach(18) [name="sender-xxx", handle=0, role=true, 
snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [address="test", 
durable=0, timeout=0, dynamic=false]]
[0x1d8d2c0]:0 <- @detach(22) [handle=0, error=@error(29) 
[condition=:"amqp:not-found"]]
{noformat}

  was:
See Rafi's comment from QPID-561: 
https://issues.apache.org/jira/browse/PROTON-561?focusedCommentId=13966905&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13966905

This currently results in a hang in messenger (addressed in -561).

The view from the client side:

{noformat}
jross@localhost bailey$ PN_TRACE_FRM=1 python ~/test.py
Connected to 0.0.0.0:5672
[0x1d8d2c0]:  -> SASL
[0x1d8d2c0]:0 -> @sasl-init(65) [mechanism=:ANONYMOUS, initial-response=b""]
[0x1d8d2c0]:  <- SASL
[0x1d8d2c0]:0 <- @sasl-mechanisms(64) 
[sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS]]
[0x1d8d2c0]:0 <- @sasl-outcome(68) [code=0]
[0x1d8d2c0]:  -> AMQP
[0x1d8d2c0]:0 -> @open(16) 
[container-id="00f7ee97-c215-4bc8-9044-2b70bb040e15", hostname="0.0.0.0"]
[0x1d8d2c0]:0 -> @begin(17) [next-outgoing-id=0, incoming-window=2147483647, 
outgoing-window=1]
[0x1d8d2c0]:0 -> @attach(18) [name="sender-xxx", handle=0, role=false, 
snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [address="test", 
durable=0, timeout=0, dynamic=false], target=@target(41) [address="test", 
durable=0, timeout=0, dynamic=false], initial-delivery-count=0]
[0x1d8d2c0]:  <- AMQP
[0x1d8d2c0]:0 <- @open(16) 
[container-id="ecc27ee4-9768-43bd-8a19-3983b795ad0f", max-frame-size=32768, 
channel-max=255, properties={:product="qpid", :version="0.26", 
:"qpid.build"="1571648", :"qpid.instance_name"="Broker"}]
[0x1d8d2c0]:0 <- @begin(17) [remote-channel=0, next-outgoing-id=0, 
incoming-window=2048, outgoing-window=2048]
[0x1d8d2c0]:0 <- @attach(18) [name="sender-xxx", handle=0, role=true, 
snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [address="test", 
durable=0, timeout=0, dynamic=false]]
[0x1d8d2c0]:0 <- @detach(22) [handle=0, error=@error(29) 
[condition=:"amqp:not-found"]]
{noformat}


> 1.0 detach on error doesn't specify closed=True
> -----------------------------------------------
>
>                 Key: QPID-5684
>                 URL: https://issues.apache.org/jira/browse/QPID-5684
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.26, 0.29
>            Reporter: Justin Ross
>
> See Rafi's comment from PROTON-561: 
> https://issues.apache.org/jira/browse/PROTON-561?focusedCommentId=13966905&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13966905
> This currently results in a hang in messenger (addressed in -561).
> The view from the client side:
> {noformat}
> jross@localhost bailey$ PN_TRACE_FRM=1 python ~/test.py
> Connected to 0.0.0.0:5672
> [0x1d8d2c0]:  -> SASL
> [0x1d8d2c0]:0 -> @sasl-init(65) [mechanism=:ANONYMOUS, initial-response=b""]
> [0x1d8d2c0]:  <- SASL
> [0x1d8d2c0]:0 <- @sasl-mechanisms(64) 
> [sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS]]
> [0x1d8d2c0]:0 <- @sasl-outcome(68) [code=0]
> [0x1d8d2c0]:  -> AMQP
> [0x1d8d2c0]:0 -> @open(16) 
> [container-id="00f7ee97-c215-4bc8-9044-2b70bb040e15", hostname="0.0.0.0"]
> [0x1d8d2c0]:0 -> @begin(17) [next-outgoing-id=0, incoming-window=2147483647, 
> outgoing-window=1]
> [0x1d8d2c0]:0 -> @attach(18) [name="sender-xxx", handle=0, role=false, 
> snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [address="test", 
> durable=0, timeout=0, dynamic=false], target=@target(41) [address="test", 
> durable=0, timeout=0, dynamic=false], initial-delivery-count=0]
> [0x1d8d2c0]:  <- AMQP
> [0x1d8d2c0]:0 <- @open(16) 
> [container-id="ecc27ee4-9768-43bd-8a19-3983b795ad0f", max-frame-size=32768, 
> channel-max=255, properties={:product="qpid", :version="0.26", 
> :"qpid.build"="1571648", :"qpid.instance_name"="Broker"}]
> [0x1d8d2c0]:0 <- @begin(17) [remote-channel=0, next-outgoing-id=0, 
> incoming-window=2048, outgoing-window=2048]
> [0x1d8d2c0]:0 <- @attach(18) [name="sender-xxx", handle=0, role=true, 
> snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [address="test", 
> durable=0, timeout=0, dynamic=false]]
> [0x1d8d2c0]:0 <- @detach(22) [handle=0, error=@error(29) 
> [condition=:"amqp:not-found"]]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to