[
https://issues.apache.org/jira/browse/COUCHDB-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14342222#comment-14342222
]
ASF GitHub Bot commented on COUCHDB-2619:
-----------------------------------------
Github user kxepal commented on the pull request:
https://github.com/apache/couchdb-fauxton/pull/261#issuecomment-76597305
@Poltergeist
[COUCHDB-2619](https://issues.apache.org/jira/browse/COUCHDB-2619) fixed so all
system databases are starts with underscore no matter on which iface they are.
Could you please submit new PR? I'd tried by my own, but I don't understand
what is going on in `IsSystemDatabaseModel`, why there is need to request
`_stats` (which I strongly believe causes
[COUCHDB-2607](https://issues.apache.org/jira/browse/COUCHDB-2607) ) when you
could just GET app.host and look if uuid is in the response and how to turn it
into simple property of Database model without ruining everything. Thanks (:
> Make all system databases start with underscore
> -----------------------------------------------
>
> Key: COUCHDB-2619
> URL: https://issues.apache.org/jira/browse/COUCHDB-2619
> Project: CouchDB
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: Database Core
> Reporter: Alexander Shorin
> Assignee: Alexander Shorin
> Fix For: 2.0.0
>
>
> With 2.0 here comes three new system databases: dbs, nodes and cassim. They
> need to have underscore in prefix as like as _users and _replicator has to
> explicitly denote them from user databases.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)