[jira] [Commented] (COUCHDB-1425) Emitting UTF-8 chars >= 0xD800 in JS map stops design doc from indexing

2012-02-27 Thread Jim Klo (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217919#comment-13217919 ] Jim Klo commented on COUCHDB-1425: -- I actually went back and set my timeout pretty high

Re: Managing Git identities?

2012-02-27 Thread Paul Davis
On Mon, Feb 27, 2012 at 11:02 PM, Robert Newson wrote: > for my part, I don't set user.email in my global .gitconfig because > I've often committed with the wrong address. Leaving it undefined then > gives you a warning when you commit. I then set the right local value > and --amend --reset-author

Re: Managing Git identities?

2012-02-27 Thread Randall Leeds
On Feb 27, 2012 9:02 PM, "Robert Newson" wrote: > > for my part, I don't set user.email in my global .gitconfig because > I've often committed with the wrong address. Leaving it undefined then > gives you a warning when you commit. I then set the right local value > and --amend --reset-author. Pre

Re: Managing Git identities?

2012-02-27 Thread Robert Newson
for my part, I don't set user.email in my global .gitconfig because I've often committed with the wrong address. Leaving it undefined then gives you a warning when you commit. I then set the right local value and --amend --reset-author. Pretty sure our apache repo insists on apache.org addresses to

Re: Managing Git identities?

2012-02-27 Thread Paul Davis
To be clear, Randall means to set the user.email and user.name setting in the ./git/config file in your CouchDB clone. On Mon, Feb 27, 2012 at 8:32 PM, Adam Kocoloski wrote: > On Feb 27, 2012, at 8:53 PM, Randall Leeds wrote: > >> On Mon, Feb 27, 2012 at 16:22, Jason Smith wrote: >>> Quick quest

Re: [VOTE] Apache CouchDB 1.2.0 release, second round

2012-02-27 Thread Paul Davis
On Mon, Feb 27, 2012 at 7:18 PM, Filipe David Manana wrote: > Jason, can't reproduce those results, not even close: > > http://friendpaste.com/1L4pHH8WQchaLIMCWhKX9Z > > Before COUCHDB-1186 > > fdmanana 16:58:02 ~/git/hub/slow_couchdb (master)> docs=50 > batch=5 ./bench.sh small_doc.tpl >

Re: feasibility of a design doc option to use the "ddoc new"/"ddoc " based protocol for map and reduce as well

2012-02-27 Thread Jason Smith
On Tue, Feb 28, 2012 at 7:12 AM, Ronny Pfannschmidt wrote: > Hi, > > while trying to build a a view server for ddocs that validate/support > documents as FSM (Finite State Machine) > i hit a inherent limit of the protocol, > > map and reduce don't get the full ddoc, but only a part of it, > which

Re: CouchDB and JavaScript Documentation

2012-02-27 Thread Randall Leeds
On Tue, Feb 21, 2012 at 07:28, Zachary Zolton wrote: > Kevin, > > I agree that we should at least document the JS libraries distributed > with CouchDB. Of course, whether it should live in the wiki or some > other kind of project documentation has been a perennial discussion on > this list... (^_^

[jira] [Commented] (COUCHDB-1425) Emitting UTF-8 chars >= 0xD800 in JS map stops design doc from indexing

2012-02-27 Thread Alexander Shorin (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217857#comment-13217857 ] Alexander Shorin commented on COUCHDB-1425: --- Javascript servers fail with OS t

Re: feasibility of a design doc option to use the "ddoc new"/"ddoc " based protocol for map and reduce as well

2012-02-27 Thread Jason Smith
I believe the situation is that those functions are not given any information that could change the results of map() and reduce(). { "_id": "_design/example" , "multiply": 50 , "views": { "a_view": { "map": "function(D) { emit(D._id, D.value * this.multiply" } } } Changing .mult

Re: feasibility of a design doc option to use the "ddoc new"/"ddoc " based protocol for map and reduce as well

2012-02-27 Thread Randall Leeds
Which part of the document are you missing? I know attachments are not sent because that's a lot of overhead for people who attach static resources to the design doc. Anything else? On Feb 27, 2012 4:12 PM, "Ronny Pfannschmidt" wrote: > Hi, > > while trying to build a a view server for ddocs that

Re: Managing Git identities?

2012-02-27 Thread Adam Kocoloski
On Feb 27, 2012, at 8:53 PM, Randall Leeds wrote: > On Mon, Feb 27, 2012 at 16:22, Jason Smith wrote: >> Quick question: >> >> Do you all have any strategies or techniques for committing under >> various identities? I would like CouchDB commits to be j...@apache.org, >> but work projects, under

Re: Managing Git identities?

2012-02-27 Thread Randall Leeds
On Mon, Feb 27, 2012 at 16:22, Jason Smith wrote: > Quick question: > > Do you all have any strategies or techniques for committing under > various identities? I would like CouchDB commits to be j...@apache.org, > but work projects, under different email addresses. > > This one is hard to google.

Re: [VOTE] Apache CouchDB 1.2.0 release, second round

2012-02-27 Thread Filipe David Manana
Jason, can't reproduce those results, not even close: http://friendpaste.com/1L4pHH8WQchaLIMCWhKX9Z Before COUCHDB-1186 fdmanana 16:58:02 ~/git/hub/slow_couchdb (master)> docs=50 batch=5 ./bench.sh small_doc.tpl Server: CouchDB/1.2.0a-a68a792-git (Erlang OTP/R14B03) {"couchdb":"Welcome",

Re: [VOTE] Apache CouchDB 1.2.0 release, second round

2012-02-27 Thread Jason Smith
Hi, Filipe. Most people seem to be holding their OTP build constant for these tests. If you have the time, would you please check out https://github.com/jhs/slow_couchdb It uses seatoncouch mixed with Bob's script to run a basic benchmark. I expect more template types to grow to help create diffe

Managing Git identities?

2012-02-27 Thread Jason Smith
Quick question: Do you all have any strategies or techniques for committing under various identities? I would like CouchDB commits to be j...@apache.org, but work projects, under different email addresses. This one is hard to google. It's tons of walkthroughs for identifying to a Git server (SSH

Re: Welcome Jason Smith

2012-02-27 Thread Jason Smith
Thanks, all! Randall, I'm sure I have no idea what you are talking about. I would never do such a thing! It wouldn't sit right. :) Yeah sorry about that. Bob sensed a disturbance in the force. As if millions of voices suddenly cried out and then... no they basically just cried and cried. On Tue,

feasibility of a design doc option to use the "ddoc new"/"ddoc " based protocol for map and reduce as well

2012-02-27 Thread Ronny Pfannschmidt
Hi, while trying to build a a view server for ddocs that validate/support documents as FSM (Finite State Machine) i hit a inherent limit of the protocol, map and reduce don't get the full ddoc, but only a part of it, which means my view server can't actually work with the full ddoc unless i do

Re: Welcome Jason Smith

2012-02-27 Thread Randall Leeds
Hehe. I saw the first commit before I saw this thread and did a double take. Congrats, Jason. Looking forward to your continuing contributions. On Feb 27, 2012 9:05 AM, "Noah Slater" wrote: > Hey, > > I'd like to announce that the Apache CouchDB PMC has voted for Jason Smith > to become the 14th

[jira] [Closed] (COUCHDB-443) rc.d leaves stderr open causing controlling programs to share

2012-02-27 Thread Sam Bisbee (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Bisbee closed COUCHDB-443. -- Resolution: Not A Problem I don't see us wanting to hide error messages. Also, no one has touched this

[jira] [Commented] (COUCHDB-1275) Futon's recent database list doesn't decode slashes in database names

2012-02-27 Thread Sam Bisbee (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217637#comment-13217637 ] Sam Bisbee commented on COUCHDB-1275: - Since there is no danger of XSS and the CSRF

Re: [VOTE] Apache CouchDB 1.2.0 release, second round

2012-02-27 Thread Noah Slater
If the fix is simple enough, I would prefer to see it in. The effects sound moderately serious, and this effects the most recent Erlang, not some legacy shit. On Mon, Feb 27, 2012 at 8:18 PM, Robert Newson wrote: > If the R15/64 bit fix is the only issue with round 2, then I vote with > Jan to d

[jira] [Created] (COUCHDB-1425) Emitting UTF-8 chars >= 0xD800 in JS map stops design doc from indexing

2012-02-27 Thread Jim Klo (Created) (JIRA)
Emitting UTF-8 chars >= 0xD800 in JS map stops design doc from indexing --- Key: COUCHDB-1425 URL: https://issues.apache.org/jira/browse/COUCHDB-1425 Project: CouchDB Issue

Re: [VOTE] Apache CouchDB 1.2.0 release, second round

2012-02-27 Thread Robert Newson
If the R15/64 bit fix is the only issue with round 2, then I vote with Jan to defer it to 1.2.1. If we're opening up round 3 for any reason, I'd like to see it go in. b. On 27 February 2012 19:09, Jan Lehnardt wrote: > > On Feb 23, 2012, at 18:09 , Jan Lehnardt wrote: > >> I'm happy to give this

Re: Welcome Jason Smith

2012-02-27 Thread Bob Dionne
Congrats Jason! On Feb 27, 2012, at 12:04 PM, Noah Slater wrote: > Hey, > > I'd like to announce that the Apache CouchDB PMC has voted for Jason Smith > to become the 14th committer. Jason has been doing great work providing > CouchDB hosting with IrisCouch, is active within the project, and has

Re: [VOTE] Apache CouchDB 1.2.0 release, second round

2012-02-27 Thread Jan Lehnardt
On Feb 23, 2012, at 18:09 , Jan Lehnardt wrote: > I'm happy to give this a +1 if we put a warning about R15B on the download > page. http://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commit;h=b1af764b refers to an issue that makes operation under R15B potentially dangerous. We haven't seen

[jira] [Commented] (COUCHDB-833) Use Takanori Ishikawa's JS SHA1 implementation which doesn't pollute the global namespace

2012-02-27 Thread Jan Lehnardt (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217361#comment-13217361 ] Jan Lehnardt commented on COUCHDB-833: -- we'd still need it to verify that "old" user

Re: Welcome Jason Smith

2012-02-27 Thread Benoit Chesneau
On Mon, Feb 27, 2012 at 6:04 PM, Noah Slater wrote: > Hey, > > I'd like to announce that the Apache CouchDB PMC has voted for Jason Smith > to become the 14th committer. Jason has been doing great work providing > CouchDB hosting with IrisCouch, is active within the project, and has > contributed

[jira] [Commented] (COUCHDB-833) Use Takanori Ishikawa's JS SHA1 implementation which doesn't pollute the global namespace

2012-02-27 Thread Sam Bisbee (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217357#comment-13217357 ] Sam Bisbee commented on COUCHDB-833: Okay ... so does that mean we can remove it? :)

[jira] [Closed] (COUCHDB-350) Attachment with tab in the filename is refused with 400 bad request

2012-02-27 Thread Sam Bisbee (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Bisbee closed COUCHDB-350. -- Resolution: Fixed Fix Version/s: 1.1.1 Closing as there was no further comment. Please re-open

Re: Welcome Jason Smith

2012-02-27 Thread Sebastian Cohnen
congrats Jason! On 27.02.2012, at 18:04, Noah Slater wrote: > Hey, > > I'd like to announce that the Apache CouchDB PMC has voted for Jason Smith > to become the 14th committer. Jason has been doing great work providing > CouchDB hosting with IrisCouch, is active within the project, and has > co

Re: Welcome Jason Smith

2012-02-27 Thread Filipe David Manana
Congratulations Jason! On Mon, Feb 27, 2012 at 9:04 AM, Noah Slater wrote: > Hey, > > I'd like to announce that the Apache CouchDB PMC has voted for Jason Smith > to become the 14th committer. Jason has been doing great work providing > CouchDB hosting with IrisCouch, is active within the project

Re: [VOTE] Apache CouchDB 1.2.0 release, second round

2012-02-27 Thread Jan Lehnardt
On Feb 27, 2012, at 19:11 , Noah Slater wrote: > On Mon, Feb 27, 2012 at 5:41 PM, Jan Lehnardt wrote: >> >> See https://issues.apache.org/jira/browse/COUCHDB-1424 for details on >> this. So far we haven't been able to show that this happens on systems >> other than Mac OS X 10.7.3. If true, I w

Re: [VOTE] Apache CouchDB 1.2.0 release, second round

2012-02-27 Thread Noah Slater
On Mon, Feb 27, 2012 at 5:41 PM, Jan Lehnardt wrote: > > See https://issues.apache.org/jira/browse/COUCHDB-1424 for details on > this. So far we haven't been able to show that this happens on systems > other than Mac OS X 10.7.3. If true, I wouldn't consider this a release > blocker. This doesn'

Re: [VOTE] Apache CouchDB 1.2.0 release, second round

2012-02-27 Thread Jan Lehnardt
On Feb 27, 2012, at 18:19 , Noah Slater wrote: > On Mon, Feb 27, 2012 at 1:15 PM, Jan Lehnardt wrote: > >> It is interesting that 1.2.x won't hang. >> > > There is no difference between the files you have on your branch, and the > files in the release tarball. For me both hang. > You can v

Re: Welcome Jason Smith

2012-02-27 Thread Robert Newson
I knew I'd sensed a disturbance in the force. Welcome on board Jason. :) B. On 27 February 2012 17:11, Jan Lehnardt wrote: > > On Feb 27, 2012, at 18:04 , Noah Slater wrote: > >> Hey, >> >> I'd like to announce that the Apache CouchDB PMC has voted for Jason Smith >> to become the 14th committe

Re: Welcome Jason Smith

2012-02-27 Thread Ryan Ramage
Congrats Jason! On Mon, Feb 27, 2012 at 10:11 AM, Jan Lehnardt wrote: > > On Feb 27, 2012, at 18:04 , Noah Slater wrote: > >> Hey, >> >> I'd like to announce that the Apache CouchDB PMC has voted for Jason Smith >> to become the 14th committer. Jason has been doing great work providing >> CouchDB

Re: [VOTE] Apache CouchDB 1.2.0 release, second round

2012-02-27 Thread Noah Slater
On Mon, Feb 27, 2012 at 1:15 PM, Jan Lehnardt wrote: > It is interesting that 1.2.x won't hang. > There is no difference between the files you have on your branch, and the files in the release tarball. You can verify this yourself by following the steps here: http://wiki.apache.org/couchdb/Tes

Re: Welcome Jason Smith

2012-02-27 Thread Jan Lehnardt
On Feb 27, 2012, at 18:04 , Noah Slater wrote: > Hey, > > I'd like to announce that the Apache CouchDB PMC has voted for Jason Smith > to become the 14th committer. Jason has been doing great work providing > CouchDB hosting with IrisCouch, is active within the project, and has > contributed bac

Welcome Jason Smith

2012-02-27 Thread Noah Slater
Hey, I'd like to announce that the Apache CouchDB PMC has voted for Jason Smith to become the 14th committer. Jason has been doing great work providing CouchDB hosting with IrisCouch, is active within the project, and has contributed back to the community through a number of complimentary projects

[jira] [Commented] (COUCHDB-1424) make check hangs when compiling with R15B

2012-02-27 Thread Robert Newson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217292#comment-13217292 ] Robert Newson commented on COUCHDB-1424: I ran make check on Ubuntu 11.10, 5 tim

[jira] [Commented] (COUCHDB-1424) make check hangs when compiling with R15B

2012-02-27 Thread Jan Lehnardt (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217290#comment-13217290 ] Jan Lehnardt commented on COUCHDB-1424: --- I ran the test suite on a FreeBSD 9.0 VM

Re: [VOTE] Apache CouchDB 1.2.0 release, second round

2012-02-27 Thread Filipe David Manana
I just tried Jason's script (modified it to use 500 000 docs instead of 50 000) against 1.2.x and 1.1.1, using OTP R14B03. Here's my results: 1.2.x: $ port=5984 ./test.sh "none" Filling db. done HTTP/1.1 200 OK Server: CouchDB/1.2.0 (Erlang OTP/R14B03) Date: Mon, 27 Feb 2012 16:08:43 GMT Content-

Re: Wiki markup (Re: Couchbase trademark issues)

2012-02-27 Thread Jan Lehnardt
On Feb 27, 2012, at 17:10 , Noah Slater wrote: > We need co-operation from Infra to get custom CSS set up. Jan, did you get > anywhere with that? I didn't get that far, I think I said it might look like it. But if anyone wants to confirm the exact steps we have to follow, that be better, I only

Re: Wiki markup (Re: Couchbase trademark issues)

2012-02-27 Thread Jan Lehnardt
On Feb 27, 2012, at 16:40 , till wrote: > Splitting off the thread – :D > > Can we use this wiki markup asap? What keeps us from getting this setup > ASAP (vs. waiting for the website)? I don't know much about MoinMoin, but I assume there's information about how to include a custom CSS file. Af

Re: Wiki markup (Re: Couchbase trademark issues)

2012-02-27 Thread Noah Slater
We need co-operation from Infra to get custom CSS set up. Jan, did you get anywhere with that? On Mon, Feb 27, 2012 at 3:49 PM, Kevin R. Coombes wrote: > On 2/27/2012 9:40 AM, till wrote: > >> Splitting off the thread – :D >> >> Can we use this wiki markup asap? What keeps us from getting this s

Re: Wiki markup (Re: Couchbase trademark issues)

2012-02-27 Thread Kevin R. Coombes
On 2/27/2012 9:40 AM, till wrote: Splitting off the thread – :D Can we use this wiki markup asap? What keeps us from getting this setup ASAP (vs. waiting for the website)? +1 Till On Fri, Feb 24, 2012 at 4:26 PM, Noah Slater wrote: That's an interesting approach Christian, thanks! I'll r

Wiki markup (Re: Couchbase trademark issues)

2012-02-27 Thread till
Splitting off the thread – :D Can we use this wiki markup asap? What keeps us from getting this setup ASAP (vs. waiting for the website)? Till On Fri, Feb 24, 2012 at 4:26 PM, Noah Slater wrote: > That's an interesting approach Christian, thanks! > > I'll revisit this method once we get around

[jira] [Commented] (COUCHDB-1424) make check hangs when compiling with R15B

2012-02-27 Thread Robert Newson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217191#comment-13217191 ] Robert Newson commented on COUCHDB-1424: hangs for me too, the last thing printe

[jira] [Commented] (COUCHDB-1424) make check hangs when compiling with R15B

2012-02-27 Thread Jan Lehnardt (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217186#comment-13217186 ] Jan Lehnardt commented on COUCHDB-1424: --- Not saying your result is not valid or an

Re: [VOTE] Apache CouchDB 1.2.0 release, second round

2012-02-27 Thread Robert Newson
Bob D, can you give more details on the data set you're testing? Number of docs, size/complexity of docs, etc? Basically, enough info that I could write a script to automate building an equivalent database. I wrote a quick bash script to make a database and time a view build here: http://friendpas

Re: [VOTE] Apache CouchDB 1.2.0 release, second round

2012-02-27 Thread Jan Lehnardt
On Feb 27, 2012, at 12:58 , Bob Dionne wrote: > Thanks for the clarification. I hope I'm not conflating things by continuing > the discussion here, I thought that's what you requested? The discussion we had on IRC was regarding collecting more data items for the performance regression before

Re: [VOTE] Apache CouchDB 1.2.0 release, second round

2012-02-27 Thread Robert Newson
I think it's worth reminding everyone that the Futon test suite is only supported on FireFox. The reports of Chrome failing on attachment_ranges illuminates nothing; it's a Chrome bug. It would be news if it *didn't* fail on Chrome. :) The performance regression, I think, is the only thing holding

Re: [VOTE] Apache CouchDB 1.2.0 release, second round

2012-02-27 Thread Bob Dionne
Jan, Thanks for the clarification. I hope I'm not conflating things by continuing the discussion here, I thought that's what you requested? I just downloaded the release candidate again to start fresh. "make distcheck" hangs on this step: /Users/bitdiddle/Downloads/apache-couchdb-1.2.0/apache