From dev-return-36338-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Jul 9 15:16:04 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 C4C11180676 for ; Mon, 9 Jul 2018 15:16:03 +0200 (CEST) Received: (qmail 5202 invoked by uid 500); 9 Jul 2018 13:16:02 -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 5104 invoked by uid 99); 9 Jul 2018 13:16: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, 09 Jul 2018 13:16:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 164F2DFB1C; Mon, 9 Jul 2018 13:16:02 +0000 (UTC) From: andrewmed To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #4334: IGNITE-8957: fix assert when histMap is empty Content-Type: text/plain Date: Mon, 9 Jul 2018 13:16:02 +0000 (UTC) GitHub user andrewmed opened a pull request: https://github.com/apache/ignite/pull/4334 IGNITE-8957: fix assert when histMap is empty You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8957 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4334.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 #4334 ---- commit 3f43740fbf0cc0757193075f9b9de5300e284fe8 Author: AMedvedev Date: 2018-07-09T13:11:56Z IGNITE-8957: fix assert when histMap is empty ---- ---