[jira] [Created] (COUCHDB-3313) Couchdb 2.0- Unable to create document and access database through java api

2017-03-01 Thread Vartika Jain (JIRA)
Vartika Jain created COUCHDB-3313: - Summary: Couchdb 2.0- Unable to create document and access database through java api Key: COUCHDB-3313 URL: https://issues.apache.org/jira/browse/COUCHDB-3313

[jira] [Resolved] (COUCHDB-3298) Improve couch_btree:chunkify logic

2017-03-01 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Joseph Davis resolved COUCHDB-3298. Resolution: Fixed Merged. > Improve couch_btree:chunkify logic >

[GitHub] couchdb-couch pull request #229: Return error row instead of crashing

2017-03-01 Thread davisp
Github user davisp commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/229#discussion_r103794067 --- Diff: src/couch_query_servers.erl --- @@ -169,6 +178,19 @@ sum_values(Value, Acc) when is_number(Value), is_list(Acc) -> sum_arrays(Acc,

[GitHub] couchdb-couch pull request #229: Return error row instead of crashing

2017-03-01 Thread davisp
Github user davisp commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/229#discussion_r103793859 --- Diff: src/couch_query_servers.erl --- @@ -142,25 +142,34 @@ os_rereduce(Lang, OsRedSrcs, KVs) -> builtin_reduce(_Re, [], _KVs, Acc) ->

[GitHub] couchdb-couch issue #229: Return error row instead of crashing

2017-03-01 Thread davisp
Github user davisp commented on the issue: https://github.com/apache/couchdb-couch/pull/229 Reduce functions are complicated so that makes sense. :D Unfortunately there's not a whole lot we can do without inventing a builtin-reduce specific error API/protocol which strikes me

[GitHub] couchdb-couch pull request #229: Return error row instead of crashing

2017-03-01 Thread davisp
Github user davisp commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/229#discussion_r103793405 --- Diff: src/couch_query_servers.erl --- @@ -142,25 +142,34 @@ os_rereduce(Lang, OsRedSrcs, KVs) -> builtin_reduce(_Re, [], _KVs, Acc) ->

[jira] [Commented] (COUCHDB-3298) Improve couch_btree:chunkify logic

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15891054#comment-15891054 ] ASF subversion and git services commented on COUCHDB-3298: -- Commit

[jira] [Commented] (COUCHDB-3298) Improve couch_btree:chunkify logic

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15891053#comment-15891053 ] ASF subversion and git services commented on COUCHDB-3298: -- Commit

[jira] [Commented] (COUCHDB-3298) Improve couch_btree:chunkify logic

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15891052#comment-15891052 ] ASF subversion and git services commented on COUCHDB-3298: -- Commit

[GitHub] couchdb-couch pull request #229: Return error row instead of crashing

2017-03-01 Thread iilyak
Github user iilyak commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/229#discussion_r103786495 --- Diff: src/couch_query_servers.erl --- @@ -169,6 +178,19 @@ sum_values(Value, Acc) when is_number(Value), is_list(Acc) -> sum_arrays(Acc,

[GitHub] couchdb-couch pull request #229: Return error row instead of crashing

2017-03-01 Thread iilyak
Github user iilyak commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/229#discussion_r103782695 --- Diff: src/couch_query_servers.erl --- @@ -142,25 +142,34 @@ os_rereduce(Lang, OsRedSrcs, KVs) -> builtin_reduce(_Re, [], _KVs, Acc) ->

[GitHub] couchdb-couch pull request #229: Return error row instead of crashing

2017-03-01 Thread iilyak
Github user iilyak commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/229#discussion_r103788697 --- Diff: src/couch_query_servers.erl --- @@ -142,25 +142,34 @@ os_rereduce(Lang, OsRedSrcs, KVs) -> builtin_reduce(_Re, [], _KVs, Acc) ->

[jira] [Commented] (COUCHDB-2971) Provide cardinality estimate (COUNT DISTINCT) as builtin reducer

2017-03-01 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890583#comment-15890583 ] Adam Kocoloski commented on COUCHDB-2971: - OK, at long last I've posted an initial pass at the

[jira] [Commented] (COUCHDB-2971) Provide cardinality estimate (COUNT DISTINCT) as builtin reducer

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890511#comment-15890511 ] ASF subversion and git services commented on COUCHDB-2971: -- Commit

[jira] [Commented] (COUCHDB-2971) Provide cardinality estimate (COUNT DISTINCT) as builtin reducer

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890518#comment-15890518 ] ASF subversion and git services commented on COUCHDB-2971: -- Commit

[jira] [Commented] (COUCHDB-3284) 8Kb read-ahead in couch_file causes extra IO and binary memory usage

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890514#comment-15890514 ] ASF subversion and git services commented on COUCHDB-3284: -- Commit

[jira] [Commented] (COUCHDB-3109) 500 when include_docs=true for linked documents

2017-03-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890508#comment-15890508 ] ASF subversion and git services commented on COUCHDB-3109: -- Commit