You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Stephen Prater (JIRA)" <ji...@apache.org> on 2010/06/25 21:42:51 UTC

[jira] Created: (COUCHDB-811) ["error","unknown command"] should be ["fatal","unknown command"]

["error","unknown command"] should be ["fatal","unknown command"]
-----------------------------------------------------------------

                 Key: COUCHDB-811
                 URL: https://issues.apache.org/jira/browse/COUCHDB-811
             Project: CouchDB
          Issue Type: Bug
          Components: JavaScript View Server
    Affects Versions: 0.11
            Reporter: Stephen Prater
            Priority: Minor


As far as I can tell from a review of the code, this is the only place where an "error" return value is also supposed to kill the view server.  Since "fatal" errors always kill it, it seems like this should be ["fatal","unknown command"] just for consistency.

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


[jira] Commented: (COUCHDB-811) ["error","unknown command"] should be ["fatal","unknown command"]

Posted by "A. Bram Neijt (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12927478#action_12927478 ] 

A. Bram Neijt commented on COUCHDB-811:
---------------------------------------

Already fixed in current head.

> ["error","unknown command"] should be ["fatal","unknown command"]
> -----------------------------------------------------------------
>
>                 Key: COUCHDB-811
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-811
>             Project: CouchDB
>          Issue Type: Bug
>          Components: JavaScript View Server
>    Affects Versions: 0.11
>            Reporter: Stephen Prater
>            Priority: Minor
>
> As far as I can tell from a review of the code, this is the only place where an "error" return value is also supposed to kill the view server.  Since "fatal" errors always kill it, it seems like this should be ["fatal","unknown command"] just for consistency.

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


[jira] Updated: (COUCHDB-811) ["error","unknown command"] should be ["fatal","unknown command"]

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

Paul Joseph Davis updated COUCHDB-811:
--------------------------------------

    Skill Level: New Contributors Level (Easy)

> ["error","unknown command"] should be ["fatal","unknown command"]
> -----------------------------------------------------------------
>
>                 Key: COUCHDB-811
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-811
>             Project: CouchDB
>          Issue Type: Bug
>          Components: JavaScript View Server
>    Affects Versions: 0.11
>            Reporter: Stephen Prater
>            Priority: Minor
>
> As far as I can tell from a review of the code, this is the only place where an "error" return value is also supposed to kill the view server.  Since "fatal" errors always kill it, it seems like this should be ["fatal","unknown command"] just for consistency.

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


[jira] Closed: (COUCHDB-811) ["error","unknown command"] should be ["fatal","unknown command"]

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

Jan Lehnardt closed COUCHDB-811.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0

> ["error","unknown command"] should be ["fatal","unknown command"]
> -----------------------------------------------------------------
>
>                 Key: COUCHDB-811
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-811
>             Project: CouchDB
>          Issue Type: Bug
>          Components: JavaScript View Server
>    Affects Versions: 0.11
>            Reporter: Stephen Prater
>            Priority: Minor
>             Fix For: 1.0
>
>
> As far as I can tell from a review of the code, this is the only place where an "error" return value is also supposed to kill the view server.  Since "fatal" errors always kill it, it seems like this should be ["fatal","unknown command"] just for consistency.

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