You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Benoit Chesneau (JIRA)" <ji...@apache.org> on 2008/04/10 00:00:08 UTC

[jira] Created: (COUCHDB-37) can't upload a doc of 13 Mo

can't upload a doc of 13 Mo
---------------------------

                 Key: COUCHDB-37
                 URL: https://issues.apache.org/jira/browse/COUCHDB-37
             Project: CouchDB
          Issue Type: Bug
          Components: HTTP Interface
         Environment: Linux double core amd64/ intel core2duo, Openbsd -current, couchdb 0.7.3a646416
            Reporter: Benoit Chesneau


Server crash if you try to PUT a doc of 13Mo in a database.  No important log in couch.log nor http_*. The server just crash and restart.. It result in refusing the connection of the client. Tested several times on 3 differents machines.

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


[jira] Resolved: (COUCHDB-37) can't upload a doc of 13 Mo

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

Christopher Lenz resolved COUCHDB-37.
-------------------------------------

    Resolution: Fixed
      Assignee: Christopher Lenz

The limit to document PUT has been changed to 4GB in r660050.

> can't upload a doc of 13 Mo
> ---------------------------
>
>                 Key: COUCHDB-37
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-37
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>         Environment: Linux double core amd64/ intel core2duo, Openbsd -current, couchdb 0.7.3a646416
>            Reporter: Benoit Chesneau
>            Assignee: Christopher Lenz
>
> Server crash if you try to PUT a doc of 13Mo in a database.  No important log in couch.log nor http_*. The server just crash and restart.. It result in refusing the connection of the client. Tested several times on 3 differents machines.

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


[jira] Updated: (COUCHDB-37) can't upload a doc of 13 Mo

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

Christopher Lenz updated COUCHDB-37:
------------------------------------

    Fix Version/s: 0.8

> can't upload a doc of 13 Mo
> ---------------------------
>
>                 Key: COUCHDB-37
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-37
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>         Environment: Linux double core amd64/ intel core2duo, Openbsd -current, couchdb 0.7.3a646416
>            Reporter: Benoit Chesneau
>            Assignee: Christopher Lenz
>             Fix For: 0.8
>
>
> Server crash if you try to PUT a doc of 13Mo in a database.  No important log in couch.log nor http_*. The server just crash and restart.. It result in refusing the connection of the client. Tested several times on 3 differents machines.

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


[jira] Commented: (COUCHDB-37) can't upload a doc of 13 Mo

Posted by "Jeffrey C. Ollie (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590734#action_12590734 ] 

Jeffrey C. Ollie commented on COUCHDB-37:
-----------------------------------------

I tried creating a 7Mb document with 0.7.3a648222.  This version with the mochikit web server checks for bodies larger than 1Mb and returns a 500 error.  Is there a reason for not allowing larger documents?

> can't upload a doc of 13 Mo
> ---------------------------
>
>                 Key: COUCHDB-37
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-37
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>         Environment: Linux double core amd64/ intel core2duo, Openbsd -current, couchdb 0.7.3a646416
>            Reporter: Benoit Chesneau
>
> Server crash if you try to PUT a doc of 13Mo in a database.  No important log in couch.log nor http_*. The server just crash and restart.. It result in refusing the connection of the client. Tested several times on 3 differents machines.

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