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

qpid-tool schema descriptions repeated / duplicated

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.10
    • 0.13
    • C++ Tools
    • None

    Description

      It seems that when qpid-tool displays a schema element with no description, it repeats the previous element's description (if any) instead.

      For example:

      qpid: schema connection
      Object Class: Table Class: org.apache.qpid.broker:connection:_data(1cb21a64-b290-c47d-40bc-5ea42cffd7c7)
          Element            Type          Access      Unit  Notes      Description
          =================================================================================================================================
          vhostRef           reference     ReadCreate        index
          address            short-string  ReadCreate        index
          incoming           boolean       ReadCreate
          SystemConnection   boolean       ReadCreate                   Infrastucture/ Inter-system connection (Cluster, Federation, ...)
          federationLink     boolean       ReadOnly                     Is this a federation link
          authIdentity       short-string  ReadOnly                     authId of connection if authentication enabled
          remoteProcessName  long-string   ReadOnly          optional   Name of executable running as remote client
          remotePid          uint32        ReadOnly          optional   Process ID of remote client
          remoteParentPid    uint32        ReadOnly          optional   Parent Process ID of remote client
          shadow             boolean       ReadOnly                     True for shadow connections
          closing            boolean                                    True for shadow connections
          framesFromClient   uint64                                     True for shadow connections
          framesToClient     uint64                                     True for shadow connections
          bytesFromClient    uint64                                     True for shadow connections
          bytesToClient      uint64                                     True for shadow connections
          msgsFromClient     uint64                                     True for shadow connections
          msgsToClient       uint64                                     True for shadow connections
      
        Method: close
      qpid:
      

      If this example, you can see that the shadow element's description ("True for shadow connections") has been repeated for all elements after it.

      Attachments

        Activity

          People

            tross Ted Ross
            pcolby Paul Colby
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: