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 5B702200B9B for ; Tue, 27 Sep 2016 17:42:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5A344160AB9; Tue, 27 Sep 2016 15:42:22 +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 C3190160AD2 for ; Tue, 27 Sep 2016 17:42:21 +0200 (CEST) Received: (qmail 13872 invoked by uid 500); 27 Sep 2016 15:42:20 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 13847 invoked by uid 99); 27 Sep 2016 15:42:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2016 15:42:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CCF982C0B05 for ; Tue, 27 Sep 2016 15:42:20 +0000 (UTC) Date: Tue, 27 Sep 2016 15:42:20 +0000 (UTC) From: "Jonathan Hurley (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-18475) Remove Global Cluster Lock Shared Between Business Objects MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 27 Sep 2016 15:42:22 -0000 Jonathan Hurley created AMBARI-18475: ---------------------------------------- Summary: Remove Global Cluster Lock Shared Between Business Objects Key: AMBARI-18475 URL: https://issues.apache.org/jira/browse/AMBARI-18475 Project: Ambari Issue Type: Task Components: ambari-server Affects Versions: 2.5.0 Reporter: Jonathan Hurley Assignee: Jonathan Hurley Priority: Critical Fix For: 2.5.0 Remove shared instances of the shared {{ReadWriteLock}} found in {{ClusterImpl}}. For now, the lock can remain private and full encapsulated inside of {{ClusterImpl}}, but it's use and reference across the rest of Ambari should be removed. This is part of the effort to refactor/remove the (mostly) unnecessary locks in memory. The shared instance of this lock is the number one reason that Ambari "deadlocks" when under load. -- This message was sent by Atlassian JIRA (v6.3.4#6332)