You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Randall Leeds (JIRA)" <ji...@apache.org> on 2008/07/15 22:01:31 UTC

[jira] Created: (COUCHDB-96) Call to gen_server:call can time out

Call to gen_server:call can time out
------------------------------------

                 Key: COUCHDB-96
                 URL: https://issues.apache.org/jira/browse/COUCHDB-96
             Project: CouchDB
          Issue Type: Bug
          Components: Database Core
    Affects Versions: 0.8
            Reporter: Randall Leeds


When running long view updates I have encountered the following error in the log file, with no other useful information.

HTTP Error (code 500): {timeout,
                           {gen_server,call,
                               [<0.63.0>,{pread_bin,2779756233}]}}

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


[jira] Resolved: (COUCHDB-96) Call to gen_server:call can time out

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

Damien Katz resolved COUCHDB-96.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9
         Assignee: Damien Katz

couch_file calls no longer timeout.

> Call to gen_server:call can time out
> ------------------------------------
>
>                 Key: COUCHDB-96
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-96
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Database Core
>    Affects Versions: 0.8
>            Reporter: Randall Leeds
>            Assignee: Damien Katz
>             Fix For: 0.9
>
>
> When running long view updates I have encountered the following error in the log file, with no other useful information.
> HTTP Error (code 500): {timeout,
>                            {gen_server,call,
>                                [<0.63.0>,{pread_bin,2779756233}]}}

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