Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A4CFD200C5F for ; Sun, 9 Apr 2017 06:02:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A37FA160BA9; Sun, 9 Apr 2017 04:02:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 02CB3160B93 for ; Sun, 9 Apr 2017 06:02:43 +0200 (CEST) Received: (qmail 6525 invoked by uid 500); 9 Apr 2017 04:02:43 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 6515 invoked by uid 99); 9 Apr 2017 04:02:43 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Apr 2017 04:02:42 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 10C2C86535; Sun, 9 Apr 2017 04:02:42 +0000 (UTC) Date: Sun, 09 Apr 2017 04:02:41 +0000 To: , "' commits@couchdb.apache.org" , '@gitbox.apache.org, Subject: [couchdb] branch 63012-scheduler updated (c77bb95 -> 9e3a544) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <149171056196.18974.6959902671364707386@gitbox.apache.org> From: vatamane@apache.org Reply-To: "commits@couchdb.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb X-Git-Refname: refs/heads/63012-scheduler X-Git-Reftype: branch X-Git-Oldrev: c77bb9592fe465c0c0ad6e143b50f8f4225cba66 X-Git-Newrev: 9e3a544951c506f5081f63336910c6f1156d718e X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.3.dev Auto-Submitted: auto-generated archived-at: Sun, 09 Apr 2017 04:02:44 -0000 This is an automated email from the ASF dual-hosted git repository. vatamane pushed a change to branch 63012-scheduler in repository https://gitbox.apache.org/repos/asf/couchdb.git. from c77bb95 [fixup] Use div instead of / in rate limiter new 676fd79 [fixup] use m,f,a in cluster event listener new a5d0300 [fixup] move rate limiter tables to separate module new 5ec9110 [fixup] reduce logging of change feed exit event new 9e3a544 [fixup] avoid introducing a new metadata field The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: src/couch/src/couch_doc.erl | 3 -- src/couch_replicator/src/couch_multidb_changes.erl | 2 +- src/couch_replicator/src/couch_replicator.erl | 27 +++++++---- src/couch_replicator/src/couch_replicator.hrl | 2 +- .../src/couch_replicator_clustering.erl | 11 ++--- .../src/couch_replicator_db_changes.erl | 9 +++- .../src/couch_replicator_doc_processor.erl | 17 +++++-- .../src/couch_replicator_doc_processor_worker.erl | 5 +- src/couch_replicator/src/couch_replicator_docs.erl | 29 +++++------- .../src/couch_replicator_js_functions.hrl | 16 +++++-- .../src/couch_replicator_rate_limiter.erl | 32 ++++--------- .../src/couch_replicator_rate_limiter_tables.erl | 54 ++++++++++++++++++++++ .../src/couch_replicator_scheduler_job.erl | 5 +- 13 files changed, 137 insertions(+), 75 deletions(-) create mode 100644 src/couch_replicator/src/couch_replicator_rate_limiter_tables.erl -- To stop receiving notification emails like this one, please contact ['"commits@couchdb.apache.org" '].