Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B490177F3 for ; Sat, 26 Sep 2015 08:07:56 +0000 (UTC) Received: (qmail 58013 invoked by uid 500); 26 Sep 2015 08:07:56 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 57971 invoked by uid 500); 26 Sep 2015 08:07:56 -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 57958 invoked by uid 99); 26 Sep 2015 08:07:56 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Sep 2015 08:07:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 8904CC4327 for ; Sat, 26 Sep 2015 08:07:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.731 X-Spam-Level: * X-Spam-Status: No, score=1.731 tagged_above=-999 required=6.31 tests=[DEAR_SOMETHING=1.731, DKIM_SIGNED=0.1, DKIM_VALID=-0.1] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=comcast.net Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id HCtK1UDXMJhc for ; Sat, 26 Sep 2015 08:07:51 +0000 (UTC) Received: from resqmta-po-01v.sys.comcast.net (resqmta-po-01v.sys.comcast.net [96.114.154.160]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id CC86A439BB for ; Sat, 26 Sep 2015 08:07:50 +0000 (UTC) Received: from resomta-po-12v.sys.comcast.net ([96.114.154.236]) by resqmta-po-01v.sys.comcast.net with comcast id Mk7j1r00756HXL001k7jRu; Sat, 26 Sep 2015 08:07:43 +0000 Received: from tinybb.boudnik.org ([24.130.135.131]) by resomta-po-12v.sys.comcast.net with comcast id Mk7i1r0062qGB6001k7iFG; Sat, 26 Sep 2015 08:07:43 +0000 Received: by tinybb.boudnik.org (Postfix, from userid 1002) id 7B698974; Sat, 26 Sep 2015 08:10:19 +0000 (UTC) Date: Sat, 26 Sep 2015 01:10:19 -0700 From: Konstantin Boudnik To: dev@ignite.apache.org Subject: Re: [VOTE] Apache Ignite 1.4.0 Release (RC1) Message-ID: <20150926081019.GJ19314@boudnik.org> Mail-Followup-To: dev@ignite.apache.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Organization: It's something of 'Cos User-Agent: Mutt/1.5.21 (2010-09-15) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1443254863; bh=m7jSTRomTOAXkXU92Q5ws28H/Tf/A7peekCWT11cg3s=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=ucU9HVhqPUVTkxU3sJzDbwmZKCeZG1Yj3X+GvlBar1r0jJYkCp2jiKGh0WRwjBtY5 LpZ55iPfhivMwtu+UtVCHlF7E2ohvwDyPnO2Kzyo1LWIRs19p+zat+Y7otL6Qj3LPr O6HoIPgB7YO/SE5TrQ9Ulgfn+hAnYxpXxEdVD3a6b0mc1F2bgh0krGqMQpU2eXH30y /cC3VR0r7Rfngh0tuhLOi9mJrvDEJM/XblYBbWdNlXnHNsUUAFoAAw5ASYonsu+odn qpw/+4mxrRqRrDJB2tJ3yp3yH/TGL2AjFp6Jmzj4BNouconXTbtNGv8OGkvmACoNqx DprCdJCGXygYA== Unfortunately, I can not run the same setup with 1.4.0-rc1, but last night I was doing the Bigtop's workshop here in Budapest and to my horror right during the demo spark-shell started spitting the error after new IgniteContext[Integer, Integer](sc, "/bigtop/spark-ignite-config.xml") invocation. I don't have the stacktrace handy, but if I remember correctly it was an NPE happening somewhere in the IP discovery Spi, complaining that the server node couldn't be found. The version I ran was from a week or so ago and perhaps the issue has been fixed already. Does it ring a bell to anyone? I will keep working on the setup where I can reproduce it with the RC, but so far I can not as 1.4.0 artifact isn't available on the Maven yet and I have some issues trying to slip it into spark-shell otherwise. Thanks, Cos On Fri, Sep 25, 2015 at 03:37PM, Yakov Zhdanov wrote: > Dear Sirs! > > We have uploaded release candidate to > https://dist.apache.org/repos/dist/dev/ignite/1.4.0-rc1/ > > I am very glad to mention that this is the first Ignite release as top > level project! Thanks everyone for help this to happen! > > Tag name is > ignite-1.4.0-rc1 > > 1.4.0 changes: > * Added SSL support to communication and discovery. > * Added support for log4j2. > * Added versioned entry to cache API. > * Added client node based JDBC driver implementation. > * Fixed consistency issue for custom events processing within discovery. > * Fixed race in cache swap/unswap logic. > * Fixed IGNITE_HOME resolution with JBoss. > * Fixed configuration file resolution on classpath. > * Fixed MBean registration for caches. > * Fixed near cache evictions with offheap. > * Fixed SQL queries group index logic. > * Fixed memory leak in partitioned transactional cache. > * Fixed auto-retries for cache operations in recoverable cases. > * Fixed affinity routing in compute grid. > * Many stability and fault-tolerance fixes. > > DEVNOTES > https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=refs/tags/ignite-1.4.0-rc1 > > RELEASENOTES > https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/ignite-1.4.0-rc1 > > Please start voting. > > +1 - to accept Apache Ignite 1.4.0 > 0 - don't care either way > -1 - DO NOT accept Apache Ignite 1.4.0 (explain why) > > This vote will go for 72 hours. > > --Yakov