[jira] Created: (COUCHDB-801) Add 'ForceReReduce=true' option to views to ensure that reduce function is called

2010-06-15 Thread Bryan white (JIRA)
Add 'ForceReReduce=true' option to views to ensure that reduce function is called - Key: COUCHDB-801 URL: https://issues.apache.org/jira/browse/COUCHDB-801 Project: Couch

[jira] Commented: (COUCHDB-664) Terminate running replication tasks

2010-06-15 Thread Chris Stockton (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879116#action_12879116 ] Chris Stockton commented on COUCHDB-664: I think this patch is good, but I am not

[jira] Closed: (COUCHDB-800) Problem when writing larger than 4kb file headers

2010-06-15 Thread Damien Katz (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damien Katz closed COUCHDB-800. --- Resolution: Fixed > Problem when writing larger than 4kb file headers >

Re: CouchDB Partitioning Proposal

2010-06-15 Thread Randall Leeds
On Wed, Jun 9, 2010 at 02:29, Rob Stewart wrote: > Hi Randall, > > With a response time like that, efficiency is your strong point. Clearly that was somewhere below my mean response time ;) > Next, you suggest potential like solution as Cassandra and Dynamo. I'd tend > to agree, as these are sta

[jira] Created: (COUCHDB-800) Problem when writing larger than 4kb file headers

2010-06-15 Thread Damien Katz (JIRA)
Problem when writing larger than 4kb file headers - Key: COUCHDB-800 URL: https://issues.apache.org/jira/browse/COUCHDB-800 Project: CouchDB Issue Type: Bug Components: Database Core

Re: error in handle_call({write_header, Bin}

2010-06-15 Thread Damien Katz
I think you are right, the call should be make_blocks(5, [Bin]). Checking in a fix now. -Damien On Jun 15, 2010, at 9:10 AM, Andrey Somov wrote: > Hi, > while reading the CouchDB source I found a question in couch_file.erl, > I am not sure whether it is a bug or not. > > Lines 297-311: > > h

Re: Anything else for 1.0? (Was: Re: New code goes into trunk)

2010-06-15 Thread Randall Leeds
https://issues.apache.org/jira/browse/COUCHDB-780 relates to windows file issues as well as fixing a source of surprising unresponsiveness with big databases (finishing compaction, deleting, etc). This patch is the only one I'd really like to wrap up for 1.0. On Jun 15, 2010 9:16 AM, "Juhani Ränki

[jira] Commented: (COUCHDB-393) Cannot discover currently running http port if ini file specifies port 0

2010-06-15 Thread Randall Leeds (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879029#action_12879029 ] Randall Leeds commented on COUCHDB-393: --- If couch is set up with vhosts then what sh

[jira] Created: (COUCHDB-799) Etag of a view sould only change if a relevant document is changed

2010-06-15 Thread JIRA
Etag of a view sould only change if a relevant document is changed -- Key: COUCHDB-799 URL: https://issues.apache.org/jira/browse/COUCHDB-799 Project: CouchDB Issue Type: Improv

[jira] Closed: (COUCHDB-775) Incompatible implicit declaration of snprintf in couch_js/http.c

2010-06-15 Thread Jan Lehnardt (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Lehnardt closed COUCHDB-775. Fix Version/s: 0.11.1 1.0 Resolution: Fixed > Incompatible implicit decl

Re: Anything else for 1.0? (Was: Re: New code goes into trunk)

2010-06-15 Thread Juhani Ränkimies
On Tue, Jun 15, 2010 at 6:22 PM, Jan Lehnardt wrote: > Which other issues or patches that are not in 0.11.x yet do > you think need to be addressed before we branch 1.0? I'd > like to hear from everybody here, especially the > non-committers. > > Cheers > Jan > -- Windows file handling problems

[jira] Commented: (COUCHDB-393) Cannot discover currently running http port if ini file specifies port 0

2010-06-15 Thread Benoit Chesneau (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879015#action_12879015 ] Benoit Chesneau commented on COUCHDB-393: - discussed on irc. Also needed to make d

error in handle_call({write_header, Bin}

2010-06-15 Thread Andrey Somov
Hi, while reading the CouchDB source I found a question in couch_file.erl, I am not sure whether it is a bug or not. Lines 297-311: handle_call({write_header, Bin}, _From, #file{fd=Fd, eof=Pos}=File) -> BinSize = size(Bin), case Pos rem ?SIZE_BLOCK of 0 -> Padding = <<>>;

[jira] Closed: (COUCHDB-677) Rewrite Handler not translating variables inside array values.

2010-06-15 Thread Benoit Chesneau (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoit Chesneau closed COUCHDB-677. --- Assignee: Benoit Chesneau Fix Version/s: 1.0 Resolution: Fixed > Rewrite Han

[jira] Assigned: (COUCHDB-699) Allow for bind variables in complex query keys for URL rewriter

2010-06-15 Thread Benoit Chesneau (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoit Chesneau reassigned COUCHDB-699: --- Assignee: Benoit Chesneau > Allow for bind variables in complex query keys for URL r

[jira] Closed: (COUCHDB-699) Allow for bind variables in complex query keys for URL rewriter

2010-06-15 Thread Benoit Chesneau (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoit Chesneau closed COUCHDB-699. --- Resolution: Fixed available in latest head > Allow for bind variables in complex query keys

Re: Anything else for 1.0? (Was: Re: New code goes into trunk)

2010-06-15 Thread Filipe David Manana
#2 issue of https://issues.apache.org/jira/browse/COUCHDB-793 On Tue, Jun 15, 2010 at 4:22 PM, Jan Lehnardt wrote: > > On 14 Jun 2010, at 23:18, Jan Lehnardt wrote: > > >> To make sure I understand... did we agree to branch 1.0 from trunk? > > > > Nope, we agreed to cut 1.0 from 0.11.x. 0.11.x w

[jira] Commented: (COUCHDB-748) Keys and document IDs are improperly escaped in document list

2010-06-15 Thread Jan Lehnardt (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879005#action_12879005 ] Jan Lehnardt commented on COUCHDB-748: -- Patch no longer applies cleanly to trunk. Can

[jira] Commented: (COUCHDB-719) Bad escaping in Futon view document list

2010-06-15 Thread Jan Lehnardt (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879007#action_12879007 ] Jan Lehnardt commented on COUCHDB-719: -- This patch makes the value in the view result

Anything else for 1.0? (Was: Re: New code goes into trunk)

2010-06-15 Thread Jan Lehnardt
On 14 Jun 2010, at 23:18, Jan Lehnardt wrote: >> To make sure I understand... did we agree to branch 1.0 from trunk? > > Nope, we agreed to cut 1.0 from 0.11.x. 0.11.x was in disarray for a brief > time but my latest commits are supposed to have fixed that. I think we should > go ahead and bra

[jira] Updated: (COUCHDB-779) Upgrade mochiweb to r167 - get HTTPS support.

2010-06-15 Thread Benoit Chesneau (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoit Chesneau updated COUCHDB-779: Attachment: couchdb-779-2.patch rebased patch against trunk rev #954894 > Upgrade mochiwe

[jira] Created: (COUCHDB-798) Compile mochijson2 down to native code

2010-06-15 Thread Adam Kocoloski (JIRA)
Compile mochijson2 down to native code -- Key: COUCHDB-798 URL: https://issues.apache.org/jira/browse/COUCHDB-798 Project: CouchDB Issue Type: Improvement Components: Database Core Re