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 CF731200C85 for ; Tue, 30 May 2017 23:15:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CDE01160BDC; Tue, 30 May 2017 21:15:42 +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 1CCEE160BB1 for ; Tue, 30 May 2017 23:15:41 +0200 (CEST) Received: (qmail 58508 invoked by uid 500); 30 May 2017 21:15:41 -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 58499 invoked by uid 99); 30 May 2017 21:15:41 -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; Tue, 30 May 2017 21:15:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1685DDF9AE; Tue, 30 May 2017 21:15:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lcwik@apache.org To: commits@beam.apache.org Date: Tue, 30 May 2017 21:15:42 -0000 Message-Id: In-Reply-To: <682eee22e6374623a8589a48033108c8@git.apache.org> References: <682eee22e6374623a8589a48033108c8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] beam git commit: [BEAM-1347] Remove the usage of a thread local on a potentially hot path archived-at: Tue, 30 May 2017 21:15:43 -0000 [BEAM-1347] Remove the usage of a thread local on a potentially hot path This closes #3260 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/49067b16 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/49067b16 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/49067b16 Branch: refs/heads/master Commit: 49067b1642aa5ae01ec393ff9b2e0971f401fb5e Parents: 2d3e9fe 60779e2 Author: Luke Cwik Authored: Tue May 30 14:15:31 2017 -0700 Committer: Luke Cwik Committed: Tue May 30 14:15:31 2017 -0700 ---------------------------------------------------------------------- .../fn/harness/logging/BeamFnLoggingClient.java | 36 +++++++++++--------- 1 file changed, 19 insertions(+), 17 deletions(-) ----------------------------------------------------------------------