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

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

Commit c8f340e11c8fb34c960e98309bd514df0bd7b222 in couchdb's branch 
refs/heads/680-fix-couchdb-1283-test from [~paul.joseph.davis]
[ https://gitbox.apache.org/repos/asf?p=couchdb.git;h=c8f340e ]

Simplify regression test for COUCHDB-1283

The previous version of this test relied on trying to bump into the
all_dbs_active error from the couch_server LRU. This proves to be rather
difficult to reliably provide assertions on behavior. In hindsight all
we really care about is that the compactor holds a monitor against the
database and then we can trust couch_server will not evict anything that
is actively monitored.

Fixes #680


> Impossible to compact view groups when number of active databases > 
> max_dbs_open
> --------------------------------------------------------------------------------
>
>                 Key: COUCHDB-1283
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1283
>             Project: CouchDB
>          Issue Type: Bug
>            Reporter: Filipe Manana
>            Assignee: Paul Joseph Davis
>             Fix For: 1.1.1, 1.2
>
>         Attachments: couchdb-1283_12x.patch, couchdb-1283_trunk.patch
>
>
> Mike Leddy recently reported this issue in the users mailing list:
> http://mail-archives.apache.org/mod_mbox/couchdb-user/201109.mbox/%3c1315949945.22123.22.ca...@mike.loop.com.br%3E
> The attached patch is the simplest solution I can think of - keeping the 
> database open until the view compaction finishes.
> The patch includes a test case.
> It will need to be updated after Paul's view index refactoring (COUCHDB-1270).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to