-
I have thousands of those in my couchdb2.log. Is it something to worry about? "Unknown_error: normal".... mmmm CouchDB 2.3.1 on FreeBSD 12.1 Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This happens for me when a client process disconnects from an open _changes feed after 10s (or is it 10s of inactivity?). The "normal" is supposed to reassure you, but the ambiguity is almost as disturbing as the "unknown" part. Maintainers, can this condition be detected more specifically so that the normal case can become a simple "client disconnect" message - or even lowered to [warn] or [info] severity? |
Beta Was this translation helpful? Give feedback.
-
We are tracking the actual bug report on this in #1600. It does appear to just be a sporadic warning thrown when the client disconnects while CouchDB is waiting for a command, and can safely be ignored. So far no one has reported this with CouchDB 3.x; try upgrading? |
Beta Was this translation helpful? Give feedback.
-
@wohali Hi Joan, I'd like to, but Couch 3.x isn't available for FreeBSD yet. I'm in contact with Dave Cottlehuber who's working on that (https://reviews.freebsd.org/D24615). |
Beta Was this translation helpful? Give feedback.
This happens for me when a client process disconnects from an open _changes feed after 10s (or is it 10s of inactivity?). The "normal" is supposed to reassure you, but the ambiguity is almost as disturbing as the "unknown" part.
Maintainers, can this condition be detected more specifically so that the normal case can become a simple "client disconnect" message - or even lowered to [warn] or [info] severity?