man4j opened a new issue, #4497:
URL: https://github.com/apache/couchdb/issues/4497
## Description
I get an error from time to time
**{"error":"internal_server_error","reason":"No DB shards could be
opened.","ref":3085039011}**. My couchdb server is running under very low load,
a certain number of requests per day. But every few months in the logs I see
this error. There are no anomalies on the physical host at this time.
## Steps to Reproduce
Can not reproduce.
## Your Environment
* CouchDB version used: 3.3.1
* Browser name and version:
* Operating system and version: official docker image
[couchdb]
single_node = true
max_document_size = 104857600
os_process_timeout = 60000
uuid = 5df939f744387ae4fa952e508ffe9c9d
[chttpd_auth]
timeout = 60000
secret = f0393df78f36900c7eabc290375b4d6c
[httpd]
server_options = [{backlog, 60000}, {acceptor_pool_size, 32}, {max, 60000}]
socket_options = [{recvbuf, 1048576}, {nodelay, true}]
[fabric]
shard_timeout_factor = 600000
[cluster]
n = 1
q = 1
[native_query_servers]
enable_erlang_query_server = true
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]