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 8E8302007D1 for ; Thu, 12 May 2016 16:42:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8D321160939; Thu, 12 May 2016 14:42:54 +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 0725B1602BF for ; Thu, 12 May 2016 16:42:53 +0200 (CEST) Received: (qmail 48156 invoked by uid 500); 12 May 2016 14:42:53 -0000 Mailing-List: contact dev-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 dev@ignite.apache.org Received: (qmail 48145 invoked by uid 99); 12 May 2016 14:42:52 -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; Thu, 12 May 2016 14:42:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B283DDFD4C; Thu, 12 May 2016 14:42:52 +0000 (UTC) From: tledkov-gridgain To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request: IGNITE-3090 Memory leak in IgniteH2Indexing p... Content-Type: text/plain Date: Thu, 12 May 2016 14:42:52 +0000 (UTC) archived-at: Thu, 12 May 2016 14:42:54 -0000 GitHub user tledkov-gridgain opened a pull request: https://github.com/apache/ignite/pull/712 IGNITE-3090 Memory leak in IgniteH2Indexing prepared statements cacheā€¦ Add cleanupStmtCache method that is called periodically by the GridTimeoutProcessor. Add memory leaks unit test for specified cases. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-3090 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/712.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #712 ---- commit 001788808b75b3c1790b32dde5daa10a897f9530 Author: tledkov-gridgain Date: 2016-05-12T14:40:30Z IGNITE-3090 Memory leak in IgniteH2Indexing prepared statements cache. Add cleanupStmtCache method that is called periodically by the GridTimeoutProcessor. ---- --- 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. ---