[jira] [Commented] (COUCHDB-2765) CouchDB sends 200 and invalid JSON if _changes view filter is invalid

2016-05-27 Thread JIRA
[ https://issues.apache.org/jira/browse/COUCHDB-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15303837#comment-15303837 ] Ɓukasz Biernot commented on COUCHDB-2765: - Happens also if the view is valid but throws

[GitHub] couchdb-couch pull request: Implement Mango selectors for change f...

2016-05-27 Thread nickva
Github user nickva commented on the pull request: https://github.com/apache/couchdb-couch/pull/162#issuecomment-222195609 @colinskow that implies some kind of persistence. The selector passed in a change feed request is active only in the context of the POST request. There could be

[jira] [Commented] (COUCHDB-2991) userdb behaves less strict on cluster

2016-05-27 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15304328#comment-15304328 ] Sebastian Rothbucher commented on COUCHDB-2991: --- just re-checked against master (then

[GitHub] couchdb-chttpd pull request: Fix _node/$node/_system endpoint

2016-05-27 Thread iilyak
Github user iilyak commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/123#issuecomment-21511 Other than a small nitpick it looks good to me. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] couchdb-chttpd pull request: Fix _node/$node/_system endpoint

2016-05-27 Thread iilyak
Github user iilyak commented on a diff in the pull request: https://github.com/apache/couchdb-chttpd/pull/123#discussion_r64948608 --- Diff: src/chttpd_misc.erl --- @@ -294,8 +295,9 @@ handle_node_req(#httpd{path_parts=[_, _Node, <<"_stats">>]}=Req) ->

[GitHub] couchdb-chttpd pull request: Fix _node/$node/_system endpoint

2016-05-27 Thread eiri
GitHub user eiri opened a pull request: https://github.com/apache/couchdb-chttpd/pull/123 Fix _node/$node/_system endpoint The endpoint is using the same handler as a backdoor interface, which only works for the requests to a local $node. For rpc calls to the remote nodes, as it's

[jira] [Commented] (COUCHDB-3010) Handle 429 for replication

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

[GitHub] couchdb-couch-replicator pull request: Add Exponential Backoff for...

2016-05-27 Thread nickva
Github user nickva commented on a diff in the pull request: https://github.com/apache/couchdb-couch-replicator/pull/40#discussion_r64961577 --- Diff: src/couch_replicator_httpc.erl --- @@ -138,6 +139,8 @@ process_response({ibrowse_req_id, ReqId}, Worker, HttpDb, Params, Callback)

[GitHub] couchdb-couch-replicator pull request: Add New Rate Limiter For Re...

2016-05-27 Thread tonysun83
Github user tonysun83 commented on the pull request: https://github.com/apache/couchdb-couch-replicator/pull/38#issuecomment-39121 Closing this PR since it's overly complicated for what is needed. --- If your project is set up for it, you can reply to this email and have your

[GitHub] couchdb-couch-replicator pull request: Add New Rate Limiter For Re...

2016-05-27 Thread tonysun83
Github user tonysun83 closed the pull request at: https://github.com/apache/couchdb-couch-replicator/pull/38 --- 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

[GitHub] couchdb-couch-replicator pull request: Add Exponential Backoff for...

2016-05-27 Thread tonysun83
GitHub user tonysun83 opened a pull request: https://github.com/apache/couchdb-couch-replicator/pull/40 Add Exponential Backoff for 429 errors. When we encounter a 429, we retry with a different set of retries and timeout. This will theoretically reduce client replication

[GitHub] couchdb-couch-replicator pull request: Add Exponential Backoff for...

2016-05-27 Thread nickva
Github user nickva commented on a diff in the pull request: https://github.com/apache/couchdb-couch-replicator/pull/40#discussion_r64961202 --- Diff: src/couch_replicator_httpc.erl --- @@ -251,18 +257,42 @@ clean_mailbox(_, Count) when Count > 0 -> maybe_retry(Error, Worker,

[GitHub] couchdb-couch-replicator pull request: Add Exponential Backoff for...

2016-05-27 Thread nickva
Github user nickva commented on a diff in the pull request: https://github.com/apache/couchdb-couch-replicator/pull/40#discussion_r64961411 --- Diff: src/couch_replicator_httpc.erl --- @@ -251,18 +257,42 @@ clean_mailbox(_, Count) when Count > 0 -> maybe_retry(Error, Worker,

[GitHub] couchdb-couch-index pull request: Adding couch_index_plugin:before...

2016-05-27 Thread iilyak
Github user iilyak commented on the pull request: https://github.com/apache/couchdb-couch-index/pull/11#issuecomment-222169728 Already implemented --- 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

[GitHub] couchdb-couch-index pull request: Adding couch_index_plugin:before...

2016-05-27 Thread iilyak
Github user iilyak closed the pull request at: https://github.com/apache/couchdb-couch-index/pull/11 --- 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-replicator pull request: Add Exponential Backoff for...

2016-05-27 Thread nickva
Github user nickva commented on a diff in the pull request: https://github.com/apache/couchdb-couch-replicator/pull/40#discussion_r64970642 --- Diff: src/couch_replicator_httpc.erl --- @@ -162,6 +165,9 @@ process_stream_response(ReqId, Worker, HttpDb, Params, Callback) ->