Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-2842

references to other objects in qpid-tool use id that doesn't match anything else

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.7
    • 0.7
    • C++ Broker, C++ Tools, QMF
    • None

    Description

      E.g. in the following qpid-tool session it is impossible to accurately identify the session for a given subscription:

      qpid: list subscription
      Object Summary:
      ID Created Destroyed Index
      =================================================================
      128 08:07:24 - 0-1447-1-0-13:0-1447-1-0-25:v2TopicHB
      129 08:07:24 - 0-1447-1-0-13:0-1447-1-0-23:v2TopicUI
      130 08:07:24 - 0-1447-1-0-13:0-1447-1-0-14:rdest
      131 08:07:24 - 0-1447-1-0-13:0-1447-1-0-18:tdest
      138 08:07:37 - 0-1447-1-0-35:0-1447-1-0-36:my-queue
      127 08:07:24 - 0-1447-1-0-13:0-1447-1-0-21:v2dest
      qpid: show 138
      Object of type: org.apache.qpid.broker:subscription:_data(7cc0ee44-57d4-2ed7-1a4b-3156ed9a4343)
      Attribute 138
      =============================
      sessionRef 0-1447-1-0-35
      queueRef 0-1447-1-0-36
      name u'my-queue'
      browsing False
      acknowledged True
      exclusive False
      creditMode u'CREDIT'
      arguments {}
      delivered 0

      The session ref is shown as 0-1447-1-0-35, but this doesn't help me identify the session...

      qpid: list session
      Object Summary:
      ID Created Destroyed Index
      ==========================================================================
      137 08:07:37 - 0-0-1-0-3:7c777430-1622-4ad2-923e-40e7074f1df4
      126 08:07:24 - 0-0-1-0-3:GRST500.4398.1
      qpid: show 137
      Object of type: org.apache.qpid.broker:session:_data(9a57d0d2-8b17-8c84-4fac-5c9a96c2cf75)
      Attribute 137
      ============================================================
      vhostRef 0-0-1-0-3
      name u'7c777430-1622-4ad2-923e-40e7074f1df4'
      channelId 1
      connectionRef 0-1447-1-0-34
      detachedLifespan 0
      attached True
      expireTime None
      maxClientRate None
      framesOutstanding 0
      TxnStarts 0
      TxnCommits 0
      TxnRejects 0
      TxnCount 0
      clientCredit 0
      qpid: show 126
      Object of type: org.apache.qpid.broker:session:_data(9a57d0d2-8b17-8c84-4fac-5c9a96c2cf75)
      Attribute 126
      ======================================
      vhostRef 0-0-1-0-3
      name u'GRST500.4398.1'
      channelId 1
      connectionRef 0-1447-1-0-12
      detachedLifespan 0
      attached True
      expireTime None
      maxClientRate None
      framesOutstanding 0
      TxnStarts 0
      TxnCommits 0
      TxnRejects 0
      TxnCount 0
      clientCredit 0
      qpid:

      ...as neither the list nor the detail view for sessions use the id of that form.

      Attachments

        Activity

          People

            tross Ted Ross
            gsim Gordon Sim
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: