[GitHub] couchdb-couch-replicator issue #48: Port HTTP 429 Commits

2016-10-04 Thread nickva
Github user nickva commented on the issue: https://github.com/apache/couchdb-couch-replicator/pull/48 +1 (after rebase + lower case the config constants). I tested with a rate limited account. Changes replicated and made progress. I lowered the max backoff value to see how

[jira] [Commented] (COUCHDB-3178) Fabric does not send message when filtering lots of documents

2016-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15546723#comment-15546723 ] ASF GitHub Bot commented on COUCHDB-3178: - Github user asfgit closed the pull request at:

[jira] [Commented] (COUCHDB-3178) Fabric does not send message when filtering lots of documents

2016-10-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15546721#comment-15546721 ] ASF subversion and git services commented on COUCHDB-3178: -- Commit

[GitHub] couchdb-fabric pull request #72: Send a message when filtering a changes row

2016-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-fabric/pull/72 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Commented] (COUCHDB-3178) Fabric does not send message when filtering lots of documents

2016-10-04 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15546713#comment-15546713 ] Paul Joseph Davis commented on COUCHDB-3178: Yeap. That fixed it. Kind of amazing how

[GitHub] couchdb-couch issue #200: Adding test suite for trancated _update

2016-10-04 Thread eiri
Github user eiri commented on the issue: https://github.com/apache/couchdb-couch/pull/200 Passed locally. LGTM. ``` Compiled test/couchdb_mrview_tests.erl EUnit module 'couchdb_mrview_tests' Check show

[jira] [Commented] (COUCHDB-3178) Fabric does not send message when filtering lots of documents

2016-10-04 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15546545#comment-15546545 ] Paul Joseph Davis commented on COUCHDB-3178: I should note, that if you have a replication

[GitHub] couchdb-fabric issue #72: Send a message when filtering a changes row

2016-10-04 Thread rnewson
Github user rnewson commented on the issue: https://github.com/apache/couchdb-fabric/pull/72 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] couchdb-chttpd issue #140: Handle disconnect when receiving body

2016-10-04 Thread eiri
Github user eiri commented on the issue: https://github.com/apache/couchdb-chttpd/pull/140 Let's make the error "Invalid request body", to cover cases with `max_document_size` exceeded and because we seems to use more verbose forms on `bad_request` and +1 --- If your project is set

[jira] [Commented] (COUCHDB-3178) Fabric does not send message when filtering lots of documents

2016-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15546533#comment-15546533 ] ASF GitHub Bot commented on COUCHDB-3178: - GitHub user davisp opened a pull request:

[GitHub] couchdb-fabric pull request #72: Send a message when filtering a changes row

2016-10-04 Thread davisp
GitHub user davisp opened a pull request: https://github.com/apache/couchdb-fabric/pull/72 Send a message when filtering a changes row We managed to miss this change during the great merge as it was a confusing mess in the cloudant/fabric repository. Its obvious in hindsight

[jira] [Created] (COUCHDB-3178) Fabric does not send message when filtering lots of documents

2016-10-04 Thread Paul Joseph Davis (JIRA)
Paul Joseph Davis created COUCHDB-3178: -- Summary: Fabric does not send message when filtering lots of documents Key: COUCHDB-3178 URL: https://issues.apache.org/jira/browse/COUCHDB-3178 Project:

[GitHub] couchdb-couch-replicator pull request #48: Port HTTP 429 Commits

2016-10-04 Thread nickva
Github user nickva commented on a diff in the pull request: https://github.com/apache/couchdb-couch-replicator/pull/48#discussion_r81839898 --- Diff: src/couch_replicator_httpc.erl --- @@ -440,3 +440,12 @@ after_redirect(RedirectUrl, _Code, HttpDb, Params) ->

[GitHub] couchdb-couch-mrview issue #56: Make Query Limit Results Configurable

2016-10-04 Thread tonysun83
Github user tonysun83 commented on the issue: https://github.com/apache/couchdb-couch-mrview/pull/56 @kxepal: I'm inclined to think that this change helps to protect servers from clients. However, at the same time, we don't want to make it a configurable change that doesn't force a

[jira] [Closed] (COUCHDB-3061) Decrease search time for deeply buried headers

2016-10-04 Thread Jay Doane (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Doane closed COUCHDB-3061. -- Resolution: Fixed This should be resolved by this commit:

[jira] [Commented] (COUCHDB-3061) Decrease search time for deeply buried headers

2016-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15546211#comment-15546211 ] ASF GitHub Bot commented on COUCHDB-3061: - Github user asfgit closed the pull request at:

[GitHub] couchdb-couch issue #185: 3061 adaptive header search

2016-10-04 Thread davisp
Github user davisp commented on the issue: https://github.com/apache/couchdb-couch/pull/185 Good work and persistence, @jaydoane! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] couchdb-couch pull request #185: 3061 adaptive header search

2016-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-couch/pull/185 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Commented] (COUCHDB-3061) Decrease search time for deeply buried headers

2016-10-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15546210#comment-15546210 ] ASF subversion and git services commented on COUCHDB-3061: -- Commit

[GitHub] couchdb-couch issue #185: 3061 adaptive header search

2016-10-04 Thread davisp
Github user davisp commented on the issue: https://github.com/apache/couchdb-couch/pull/185 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] couchdb-couch issue #185: 3061 adaptive header search

2016-10-04 Thread davisp
Github user davisp commented on the issue: https://github.com/apache/couchdb-couch/pull/185 Yep, +1 to squashing with that commit message --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] couchdb-couch issue #185: 3061 adaptive header search

2016-10-04 Thread jaydoane
Github user jaydoane commented on the issue: https://github.com/apache/couchdb-couch/pull/185 @davisp, formatting fixed in latest commit. Here's a proposed commit message: > Current behavior attempts to read a header at each block, starting at the eof and working

[jira] [Resolved] (COUCHDB-3173) Views return corrupt data for text fields containing non-BMP characters

2016-10-04 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson resolved COUCHDB-3173. Resolution: Fixed Fix Version/s: 2.0.1 > Views return corrupt data for text fields

[GitHub] couchdb-couch pull request #202: Fix CouchJS character replacement

2016-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-couch/pull/202 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] couchdb-couch issue #185: 3061 adaptive header search

2016-10-04 Thread davisp
Github user davisp commented on the issue: https://github.com/apache/couchdb-couch/pull/185 Oh, and we'll want to squash this down into a single commit that has a good explanation of the change and the basics of how it works. --- If your project is set up for it, you can reply to

[GitHub] couchdb-couch pull request #185: 3061 adaptive header search

2016-10-04 Thread davisp
Github user davisp commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/185#discussion_r81774779 --- Diff: src/couch_file.erl --- @@ -524,34 +529,83 @@ handle_info({'EXIT', _, Reason}, Fd) -> {stop, Reason, Fd}.

[GitHub] couchdb-couch pull request #185: 3061 adaptive header search

2016-10-04 Thread davisp
Github user davisp commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/185#discussion_r81775716 --- Diff: src/couch_file.erl --- @@ -524,34 +529,83 @@ handle_info({'EXIT', _, Reason}, Fd) -> {stop, Reason, Fd}.

[jira] [Commented] (COUCHDB-3173) Views return corrupt data for text fields containing non-BMP characters

2016-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15545556#comment-15545556 ] ASF GitHub Bot commented on COUCHDB-3173: - Github user asfgit closed the pull request at:

[jira] [Commented] (COUCHDB-3173) Views return corrupt data for text fields containing non-BMP characters

2016-10-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1554#comment-1554 ] ASF subversion and git services commented on COUCHDB-3173: -- Commit

[GitHub] couchdb-couch issue #202: Fix CouchJS character replacement

2016-10-04 Thread rnewson
Github user rnewson commented on the issue: https://github.com/apache/couchdb-couch/pull/202 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[jira] [Commented] (COUCHDB-3173) Views return corrupt data for text fields containing non-BMP characters

2016-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15545538#comment-15545538 ] ASF GitHub Bot commented on COUCHDB-3173: - GitHub user davisp opened a pull request:

[GitHub] couchdb-couch pull request #202: Fix CouchJS character replacement

2016-10-04 Thread davisp
GitHub user davisp opened a pull request: https://github.com/apache/couchdb-couch/pull/202 Fix CouchJS character replacement This was a bad backport from an old bug. We accidentally backed up when looking at the second half of a surrogate pair. Instead the backup should only

[jira] [Commented] (COUCHDB-3173) Views return corrupt data for text fields containing non-BMP characters

2016-10-04 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15545522#comment-15545522 ] Paul Joseph Davis commented on COUCHDB-3173: Fixed. PR incoming. > Views return corrupt

[jira] [Resolved] (COUCHDB-3168) Replicator doesn't handle well writing documents to a target db which has a small max_document_size

2016-10-04 Thread Nick Vatamaniuc (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Vatamaniuc resolved COUCHDB-3168. -- Resolution: Fixed > Replicator doesn't handle well writing documents to a target db

[jira] [Commented] (COUCHDB-3168) Replicator doesn't handle well writing documents to a target db which has a small max_document_size

2016-10-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15545514#comment-15545514 ] ASF subversion and git services commented on COUCHDB-3168: -- Commit

[jira] [Commented] (COUCHDB-3173) Views return corrupt data for text fields containing non-BMP characters

2016-10-04 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15545511#comment-15545511 ] Paul Joseph Davis commented on COUCHDB-3173: Here's a simpler reproducer:

[jira] [Commented] (COUCHDB-3168) Replicator doesn't handle well writing documents to a target db which has a small max_document_size

2016-10-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15545496#comment-15545496 ] ASF subversion and git services commented on COUCHDB-3168: -- Commit

[jira] [Commented] (COUCHDB-3168) Replicator doesn't handle well writing documents to a target db which has a small max_document_size

2016-10-04 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15545494#comment-15545494 ] ASF subversion and git services commented on COUCHDB-3168: -- Commit

[GitHub] couchdb-couch-replicator pull request #49: Fix replicator handling of max_do...

2016-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-couch-replicator/pull/49 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] couchdb-couch-replicator issue #49: Fix replicator handling of max_document_...

2016-10-04 Thread rnewson
Github user rnewson commented on the issue: https://github.com/apache/couchdb-couch-replicator/pull/49 lgtm --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[jira] [Closed] (COUCHDB-3177) Create rpm for centos \ redhat

2016-10-04 Thread Alexander Shorin (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Shorin closed COUCHDB-3177. - Resolution: Won't Fix Hi, We're not providing packages for any OS (except Windows and

[jira] [Created] (COUCHDB-3177) Create rpm for centos \ redhat

2016-10-04 Thread Oz Bar Shalom (JIRA)
Oz Bar Shalom created COUCHDB-3177: -- Summary: Create rpm for centos \ redhat Key: COUCHDB-3177 URL: https://issues.apache.org/jira/browse/COUCHDB-3177 Project: CouchDB Issue Type: Task

[GitHub] couchdb pull request #441: README.rst, README-DEV.rst: Code should be in dou...

2016-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb/pull/441 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] couchdb issue #441: README.rst, README-DEV.rst: Code should be in double bac...

2016-10-04 Thread janl
Github user janl commented on the issue: https://github.com/apache/couchdb/pull/441 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Commented] (COUCHDB-3174) max_document_size setting can by bypassed by issuing multipart/related requests

2016-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15544564#comment-15544564 ] ASF GitHub Bot commented on COUCHDB-3174: - GitHub user nickva opened a pull request:

[GitHub] couchdb-chttpd pull request #143: Add max_document_size checking for multipa...

2016-10-04 Thread nickva
GitHub user nickva opened a pull request: https://github.com/apache/couchdb-chttpd/pull/143 Add max_document_size checking for multipart PUT requests Previously multipart/related PUT requests didn't check maximum request sizes. This commit checks content-length and

[jira] [Commented] (COUCHDB-3174) max_document_size setting can by bypassed by issuing multipart/related requests

2016-10-04 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15544555#comment-15544555 ] Robert Newson commented on COUCHDB-3174: ooh, good catch. We should probably just validate the

[GitHub] couchdb-couch pull request #201: Add max_document_size checking for multipar...

2016-10-04 Thread nickva
GitHub user nickva opened a pull request: https://github.com/apache/couchdb-couch/pull/201 Add max_document_size checking for multipart PUT requests Previously multipart/related PUT requests didn't check maximum request sizes. This commit checks content-length and compares

[jira] [Created] (COUCHDB-3176) Docs front page has holes, link to TOC is obscure

2016-10-04 Thread Joan Touzet (JIRA)
Joan Touzet created COUCHDB-3176: Summary: Docs front page has holes, link to TOC is obscure Key: COUCHDB-3176 URL: https://issues.apache.org/jira/browse/COUCHDB-3176 Project: CouchDB Issue