From issues-return-52752-apmail-geode-issues-archive=geode.apache.org@geode.apache.org Tue Aug 27 16:29:03 2019 Return-Path: X-Original-To: apmail-geode-issues-archive@minotaur.apache.org Delivered-To: apmail-geode-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id E271119570 for ; Tue, 27 Aug 2019 16:29:02 +0000 (UTC) Received: (qmail 91866 invoked by uid 500); 27 Aug 2019 16:29:02 -0000 Delivered-To: apmail-geode-issues-archive@geode.apache.org Received: (qmail 91819 invoked by uid 500); 27 Aug 2019 16:29:02 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 91765 invoked by uid 99); 27 Aug 2019 16:29:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Aug 2019 16:29:02 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A31E4E30DA for ; Tue, 27 Aug 2019 16:29:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 5675878229B for ; Tue, 27 Aug 2019 16:29:00 +0000 (UTC) Date: Tue, 27 Aug 2019 16:29:00 +0000 (UTC) From: "ASF subversion and git services (Jira)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-7132) Remove synchronized system property call in AbstractExecution constructor 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/GEODE-7132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16916846#comment-16916846 ] ASF subversion and git services commented on GEODE-7132: -------------------------------------------------------- Commit 826c7de0484a3bd0d1b66191de0b4791405b7436 in geode's branch refs/heads/develop from Jacob Barrett [ https://gitbox.apache.org/repos/asf?p=geode.git;h=826c7de ] GEODE-7132: Cache system property statically. > Remove synchronized system property call in AbstractExecution constructor > ------------------------------------------------------------------------- > > Key: GEODE-7132 > URL: https://issues.apache.org/jira/browse/GEODE-7132 > Project: Geode > Issue Type: Improvement > Components: functions > Reporter: Jacob S. Barrett > Assignee: Jacob S. Barrett > Priority: Major > Labels: performance > Time Spent: 40m > Remaining Estimate: 0h > > AbstractExecution gets a system property in the constructor which results in synchronizing all construction of function executions. This high level of monitor contention results in slowing throughput of functions. -- This message was sent by Atlassian Jira (v8.3.2#803003)