You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Paul Colby (JIRA)" <ji...@apache.org> on 2011/08/22 02:20:29 UTC

[jira] [Created] (QPID-3442) qpid-tool schema descriptions repeated / duplicated

qpid-tool schema descriptions repeated / duplicated
---------------------------------------------------

                 Key: QPID-3442
                 URL: https://issues.apache.org/jira/browse/QPID-3442
             Project: Qpid
          Issue Type: Bug
          Components: Tools
    Affects Versions: 0.10
         Environment: Linux version 2.6.18-194.32.1.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Wed Jan 5 17:52:25 EST 2011
Python 2.4.3


Linux version 2.6.32-5-amd64 (Debian 2.6.32-35) (dannf@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue Jun 14 09:42:28 UTC 2011
Python 2.6.6
            Reporter: Paul Colby
            Priority: Minor


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:
{code}
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:
{code}

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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Closed] (QPID-3442) qpid-tool schema descriptions repeated / duplicated

Posted by "Paul Colby (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Colby closed QPID-3442.
----------------------------


Confirmed fixed. Thanks :)

> qpid-tool schema descriptions repeated / duplicated
> ---------------------------------------------------
>
>                 Key: QPID-3442
>                 URL: https://issues.apache.org/jira/browse/QPID-3442
>             Project: Qpid
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.10
>         Environment: Linux version 2.6.18-194.32.1.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Wed Jan 5 17:52:25 EST 2011
> Python 2.4.3
> Linux version 2.6.32-5-amd64 (Debian 2.6.32-35) (dannf@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue Jun 14 09:42:28 UTC 2011
> Python 2.6.6
>            Reporter: Paul Colby
>            Assignee: Ted Ross
>            Priority: Minor
>             Fix For: 0.13
>
>
> 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:
> {code}
> 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:
> {code}
> If this example, you can see that the {{shadow}} element's description ("{{True for shadow connections}}") has been repeated for all elements after it.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3442) qpid-tool schema descriptions repeated / duplicated

Posted by "Ted Ross (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross resolved QPID-3442.
----------------------------

       Resolution: Fixed
    Fix Version/s: 0.13

> qpid-tool schema descriptions repeated / duplicated
> ---------------------------------------------------
>
>                 Key: QPID-3442
>                 URL: https://issues.apache.org/jira/browse/QPID-3442
>             Project: Qpid
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.10
>         Environment: Linux version 2.6.18-194.32.1.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Wed Jan 5 17:52:25 EST 2011
> Python 2.4.3
> Linux version 2.6.32-5-amd64 (Debian 2.6.32-35) (dannf@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue Jun 14 09:42:28 UTC 2011
> Python 2.6.6
>            Reporter: Paul Colby
>            Assignee: Ted Ross
>            Priority: Minor
>             Fix For: 0.13
>
>
> 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:
> {code}
> 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:
> {code}
> If this example, you can see that the {{shadow}} element's description ("{{True for shadow connections}}") has been repeated for all elements after it.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3442) qpid-tool schema descriptions repeated / duplicated

Posted by "Robbie Gemmell (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell updated QPID-3442:
---------------------------------

    Component/s:     (was: Tools)
                 Python Tools
    
> qpid-tool schema descriptions repeated / duplicated
> ---------------------------------------------------
>
>                 Key: QPID-3442
>                 URL: https://issues.apache.org/jira/browse/QPID-3442
>             Project: Qpid
>          Issue Type: Bug
>          Components: Python Tools
>    Affects Versions: 0.10
>         Environment: Linux version 2.6.18-194.32.1.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Wed Jan 5 17:52:25 EST 2011
> Python 2.4.3
> Linux version 2.6.32-5-amd64 (Debian 2.6.32-35) (dannf@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue Jun 14 09:42:28 UTC 2011
> Python 2.6.6
>            Reporter: Paul Colby
>            Assignee: Ted Ross
>            Priority: Minor
>             Fix For: 0.13
>
>
> 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:
> {code}
> 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:
> {code}
> If this example, you can see that the {{shadow}} element's description ("{{True for shadow connections}}") has been repeated for all elements after it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Assigned] (QPID-3442) qpid-tool schema descriptions repeated / duplicated

Posted by "Ted Ross (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross reassigned QPID-3442:
------------------------------

    Assignee: Ted Ross

> qpid-tool schema descriptions repeated / duplicated
> ---------------------------------------------------
>
>                 Key: QPID-3442
>                 URL: https://issues.apache.org/jira/browse/QPID-3442
>             Project: Qpid
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.10
>         Environment: Linux version 2.6.18-194.32.1.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Wed Jan 5 17:52:25 EST 2011
> Python 2.4.3
> Linux version 2.6.32-5-amd64 (Debian 2.6.32-35) (dannf@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue Jun 14 09:42:28 UTC 2011
> Python 2.6.6
>            Reporter: Paul Colby
>            Assignee: Ted Ross
>            Priority: Minor
>
> 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:
> {code}
> 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:
> {code}
> If this example, you can see that the {{shadow}} element's description ("{{True for shadow connections}}") has been repeated for all elements after it.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org