Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56F3A193A8 for ; Wed, 27 Apr 2016 17:48:13 +0000 (UTC) Received: (qmail 19114 invoked by uid 500); 27 Apr 2016 17:48:13 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 19068 invoked by uid 500); 27 Apr 2016 17:48:13 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 18969 invoked by uid 99); 27 Apr 2016 17:48:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2016 17:48:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CF7F92C1F5D for ; Wed, 27 Apr 2016 17:48:12 +0000 (UTC) Date: Wed, 27 Apr 2016 17:48:12 +0000 (UTC) From: "Li Lu (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-4956) findbug issue on LevelDBCacheTimelineStore MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260585#comment-15260585 ] Li Lu commented on YARN-4956: ----------------------------- No concerns raised. I'll commit shortly. > findbug issue on LevelDBCacheTimelineStore > ------------------------------------------ > > Key: YARN-4956 > URL: https://issues.apache.org/jira/browse/YARN-4956 > Project: Hadoop YARN > Issue Type: Sub-task > Components: timelineserver > Affects Versions: 2.8.0 > Reporter: Xuan Gong > Assignee: Zhiyuan Yang > Attachments: YARN-4956-trunk.000.patch > > > {code} > Multithreaded correctness Warnings > Code Warning IS Inconsistent synchronization of org.apache.hadoop.yarn.server.timeline.LevelDBCacheTimelineStore.configuration; locked 66% of time > Bug type IS2_INCONSISTENT_SYNC (click for details) > In class org.apache.hadoop.yarn.server.timeline.LevelDBCacheTimelineStore > Field org.apache.hadoop.yarn.server.timeline.LevelDBCacheTimelineStore.configuration > Synchronized 66% of the time > Unsynchronized access at LevelDBCacheTimelineStore.java:[line 82] > Synchronized access at LevelDBCacheTimelineStore.java:[line 117] > Synchronized access at LevelDBCacheTimelineStore.java:[line 122] > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)