-
DescriptionI try to build a messaging app with CouchDB +NodeJS using nano lib. For that I try to create a large number of user-message dbs (up to 10k) and start listening changes feed of each db to track new message and reroute it accordingly. I tried to increase the file descriptors value of the docker container to 128k, but still have the issue. Steps to Reproduce
Expected Behaviourno errors Your Environment
Additional ContextApp error message:
CouchDB error:
linked issue apache/couchdb-nano#267 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
I have the same problem with a different setup:
|
Beta Was this translation helpful? Give feedback.
-
This issue is usually more pronounced in dbs with lower q and n values, what q and n values do you have for those dbs? |
Beta Was this translation helpful? Give feedback.
-
PR with a fix was just merged #3734 should be available in the next version (3.2) |
Beta Was this translation helpful? Give feedback.
-
In the meantime it is possible to adjust the |
Beta Was this translation helpful? Give feedback.
PR with a fix was just merged #3734 should be available in the next version (3.2)