[jira] [Commented] (COUCHDB-1358) Only delete files with .view extension

2011-12-08 Thread Volker Mische (Commented) (JIRA)

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

Volker Mische commented on COUCHDB-1358:


The reason was simplicity. No new conf variable etc.

With the indexer refactor (which is is trunk) it's not an issue anymore.

I can fully understand if there's no good reason for CouchDB to apply this 
patch. But it made sense to have it tracked somewhere at least.

> Only delete files with .view extension
> --
>
> Key: COUCHDB-1358
> URL: https://issues.apache.org/jira/browse/COUCHDB-1358
> Project: CouchDB
>  Issue Type: Improvement
>  Components: Database Core
>Affects Versions: 1.1.1
>Reporter: Volker Mische
>Priority: Minor
> Fix For: 1.1.2
>
> Attachments: cleanup-views-only.patch
>
>
> Currently all files in the view directory that are not used by any View group 
> are deleted by the _view_cleanup endpoint. If other indexers (like GeoCouch) 
> store indexes in the same directory, they get deleted as well.
> The attached patch changes the bahaviour and only deletes files ending with 
> ".view". Leftovers from compaction are deletes as well as they end with 
> ".compact.view".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (COUCHDB-860) Futon appends wrong version number to files

2011-10-20 Thread Volker Mische (Commented) (JIRA)

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

Volker Mische commented on COUCHDB-860:
---

Randall,

it's still there: 
https://github.com/apache/couchdb/blob/trunk/share/www/index.html#L24

I think the original idea was to prevent browers to cache the JavaScript from 
different versions of CouchDB. As there's stil 0.11.0 appended to the files the 
resolution for the fix shouldn't be "Cannot Reproduce" but "Won't fix".

> Futon appends wrong version number to files
> ---
>
> Key: COUCHDB-860
> URL: https://issues.apache.org/jira/browse/COUCHDB-860
> Project: CouchDB
>  Issue Type: Bug
>  Components: Futon
>Affects Versions: 1.0.1
>Reporter: Volker Mische
>Priority: Minor
>
> Futon appends the CouchDB version number to the JavaScript files it loads. In 
> 1.0.1 it still appends 0.11

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira