wohali commented on issue #745: Replication with attachments never completes, 
{mp_parser_died,noproc} error
URL: https://github.com/apache/couchdb/issues/745#issuecomment-369814422
 
 
   We're now hard-rejecting attachments greater than `max_http_request_size`, 
sadly.
   
   @nickva I have an excellent reproducible case:
   
   1. Build couchdb, master, latest.
   1. Set up my `makeit.py` script from [this 
comment](https://github.com/apache/couchdb/issues/745#issuecomment-351301113).
   1. Run `dev/run -n 1 --with-admin-party-please`.
   1. Run `curl -X PUT localhost:15984/foo`
   1. Edit the URL in `makeit.py` to reflect `http://localhost:15984/foo`.
   1. After entering the `virtualenv` for `makeit.py`, run: `python ./makeit.py 
10 --size=75000000`
   1. Start a replication: `curl -X PUT localhost:15984/_replicator/bar -d 
'{"source": "http://localhost:15984/foo";, "target": 
"http://localhost:15984/bar";, "create_target": true}'`
   1. Watch the sparks fly.
   
   /cc @janl 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to