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/15 03:08:27 UTC

[jira] [Created] (QPID-3419) qpid-config --file-size parameter's help text uses incorrect units

qpid-config --file-size parameter's help text uses incorrect units
------------------------------------------------------------------

                 Key: QPID-3419
                 URL: https://issues.apache.org/jira/browse/QPID-3419
             Project: Qpid
          Issue Type: Bug
          Components: Tools
    Affects Versions: 0.10
            Reporter: Paul Colby
            Priority: Trivial


It seems to me, that the {{qpid-config --file-size}} parameter's help text uses incorrect units.  It shows:

bq. --file-size=<n>     File size in pages (64Kib/page)

which would indicate that 24-pages (the default) would yield 192KiB journal files (24 * 64 / 8).  But instead, the journal files I get are ~1.6MiB, which would suggest that the 64Kib is meant to be 64KiB (ie Kibibytes instead of Kibibits).

--
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] [Assigned] (QPID-3419) qpid-config --file-size parameter's help text uses incorrect units

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

Ted Ross reassigned QPID-3419:
------------------------------

    Assignee: Ted Ross

> qpid-config --file-size parameter's help text uses incorrect units
> ------------------------------------------------------------------
>
>                 Key: QPID-3419
>                 URL: https://issues.apache.org/jira/browse/QPID-3419
>             Project: Qpid
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.10
>            Reporter: Paul Colby
>            Assignee: Ted Ross
>            Priority: Trivial
>         Attachments: QPID-3419.diff
>
>
> It seems to me, that the {{qpid-config --file-size}} parameter's help text uses incorrect units.  It shows:
> bq. --file-size=<n>     File size in pages (64Kib/page)
> which would indicate that 24-pages (the default) would yield 192KiB journal files (24 * 64 / 8).  But instead, the journal files I get are ~1.6MiB, which would suggest that the 64Kib is meant to be 64KiB (ie Kibibytes instead of Kibibits).

--
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-3419) qpid-config --file-size parameter's help text uses incorrect units

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

Robbie Gemmell updated QPID-3419:
---------------------------------

    Component/s:     (was: Tools)
                 Python Tools
    
> qpid-config --file-size parameter's help text uses incorrect units
> ------------------------------------------------------------------
>
>                 Key: QPID-3419
>                 URL: https://issues.apache.org/jira/browse/QPID-3419
>             Project: Qpid
>          Issue Type: Bug
>          Components: Python Tools
>    Affects Versions: 0.10
>            Reporter: Paul Colby
>            Assignee: Ted Ross
>            Priority: Trivial
>             Fix For: 0.13
>
>         Attachments: QPID-3419.diff
>
>
> It seems to me, that the {{qpid-config --file-size}} parameter's help text uses incorrect units.  It shows:
> bq. --file-size=<n>     File size in pages (64Kib/page)
> which would indicate that 24-pages (the default) would yield 192KiB journal files (24 * 64 / 8).  But instead, the journal files I get are ~1.6MiB, which would suggest that the 64Kib is meant to be 64KiB (ie Kibibytes instead of Kibibits).

--
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] [Commented] (QPID-3419) qpid-config --file-size parameter's help text uses incorrect units

Posted by "Kim van der Riet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13090149#comment-13090149 ] 

Kim van der Riet commented on QPID-3419:
----------------------------------------

Correct, the async store write page size is 64 kBytes (KiB).

> qpid-config --file-size parameter's help text uses incorrect units
> ------------------------------------------------------------------
>
>                 Key: QPID-3419
>                 URL: https://issues.apache.org/jira/browse/QPID-3419
>             Project: Qpid
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.10
>            Reporter: Paul Colby
>            Priority: Trivial
>         Attachments: QPID-3419.diff
>
>
> It seems to me, that the {{qpid-config --file-size}} parameter's help text uses incorrect units.  It shows:
> bq. --file-size=<n>     File size in pages (64Kib/page)
> which would indicate that 24-pages (the default) would yield 192KiB journal files (24 * 64 / 8).  But instead, the journal files I get are ~1.6MiB, which would suggest that the 64Kib is meant to be 64KiB (ie Kibibytes instead of Kibibits).

