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

[jira] [Commented] (COUCHDB-879) [PATCH] Replication fails due to {stream_to, {self(), once}} parameter

    [ https://issues.apache.org/jira/browse/COUCHDB-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13131215#comment-13131215 ] 

Randall Leeds commented on COUCHDB-879:
---------------------------------------

Is this still an issue with the new replicator?
                
> [PATCH] Replication fails due to {stream_to, {self(), once}} parameter
> ----------------------------------------------------------------------
>
>                 Key: COUCHDB-879
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-879
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Replication
>    Affects Versions: 1.0.1
>         Environment: Linux midna 2.6.32.8-midna-2 #2 SMP Tue Feb 16 20:27:34 CET 2010 x86_64 GNU/Linux
>            Reporter: Michael Stapelberg
>         Attachments: couchdb-replication.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> When testing replication (with SSL and apache's mod_proxy, so you might need the patch from #878) I noticed that erlang's ssl sometimes needs to send multiple messages. However, due to the {stream_to, {self(), once}} option when calling ibrowse, only the first message gets delivered (which includes only the first chunk). When modifying the option to {stream_to, self()}, replication works fine.
> Please thoroughly check the attached patch for side-effects (I'm not sure why {self(), once} was used in the first place).

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