[GitHub] wohali commented on issue #1093: Hanging or 500 errors during concurrent replication

2018-03-05 Thread GitBox
wohali commented on issue #1093: Hanging or 500 errors during concurrent replication URL: https://github.com/apache/couchdb/issues/1093#issuecomment-370470585 @ReeceStevens In testing together, it looks like the candidate fix for #745 has resolved this problem. I'm going to tentatively

[GitHub] wohali commented on issue #1093: Hanging or 500 errors during concurrent replication

2018-02-07 Thread GitBox
wohali commented on issue #1093: Hanging or 500 errors during concurrent replication URL: https://github.com/apache/couchdb/issues/1093#issuecomment-363885014 @ReeceStevens Yup, I'm aware, I just mean for testing. I haven't been able to reproduce the bug, so I was hoping you might have a

[GitHub] wohali commented on issue #1093: Hanging or 500 errors during concurrent replication

2018-02-06 Thread GitBox
wohali commented on issue #1093: Hanging or 500 errors during concurrent replication URL: https://github.com/apache/couchdb/issues/1093#issuecomment-363511841 HI @ReeceStevens , from my knowledge of your deployment, you are running on eCryptFS, right? Can you try the same test

[GitHub] wohali commented on issue #1093: Hanging or 500 errors during concurrent replication

2018-01-24 Thread GitBox
wohali commented on issue #1093: Hanging or 500 errors during concurrent replication URL: https://github.com/apache/couchdb/issues/1093#issuecomment-360280510 I can't get a replication on that test machine even using `--threads 100 --iterations 100 --single-source` and with

[GitHub] wohali commented on issue #1093: Hanging or 500 errors during concurrent replication

2018-01-24 Thread GitBox
wohali commented on issue #1093: Hanging or 500 errors during concurrent replication URL: https://github.com/apache/couchdb/issues/1093#issuecomment-360280510 I can't get a replication on that test machine even using `--threads 100 --iterations 100 --single-source` I'm afraid ?

[GitHub] wohali commented on issue #1093: Hanging or 500 errors during concurrent replication

2018-01-24 Thread GitBox
wohali commented on issue #1093: Hanging or 500 errors during concurrent replication URL: https://github.com/apache/couchdb/issues/1093#issuecomment-360265722 Thanks @ReeceStevens . So far, I can't reproduce with your script. 10 replications are taking 5-6 seconds to process with an upper

[GitHub] wohali commented on issue #1093: Hanging or 500 errors during concurrent replication

2018-01-24 Thread GitBox
wohali commented on issue #1093: Hanging or 500 errors during concurrent replication URL: https://github.com/apache/couchdb/issues/1093#issuecomment-360265722 Thanks @ReeceStevens . So far, I can't reproduce with your script. 10 replications are taking 5-6 seconds to process with an upper

[GitHub] wohali commented on issue #1093: Hanging or 500 errors during concurrent replication

2018-01-19 Thread GitBox
wohali commented on issue #1093: Hanging or 500 errors during concurrent replication URL: https://github.com/apache/couchdb/issues/1093#issuecomment-359107953 @ReeceStevens I'm unable to run your test case on my test environment (2GB RAM) - Python throws a MemoryError on line 28.

[GitHub] wohali commented on issue #1093: Hanging or 500 errors during concurrent replication

2018-01-19 Thread GitBox
wohali commented on issue #1093: Hanging or 500 errors during concurrent replication URL: https://github.com/apache/couchdb/issues/1093#issuecomment-359090162 Remember that `max_dbs_open` is actually # of shards open, so you have to consider `# of dbs * # of shards`. If you expect

[GitHub] wohali commented on issue #1093: Hanging or 500 errors during concurrent replication

2018-01-19 Thread GitBox
wohali commented on issue #1093: Hanging or 500 errors during concurrent replication URL: https://github.com/apache/couchdb/issues/1093#issuecomment-359082667 When you are seeing this problem, please do a `GET /_node/_local/_system` and look at the message queue sizes. Do you see any that

[GitHub] wohali commented on issue #1093: Hanging or 500 errors during concurrent replication

2018-01-16 Thread GitBox
wohali commented on issue #1093: Hanging or 500 errors during concurrent replication URL: https://github.com/apache/couchdb/issues/1093#issuecomment-358145730 My guess is this is the same issue as in #796. Have you tried increasing your fd limit and max_open_dbs? Are you running all of

[GitHub] wohali commented on issue #1093: Hanging or 500 errors during concurrent replication

2018-01-16 Thread GitBox
wohali commented on issue #1093: Hanging or 500 errors during concurrent replication URL: https://github.com/apache/couchdb/issues/1093#issuecomment-358073322 Have you tested against 1.7.1? 1.6.1 has serious known security issues, as disclosed in multiple places. As you know, it is