--
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-3419) qpid-config --file-size parameter's help text uses incorrect units

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

Paul Colby closed QPID-3419.
----------------------------


Confirmed fixed. Thanks :)

> qpid-config --file-size parameter's help text uses incorrect units
> ------------------------------------------------------------------
>
>                 Key: QPID-3419
>                 URL: https://issues.apache.org/jira/browse/QPID-3419
>             Project: Qpid
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.10
>            Reporter: Paul Colby
>            Assignee: Ted Ross
>            Priority: Trivial
>             Fix For: 0.13
>
>         Attachments: QPID-3419.diff
>
>
> It seems to me, that the {{qpid-config --file-size}} parameter's help text uses incorrect units.  It shows:
> bq. --file-size=<n>     File size in pages (64Kib/page)
> which would indicate that 24-pages (the default) would yield 192KiB journal files (24 * 64 / 8).  But instead, the journal files I get are ~1.6MiB, which would suggest that the 64Kib is meant to be 64KiB (ie Kibibytes instead of Kibibits).

--
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] [Commented] (QPID-3419) qpid-config --file-size parameter's help text uses incorrect units

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

Paul Colby commented on QPID-3419:
----------------------------------

I just noticed that C++ broker uses _KiB_ for the equivalent setting ({{--jfile-size-pgs}}), so I guess that implies that {{qpid-config}} should be using _KiB_ too.

> qpid-config --file-size parameter's help text uses incorrect units
> ------------------------------------------------------------------
>
>                 Key: QPID-3419
>                 URL: https://issues.apache.org/jira/browse/QPID-3419
>             Project: Qpid
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.10
>            Reporter: Paul Colby
>            Priority: Trivial
>
> It seems to me, that the {{qpid-config --file-size}} parameter's help text uses incorrect units.  It shows:
> bq. --file-size=<n>     File size in pages (64Kib/page)
> which would indicate that 24-pages (the default) would yield 192KiB journal files (24 * 64 / 8).  But instead, the journal files I get are ~1.6MiB, which would suggest that the 64Kib is meant to be 64KiB (ie Kibibytes instead of Kibibits).

--
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-3419) qpid-config --file-size parameter's help text uses incorrect units

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

Paul Colby updated QPID-3419:
-----------------------------

    Attachment: QPID-3419.diff

Added a very small diff file to make the one (very minor) change.

> qpid-config --file-size parameter's help text uses incorrect units
> ------------------------------------------------------------------
>
>                 Key: QPID-3419
>                 URL: https://issues.apache.org/jira/browse/QPID-3419
>             Project: Qpid
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.10
>            Reporter: Paul Colby
>            Priority: Trivial
>         Attachments: QPID-3419.diff
>
>
> It seems to me, that the {{qpid-config --file-size}} parameter's help text uses incorrect units.  It shows:
> bq. --file-size=<n>     File size in pages (64Kib/page)
> which would indicate that 24-pages (the default) would yield 192KiB journal files (24 * 64 / 8).  But instead, the journal files I get are ~1.6MiB, which would suggest that the 64Kib is meant to be 64KiB (ie Kibibytes instead of Kibibits).

--
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-3419) qpid-config --file-size parameter's help text uses incorrect units

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

Ted Ross resolved QPID-3419.
----------------------------

       Resolution: Fixed
    Fix Version/s: 0.13

> qpid-config --file-size parameter's help text uses incorrect units
> ------------------------------------------------------------------
>
>                 Key: QPID-3419
>                 URL: https://issues.apache.org/jira/browse/QPID-3419
>             Project: Qpid
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.10
>            Reporter: Paul Colby
>            Assignee: Ted Ross
>            Priority: Trivial
>             Fix For: 0.13
>
>         Attachments: QPID-3419.diff
>
>
> It seems to me, that the {{qpid-config --file-size}} parameter's help text uses incorrect units.  It shows:
> bq. --file-size=<n>     File size in pages (64Kib/page)
> which would indicate that 24-pages (the default) would yield 192KiB journal files (24 * 64 / 8).  But instead, the journal files I get are ~1.6MiB, which would suggest that the 64Kib is meant to be 64KiB (ie Kibibytes instead of Kibibits).

--
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