Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-1927

Python _reactor.py creates duplicate link names for senders/receivers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • proton-c-0.24.0
    • None
    • python-binding
    • None

    Description

      From DISPATCH-1114

      Creating a sender and a receiver in the same container produces duplicate link names. Try python/examples/helloworld.py that executes:

              event.container.create_receiver(conn, self.address)
              event.container.create_sender(conn, self.address)

      generates the same link name for each attach:

      (M=a1b7d *1 ?3) chug@ratchet examples> PN_TRACE_FRM=1 ./helloworld.py
      ...
      [0x55a01066d9a0]:0 -> @attach(18) [name="70ceeac8-50d8-4af2-9caf-20ef8700a7d3-examples", handle=0, role=true, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [address="examples", durable=0, timeout=0, dynamic=false], target=@target(41) [durable=0, timeout=0, dynamic=false], initial-delivery-count=0, max-message-size=0]
      [0x55a01066d9a0]:0 -> @attach(18) [name="70ceeac8-50d8-4af2-9caf-20ef8700a7d3-examples", handle=1, role=false, snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [durable=0, timeout=0, dynamic=false], target=@target(41) [address="examples", durable=0, timeout=0, dynamic=false], initial-delivery-count=0, max-message-size=0]

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              chug Charles E. Rolke
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: