Leon Kaiser created COUCHDB-2532:
------------------------------------
Summary: Compact a given design document
Key: COUCHDB-2532
URL: https://issues.apache.org/jira/browse/COUCHDB-2532
Project: CouchDB
Issue Type: Bug
Security Level: public (Regular issues)
Components: Futon, HTTP Interface
Reporter: Leon Kaiser
Hello,
when I send a compact-command with a path to a ViewDocument, the server returns
that this command has been processed successfully ("Ok"=>bool(true),
Status=>202).
But when I open the same ViewDocument via Futon all former versions of the
documents are still there.
When I compact the whole database (sending a request without specifying a
design-document) I get the same response as well ("Ok"=>bool(true),
Status=>202) and the ViewDocument as all other Documents will be compacted and
their old versions are removed (they do not appear in Futon anymore) everything
works fine.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)