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 9451E200C3D for ; Mon, 27 Feb 2017 17:02:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 919D7160B60; Mon, 27 Feb 2017 16:02: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 DAED0160B56 for ; Mon, 27 Feb 2017 17:02:03 +0100 (CET) Received: (qmail 42886 invoked by uid 500); 27 Feb 2017 16:02:02 -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 42862 invoked by uid 99); 27 Feb 2017 16:02:02 -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; Mon, 27 Feb 2017 16:02:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8FD57DFB0E; Mon, 27 Feb 2017 16:02:02 +0000 (UTC) From: clebertsuconic To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #1053: ARTEMIS-1002 Use default PooledBufferAllocator... Content-Type: text/plain Message-Id: <20170227160202.8FD57DFB0E@git1-us-west.apache.org> Date: Mon, 27 Feb 2017 16:02:02 +0000 (UTC) archived-at: Mon, 27 Feb 2017 16:02:04 -0000 Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/1053 @mtaylor I didn't think it would be an issue, because the defaultPooled is only used on getBuffer method. the explicit methods that we use (directbyteBuffer, heapBuffer are not affected by that parameter). I would also change the PartialPooledbytebufferAllocator on the client. We will endup actually saving bytes if we do this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---