From dev-return-36888-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Tue Jul 24 14:46:55 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 D6D51180626 for ; Tue, 24 Jul 2018 14:46:54 +0200 (CEST) Received: (qmail 56935 invoked by uid 500); 24 Jul 2018 12:46: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 56905 invoked by uid 99); 24 Jul 2018 12:46:53 -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; Tue, 24 Jul 2018 12:46:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 26B9DDFBC7; Tue, 24 Jul 2018 12:46:53 +0000 (UTC) From: alamar To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #4420: IGNITE-9056 Disallow calling clear() on Concurren... Content-Type: text/plain Date: Tue, 24 Jul 2018 12:46:53 +0000 (UTC) GitHub user alamar opened a pull request: https://github.com/apache/ignite/pull/4420 IGNITE-9056 Disallow calling clear() on ConcurrentLinkedHashMap. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9056 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4420.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 #4420 ---- commit 37de67607b1e76f7926e915cb9237847c984811d Author: Ilya Kasnacheev Date: 2018-07-24T12:45:30Z IGNITE-9056 Disallow calling clear() on ConcurrentLinkedHashMap. ---- ---