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 CBC39200B5E for ; Wed, 10 Aug 2016 13:43:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C3707160AB1; Wed, 10 Aug 2016 11:43:24 +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 3C3F6160A93 for ; Wed, 10 Aug 2016 13:43:24 +0200 (CEST) Received: (qmail 1465 invoked by uid 500); 10 Aug 2016 11:43:23 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 1256 invoked by uid 99); 10 Aug 2016 11:43:23 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2016 11:43:23 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 81C392C02A4 for ; Wed, 10 Aug 2016 11:43:22 +0000 (UTC) Date: Wed, 10 Aug 2016 11:43:22 +0000 (UTC) From: "Nikolay Tikhonov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (IGNITE-3272) Memory consumption in ContinuousQueryHandler MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 10 Aug 2016 11:43:25 -0000 [ https://issues.apache.org/jira/browse/IGNITE-3272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15415145#comment-15415145 ] Nikolay Tikhonov edited comment on IGNITE-3272 at 8/10/16 11:42 AM: -------------------------------------------------------------------- Set {{null}} in unnecessary fields in {{CacheContinuousQueryEntry}} which stored in backup queue. It allows decrease memory consumption. https://github.com/apache/ignite/pull/930 was (Author: ntikhonov): Set {{null}} in unnecessary fields in {{CacheContinuousQueryEntry}} which stored in backup queue. It allows decrease memory consumption. Tests passed. https://github.com/apache/ignite/pull/930 > Memory consumption in ContinuousQueryHandler > -------------------------------------------- > > Key: IGNITE-3272 > URL: https://issues.apache.org/jira/browse/IGNITE-3272 > Project: Ignite > Issue Type: Bug > Components: cache > Affects Versions: 1.6 > Reporter: Nikolay Tikhonov > Assignee: Nikolay Tikhonov > Fix For: 1.8 > > Attachments: IgniteCacheContinuousQueryBackupQueueTest.java > > > On backup nodes events put in queue with value and key. For filtered events need to store only update counter and partition. In attached test which should pass with -Xmx2g -Xms2g -- This message was sent by Atlassian JIRA (v6.3.4#6332)