You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Robert Newson (JIRA)" <ji...@apache.org> on 2009/11/24 20:13:39 UTC

[jira] Created: (COUCHDB-578) Every statistic description is truncated

Every statistic description is truncated
----------------------------------------

                 Key: COUCHDB-578
                 URL: https://issues.apache.org/jira/browse/COUCHDB-578
             Project: CouchDB
          Issue Type: Bug
          Components: Database Core
            Reporter: Robert Newson


src/couchdb/priv/stat_descriptions.cfg.in 

Every line is missing the final character (s, e, s, n, b, in these examples).

{couchdb, database_writes, "number of times a database was change"}.
{couchdb, database_reads, "number of times a document was read from a databas"}.
{couchdb, open_databases, "number of open database"}.
{couchdb, open_os_files, "number of file descriptors CouchDB has ope"}.
{couchdb, request_time, "length of a request inside CouchDB without MochiWe"}.
....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (COUCHDB-578) Every statistic description is truncated

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

Paul Joseph Davis resolved COUCHDB-578.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.11
         Assignee: Paul Joseph Davis

Fixed as of r883850.

> Every statistic description is truncated
> ----------------------------------------
>
>                 Key: COUCHDB-578
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-578
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Database Core
>            Reporter: Robert Newson
>            Assignee: Paul Joseph Davis
>             Fix For: 0.11
>
>
> src/couchdb/priv/stat_descriptions.cfg.in 
> Every line is missing the final character (s, e, s, n, b, in these examples).
> {couchdb, database_writes, "number of times a database was change"}.
> {couchdb, database_reads, "number of times a document was read from a databas"}.
> {couchdb, open_databases, "number of open database"}.
> {couchdb, open_os_files, "number of file descriptors CouchDB has ope"}.
> {couchdb, request_time, "length of a request inside CouchDB without MochiWe"}.
> ....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.