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 759372004A0 for ; Wed, 16 Aug 2017 19:54:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 73B7516944E; Wed, 16 Aug 2017 17:54:32 +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 B1BAD16944D for ; Wed, 16 Aug 2017 19:54:31 +0200 (CEST) Received: (qmail 65172 invoked by uid 500); 16 Aug 2017 17:54:30 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 65155 invoked by uid 99); 16 Aug 2017 17:54:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2017 17:54:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ED2D6F565C; Wed, 16 Aug 2017 17:54:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chamikara@apache.org To: commits@beam.apache.org Date: Wed, 16 Aug 2017 17:54:30 -0000 Message-Id: <19d9525e0e71466c825deb99fb23e730@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] beam git commit: This closes #3644 archived-at: Wed, 16 Aug 2017 17:54:32 -0000 This closes #3644 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/d0deb6cc Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/d0deb6cc Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/d0deb6cc Branch: refs/heads/master Commit: d0deb6cc821b95aa19484a9bfc94abdace1616bd Parents: 724eda3 06bd00c Author: chamikara@google.com Authored: Wed Aug 16 10:54:05 2017 -0700 Committer: chamikara@google.com Committed: Wed Aug 16 10:54:05 2017 -0700 ---------------------------------------------------------------------- .../io/gcp/datastore/v1/adaptive_throttler.py | 90 +++++++++++++++++++ .../gcp/datastore/v1/adaptive_throttler_test.py | 94 ++++++++++++++++++++ .../io/gcp/datastore/v1/datastoreio.py | 16 +++- .../apache_beam/io/gcp/datastore/v1/helper.py | 20 ++++- 4 files changed, 212 insertions(+), 8 deletions(-) ----------------------------------------------------------------------