You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/09/17 01:58:47 UTC

[jira] [Commented] (COUCHDB-2816) Handle Malformed Manual Design Docs For Mango

    [ https://issues.apache.org/jira/browse/COUCHDB-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14791333#comment-14791333 ] 

ASF subversion and git services commented on COUCHDB-2816:
----------------------------------------------------------

Commit 2d26f22954eb99a92fec32b930169eb7c538753f in couchdb-mango's branch refs/heads/2816-malformed-docs from [~tonysun83]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-mango.git;h=2d26f22 ]

Handle malformed manual design docs.

We separate index validation into three phases. The first phase is
index creation via our _index api. This validation piece will throw
an error for invalid index definitions. The second phase is during
the indexing of documents. If an index definition is not valid, we
will not use the definition to index documents. We silently log the
error. Finally, during the query phase, design documents are again
validated to ensure correct indexes are used. Again, we log an error
but silently ignore invalid index definitions. Our validation will
integrate into a consolidated validation of all indexers.

COUCHDB-2816


> Handle Malformed Manual Design Docs For Mango
> ---------------------------------------------
>
>                 Key: COUCHDB-2816
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2816
>             Project: CouchDB
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Mango
>            Reporter: Tony Sun
>            Assignee: Tony Sun
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)