From dev-return-67350-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Wed Sep 26 12:01:08 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E49FE180629 for ; Wed, 26 Sep 2018 12:01:07 +0200 (CEST) Received: (qmail 55352 invoked by uid 500); 26 Sep 2018 10:01:06 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 55341 invoked by uid 99); 26 Sep 2018 10:01:06 -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; Wed, 26 Sep 2018 10:01:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2A9D7DFF32; Wed, 26 Sep 2018 10:01:06 +0000 (UTC) From: michaelandrepearce To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #2331: ARTEMIS-2095 - Typed Properties ThreadSafety Content-Type: text/plain Message-Id: <20180926100106.2A9D7DFF32@git1-us-west.apache.org> Date: Wed, 26 Sep 2018 10:01:06 +0000 (UTC) Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/2331 @franz1981 so it looks like stampedlock unless using optimistic read, (which we cant in this case), doesn't play nice with dual socket's, i guess something with all of last year cpu security issues. Anyhow heres alternative fix to address concurrency issues. ---