[
https://issues.apache.org/jira/browse/COUCHDB-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13914640#comment-13914640
]
Andy Wenk commented on COUCHDB-1986:
------------------------------------
I added the recbuf patch in 1.6.x. The patch is to change
-define(RECBUF_SIZE, 8192).
to
-define(RECBUF_SIZE, 8192 * 4).
in src/mochiweb/internal.hrl. The result for make check is:
/Users/andwen/project/couchdb/couchdb-src-clean-1-6/src/couch_replicator/test/04-replication-large-atts.t
... 531/? Bailout called. Further testing stopped: Timeout waiting for
replication to finish
FAILED--Further testing stopped: Timeout waiting for replication to finish
make[2]: *** [check] Error 127
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1
then changed the recbuf patch to src/mochiweb/internal.hrl:
-define(RECBUF_SIZE, 8192 * 8).
And all test successfull.
R16B03-1 (erts-5.10.4), Mac OS X 10.9.2, 16 GB 1600 MHz DDR3, 2.8 GHz Intel
Core i7, APPLE SSD SM0512F Media 500MB
> 04-replication-large-atts.t times out
> -------------------------------------
>
> Key: COUCHDB-1986
> URL: https://issues.apache.org/jira/browse/COUCHDB-1986
> Project: CouchDB
> Issue Type: Bug
> Components: Replication
> Affects Versions: 1.5.0
> Reporter: Jan Lehnardt
>
> 04-replication-large-atts.t gets stuck around 558, sometimes a little earlier
> or later, but it times out eventually, regardless of the timeout. I tried
> doubling and such.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)