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 6679A200BB9 for ; Mon, 7 Nov 2016 18:07:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 650C4160B10; Mon, 7 Nov 2016 17:07:04 +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 AB58C160AEC for ; Mon, 7 Nov 2016 18:07:03 +0100 (CET) Received: (qmail 39595 invoked by uid 500); 7 Nov 2016 17:07:02 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 39586 invoked by uid 99); 7 Nov 2016 17:07:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2016 17:07:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 05C77C14D9 for ; Mon, 7 Nov 2016 17:07:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -7.019 X-Spam-Level: X-Spam-Status: No, score=-7.019 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id KAK4fubLsLoP for ; Mon, 7 Nov 2016 17:07:00 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id D69F95F1E5 for ; Mon, 7 Nov 2016 17:06:59 +0000 (UTC) Received: (qmail 36997 invoked by uid 99); 7 Nov 2016 17:06:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2016 17:06:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C994B2C0087 for ; Mon, 7 Nov 2016 17:06:58 +0000 (UTC) Date: Mon, 7 Nov 2016 17:06:58 +0000 (UTC) From: "Daniel Halperin (JIRA)" To: commits@beam.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (BEAM-925) Findbugs doesn't pass in Dataflow Runner MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 07 Nov 2016 17:07:04 -0000 Daniel Halperin created BEAM-925: ------------------------------------ Summary: Findbugs doesn't pass in Dataflow Runner Key: BEAM-925 URL: https://issues.apache.org/jira/browse/BEAM-925 Project: Beam Issue Type: Bug Components: runner-direct Reporter: Daniel Halperin Assignee: Thomas Groh {code} [INFO] AggregatorContainer$AggregatorInfo.accumulator not guarded against c= oncurrent access; locked 71% of time [org.apache.beam.runners.direct.Aggreg= atorContainer$AggregatorInfo, org.apache.beam.runners.direct.AggregatorCont= ainer$AggregatorInfo, org.apache.beam.runners.direct.AggregatorContainer$Ag= gregatorInfo, org.apache.beam.runners.direct.AggregatorContainer$Aggregator= Info, org.apache.beam.runners.direct.AggregatorContainer$AggregatorInfo, or= g.apache.beam.runners.direct.AggregatorContainer$AggregatorInfo, org.apache= .beam.runners.direct.AggregatorContainer$AggregatorInfo, org.apache.beam.ru= nners.direct.AggregatorContainer$AggregatorInfo, org.apache.beam.runners.di= rect.AggregatorContainer$AggregatorInfo, org.apache.beam.runners.direct.Agg= regatorContainer$AggregatorInfo, org.apache.beam.runners.direct.AggregatorC= ontainer$AggregatorInfo, org.apache.beam.runners.direct.AggregatorContainer= $AggregatorInfo, org.apache.beam.runners.direct.AggregatorContainer$Aggrega= torInfo] Unsynchronized access at AggregatorContainer.java:[line 80]Unsynch= ronized access at AggregatorContainer.java:[line 79]Unsynchronized access a= t AggregatorContainer.java:[line 81]Synchronized access at AggregatorContai= ner.java:[line 78]Synchronized access at AggregatorContainer.java:[line 79]= Synchronized access at AggregatorContainer.java:[line 81]Synchronized acces= s at AggregatorContainer.java:[line 81]Synchronized access at AggregatorCon= tainer.java:[line 59]Synchronized access at AggregatorContainer.java:[line = 62]Synchronized access at AggregatorContainer.java:[line 62]Synchronized ac= cess at AggregatorContainer.java:[line 60]Synchronized access at Aggregator= Container.java:[line 66]Synchronized access at AggregatorContainer.java:[li= ne 66] [INFO] bundle must be non-null but is marked as nullable [org.apache.beam.r= unners.direct.ExecutorServiceParallelExecutor] At ExecutorServiceParallelEx= ecutor.java:[lines 185-186] [INFO] Exceptional return value of java.util.concurrent.BlockingQueue.offer= (Object) ignored in org.apache.beam.runners.direct.ExecutorServiceParallelE= xecutor$MonitorRunnable.run() [org.apache.beam.runners.direct.ExecutorServi= ceParallelExecutor$MonitorRunnable] At ExecutorServiceParallelExecutor.java= :[line 412] [INFO] org.apache.beam.runners.direct.WatermarkCallbackExecutor$CallbackOrd= ering implements Comparator but not Serializable [org.apache.beam.runners.d= irect.WatermarkCallbackExecutor$CallbackOrdering] At WatermarkCallbackExecu= tor.java:[lines 132-138] [INFO] org.apache.beam.runners.direct.WatermarkManager$WindowedValueByTimes= tampComparator implements Comparator but not Serializable [org.apache.beam.= runners.direct.WatermarkManager$WindowedValueByTimestampComparator] At Wate= rmarkManager.java:[lines 1380-1385] [INFO]=20 {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)