[jira] [Commented] (COUCHDB-1179) erl.exe crash during view indexing

2012-02-02 Thread James Howe (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13198705#comment-13198705 ] James Howe commented on COUCHDB-1179: - Deleted, cleaned-up, added and indexed all

[jira] [Commented] (COUCHDB-1302) Fix couchjs

2012-02-02 Thread Jason Smith (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13198718#comment-13198718 ] Jason Smith commented on COUCHDB-1302: -- This ticket is listed as a 1.2 blocker. But

[jira] [Created] (COUCHDB-1397) Function expressions, evals in SpiderMonkey

2012-02-02 Thread Jason Smith (Created) (JIRA)
Function expressions, evals in SpiderMonkey --- Key: COUCHDB-1397 URL: https://issues.apache.org/jira/browse/COUCHDB-1397 Project: CouchDB Issue Type: Bug Components: JavaScript View Server

Re: [jira] [Commented] (COUCHDB-1302) Fix couchjs

2012-02-02 Thread Jason Smith
Sorry, please disregard. I did not realize the issue was closed. If I'm not wrong, the discussion for 1.2 is COUCHDB-1397. On Thu, Feb 2, 2012 at 11:57 AM, Jason Smith (Commented) (JIRA) j...@apache.org wrote:    [

[jira] [Commented] (COUCHDB-1397) Function expressions, evals in SpiderMonkey

2012-02-02 Thread Jason Smith (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13198732#comment-13198732 ] Jason Smith commented on COUCHDB-1397: -- ## Facts 1. All documentation, all books,

[jira] [Resolved] (COUCHDB-1179) erl.exe crash during view indexing

2012-02-02 Thread Dave Cottlehuber (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Cottlehuber resolved COUCHDB-1179. --- Resolution: Fixed Fix Version/s: 1.2 Resolved via COUCHDB-1258.

Re: Unique instance IDs?

2012-02-02 Thread Kevin R. Coombes
For CouchDB, I think UUIDs are clearly the way to go. After all, given the UUID, database, and hostname, you can construct the desired URL directly by forming http://hostname:5984/database/UUID As Noah points out, if you used this entire URL as the identifier (by which I assume he means

Re: Unique instance IDs?

2012-02-02 Thread Robert Newson
... until you copy the database (and its uuid) and have two databases with the same uuid. This has always been the slam-dunk argument against database uuid's. B. On 2 February 2012 09:41, Kevin R. Coombes kevin.r.coom...@gmail.com wrote: For CouchDB, I think UUIDs are clearly the way to go.  

Re: Unique instance IDs?

2012-02-02 Thread Kevin R. Coombes
I don't think it's such a slam-dunk, but maybe I'm guilty of a goal-tending violation. It depends on whether you intend to keep replicating the two copies to keep them synchronized. If you want that (and most of the time, I do), then I think it's an advantage to keep the same UUID. The

[jira] [Commented] (COUCHDB-1397) Function expressions, evals in SpiderMonkey

2012-02-02 Thread Paul Joseph Davis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13198936#comment-13198936 ] Paul Joseph Davis commented on COUCHDB-1397: Describing this as exploiting a

Auth failure and 401 not working on windows in 1.0.2

2012-02-02 Thread Jt
Hello everyone, I have an intriguing and very frustrating runtime difference between two environments running the same code. The code is designed to logout a user from the couchdb hosted website by first invalidating the session (following the guidelines of the session API) and then attempting

Re: Auth failure and 401 not working on windows in 1.1.1

2012-02-02 Thread Jt
Update. This is the tail from the couch log (on windows) for the same-failed logout attempt. Thanks, Jt [Thu, 02 Feb 2012 05:33:10 GMT] [debug] [0.3508.0] 'DELETE' /_session {1,0} from 192.168.2.10 [Thu, 02 Feb 2012 05:33:10 GMT] [debug] [0.3508.0] OAuth Params: [] [Thu, 02 Feb 2012 05:33:10

[jira] [Created] (COUCHDB-1398) improve view filtering in changes

2012-02-02 Thread Benoit Chesneau (Created) (JIRA)
improve view filtering in changes - Key: COUCHDB-1398 URL: https://issues.apache.org/jira/browse/COUCHDB-1398 Project: CouchDB Issue Type: Improvement Components: View Server Support Affects

[jira] [Updated] (COUCHDB-1398) improve view filtering in changes

2012-02-02 Thread Benoit Chesneau (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoit Chesneau updated COUCHDB-1398: - Attachment: 0007-useless-info.patch 0006-immprove-view-filter.patch

[jira] [Commented] (COUCHDB-1397) Function expressions, evals in SpiderMonkey

2012-02-02 Thread Jason Smith (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13199425#comment-13199425 ] Jason Smith commented on COUCHDB-1397: -- Paul, tl;dr: I see your point but disagree

[jira] [Updated] (COUCHDB-1397) Function expressions, evals in SpiderMonkey

2012-02-02 Thread Jason Smith (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Smith updated COUCHDB-1397: - Affects Version/s: (was: 1.2) 1.2.1 Paul's right, this is not a 1.2

[jira] [Commented] (COUCHDB-1397) Function expressions, evals in SpiderMonkey

2012-02-02 Thread max ogden (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13199461#comment-13199461 ] max ogden commented on COUCHDB-1397: another option is to require commonjs instead

[jira] [Commented] (COUCHDB-1397) Function expressions, evals in SpiderMonkey

2012-02-02 Thread Jason Smith (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13199503#comment-13199503 ] Jason Smith commented on COUCHDB-1397: -- Love it. I'd still rather that Couch

Re: Unique instance IDs?

2012-02-02 Thread Riyad Kalla
Robert, to your point, when would you copy an entire DB to another live server and *not* have the intention of the two be replicas of each other? The UUID would be akin to a social-security-number for the docs, so if I have a doc A in Server1 with a SSN of 333-90-3231, and that same doc existed