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 (Closed) (JIRA)" <ji...@apache.org> on 2011/10/20 02:19:10 UTC

[jira] [Closed] (COUCHDB-827) Replication hangs on streeming documents with inline attachments.

     [ https://issues.apache.org/jira/browse/COUCHDB-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Randall Leeds closed COUCHDB-827.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.11.1
                   1.0

According to comments, this is fixed in 0.11.1 and 1.0.
                
> Replication hangs on streeming documents with inline attachments.
> -----------------------------------------------------------------
>
>                 Key: COUCHDB-827
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-827
>             Project: CouchDB
>          Issue Type: Bug
>         Environment: CouchDB 1.0  Mac OSX 10.6 , Win XP
>            Reporter: Nikolai Teofilov
>            Assignee: Filipe Manana
>             Fix For: 1.0, 0.11.1
>
>
> The problem apear to exist onliy on replication 0.11 to 1.0
> How to reproduce the bug:
> On couchdb 0.11 create a database with a document that contains inline base64 encoded attachment.
> {
>  "_id" : "test",
>  "_attachments":
>  {
>    "foo.txt":
>    {
>      "content_type":"text\/plain",
>      "data": "VGhpcyBpcyBhIGJhc2U2NCBlbmNvZGVkIHRleHQ="
>    }
>  }
> }
> replication 0.11 -> (CouchDBX) 1.0 will hang with following error log:
> 1> [info] [<0.1028.0>] starting new replication "5427f9ab10e93ee8b02bd9a3e0050c58" at <0.1069.0>
> 1> [error] [<0.1083.0>] streaming att. ended but more data requested {1279,225570,362980}
> 1> [info] [<0.1083.0>] request for "test/foo.txt" timed out, retrying in 0.5 seconds
> 1> [error] [<0.1083.0>] streaming att. ended but more data requested {1279,225571,40192}
> 1> [info] [<0.1083.0>] request for "test/foo.txt" timed out, retrying in 0.5 seconds
> 1> [error] [<0.1083.0>] streaming att. ended but more data requested {1279,225574,323477}
> 1> [info] [<0.1083.0>] request for "test/foo.txt" timed out, retrying in 0.5 seconds
> 1> [error] [<0.1083.0>] streaming att. ended but more data requested {1279,225575,24131}
> 1> [info] [<0.1083.0>] request for "test/foo.txt" timed out, retrying in 0.5 seconds
> 1> [error] [<0.1083.0>] streaming att. ended but more data requested {1279,225575,688384}
> 1> [info] [<0.1083.0>] request for "test/foo.txt" timed out, retrying in 0.5 seconds
> 1> [error] [<0.1083.0>] streaming att. ended but more data requested {1279,225576,382178}
> 1> [info] [<0.1083.0>] request for "test/foo.txt" timed out, retrying in 0.5 seconds

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