[ https://issues.apache.org/jira/browse/COUCHDB-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14143725#comment-14143725 ]
Russell Branca commented on COUCHDB-2334: ----------------------------------------- Logging at error level is probably overkill, we could switch that down to info or notice. Newson, it's worth noting that using cassim for security properties is enabled by the act of creating the cassim database, not by setting a configuration value. The metadata cache process keeps checking for the cassim database to be created and then will switch over to using it once it sees it exists. I'm not a huge fan of this approach, and I've been thinking we should add a configuration setting for enabling cassim for security properties, and possibly also a general flag for turning on cassim, although the creation of the cassim database may be sufficient for that. If we add a config setting to enable storing security properties in cassim, we can use cassim for other metadata without having to force users to store security properties there as well. > Metadata db "cassim" does not exist > ----------------------------------- > > Key: COUCHDB-2334 > URL: https://issues.apache.org/jira/browse/COUCHDB-2334 > Project: CouchDB > Issue Type: Bug > Security Level: public(Regular issues) > Components: BigCouch > Reporter: Alexander Shorin > > And so happens every 5 minutes: > {code} > 2014-09-20 04:00:06.786 [error] node1@127.0.0.1 <0.341.0> Metadata db > "cassim" does not exist > 2014-09-20 04:05:06.788 [error] node1@127.0.0.1 <0.341.0> Metadata db > "cassim" does not exist > 2014-09-20 04:10:06.790 [error] node1@127.0.0.1 <0.341.0> Metadata db > "cassim" does not exist > 2014-09-20 04:15:06.792 [error] node1@127.0.0.1 <0.341.0> Metadata db > "cassim" does not exist > 2014-09-20 04:20:06.794 [error] node1@127.0.0.1 <0.341.0> Metadata db > "cassim" does not exist > 2014-09-20 04:25:06.796 [error] node1@127.0.0.1 <0.341.0> Metadata db > "cassim" does not exist > 2014-09-20 04:30:06.798 [error] node1@127.0.0.1 <0.341.0> Metadata db > "cassim" does not exist > 2014-09-20 04:35:06.800 [error] node1@127.0.0.1 <0.341.0> Metadata db > "cassim" does not exist > 2014-09-20 04:40:06.802 [error] node1@127.0.0.1 <0.341.0> Metadata db > "cassim" does not exist > 2014-09-20 04:45:06.804 [error] node1@127.0.0.1 <0.341.0> Metadata db > "cassim" does not exist > 2014-09-20 04:50:06.806 [error] node1@127.0.0.1 <0.341.0> Metadata db > "cassim" does not exist > 2014-09-20 04:55:06.808 [error] node1@127.0.0.1 <0.341.0> Metadata db > "cassim" does not exist > 2014-09-20 05:00:06.810 [error] node1@127.0.0.1 <0.341.0> Metadata db > "cassim" does not exist > 2014-09-20 05:05:06.812 [error] node1@127.0.0.1 <0.341.0> Metadata db > "cassim" does not exist > 2014-09-20 05:10:06.814 [error] node1@127.0.0.1 <0.341.0> Metadata db > "cassim" does not exist > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)