From dev-return-53438-apmail-ignite-dev-archive=ignite.apache.org@ignite.apache.org Fri Oct 2 21:06:29 2020 Return-Path: X-Original-To: apmail-ignite-dev-archive@locus.apache.org Delivered-To: apmail-ignite-dev-archive@locus.apache.org Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with ESMTP id 0581419E5E for ; Fri, 2 Oct 2020 21:06:29 +0000 (UTC) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id A6354123E56 for ; Fri, 2 Oct 2020 21:06:28 +0000 (UTC) Received: (qmail 60989 invoked by uid 500); 2 Oct 2020 21:06:28 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 60937 invoked by uid 500); 2 Oct 2020 21:06:27 -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 60925 invoked by uid 99); 2 Oct 2020 21:06:27 -0000 Received: from Unknown (HELO mailrelay1-lw-us.apache.org) (10.10.3.159) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2020 21:06:27 +0000 Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mailrelay1-lw-us.apache.org (ASF Mail Server at mailrelay1-lw-us.apache.org) with ESMTPSA id 7149B402AF for ; Fri, 2 Oct 2020 21:06:27 +0000 (UTC) Received: by mail-pj1-f52.google.com with SMTP id t7so1731003pjd.3 for ; Fri, 02 Oct 2020 14:06:27 -0700 (PDT) X-Gm-Message-State: AOAM5318Kxo+2O7dkd1RW5Ay2/sMkyPSgr3H1tm6BFFXlqE09gTL5muC DaNxjUQ/ftfn1UF4iL9OggYTOzFpS7uqFfx1ovsSQA== X-Google-Smtp-Source: ABdhPJy1M/hBcSX1bvskrdg2U8L7jG68Dbgm7pStTwVxmFrurmP0/jgjKB5S2qp3z4ZSoindHPIp6ON7kT6fFlTYcT4= X-Received: by 2002:a17:90a:9708:: with SMTP id x8mr4851639pjo.213.1601672786504; Fri, 02 Oct 2020 14:06:26 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Denis Magda Date: Fri, 2 Oct 2020 14:06:00 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [VOTE] Release Apache Ignite 2.9.0 RC1 To: dev Content-Type: multipart/alternative; boundary="0000000000007c7ba105b0b6814d" --0000000000007c7ba105b0b6814d Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Alex, I'm getting the error below when starting an Ignite node with the ignite.sh script. Don't get this exception on Ignite 2.8. Running on macOS Catalina 10.15.6. Just in case, I double-checked the security permissions of the OS and didn't spot any suspicious. Anyway, don't have the issue on Ignite 2.8 MacBook-Pro:apache-ignite-2.9.0-bin dmagda$ cd bin/ MacBook-Pro:bin dmagda$ ./ignite.sh WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.apache.ignite.internal.util.GridUnsafe$2 (file:/Users/dmagda/Downloads/apache-ignite-2.9.0-bin/libs/ignite-core-2.9.= 0.jar) to field java.nio.Buffer.address WARNING: Please consider reporting this to the maintainers of org.apache.ignite.internal.util.GridUnsafe$2 WARNING: Use --illegal-access=3Dwarn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [14:01:40] __________ ________________ [14:01:40] / _/ ___/ |/ / _/_ __/ __/ [14:01:40] _/ // (7 7 // / / / / _/ [14:01:40] /___/\___/_/|_/___/ /_/ /___/ [14:01:40] [14:01:40] ver. 2.9.0#20201002-sha1:d40bed4f [14:01:40] 2020 Copyright(C) Apache Software Foundation [14:01:40] [14:01:40] Ignite documentation: http://ignite.apache.org [14:01:40] [14:01:40] Quiet mode. [14:01:40] ^-- Logging to file '/Users/dmagda/Downloads/apache-ignite-2.9.0-bin/work/log/ignite-d195754e.0= .log' [14:01:40] ^-- Logging by 'JavaLogger [quiet=3Dtrue, config=3Dnull]' [14:01:40] ^-- To see **FULL** console log here add -DIGNITE_QUIET=3Dfals= e or "-v" to ignite.{sh|bat} [14:01:40] [14:01:41] OS: Mac OS X 10.15.6 x86_64 [14:01:41] VM information: OpenJDK Runtime Environment 11.0.8+10-LTS Azul Systems, Inc. OpenJDK 64-Bit Server VM 11.0.8+10-LTS [14:01:41] Please set system property '-Djava.net.preferIPv4Stack=3Dtrue' t= o avoid possible problems in mixed environments. [14:01:41] Initial heap size is 256MB (should be no less than 512MB, use -Xms512m -Xmx512m). [14:01:41] Configured plugins: [14:01:41] ^-- None [14:01:41] [14:01:41] Configured failure handler: [hnd=3DStopNodeOrHaltFailureHandler [tryStop=3Dfalse, timeout=3D0, super=3DAbstractFailureHandler [ignoredFailureTypes=3DUnmodifiableSet [SYSTEM_WORKER_BLOCKED, SYSTEM_CRITICAL_OPERATION_TIMEOUT]]]] [14:01:41] Message queue limit is set to 0 which may lead to potential OOMEs when running cache operations in FULL_ASYNC or PRIMARY_SYNC modes due to message queues growth on sender and receiver sides. [14:01:41] Security status [authentication=3Doff, sandbox=3Doff, tls/ssl=3D= off] [14:01:41,398][SEVERE][main][IgniteKernal] Exception during start processors, node will be stopped and close connections class org.apache.ignite.IgniteException: Could not create directory for binary metadata: /Users/dmagda/Downloads/apache-ignite-2.9.0-bin/work/db/binary_meta/0_0_0_0= _0_0_0_1_lo0_10_0_0_103_127_0_0_1_2601_646_c400_6ca0_0_0_0_9789_en0_2601_64= 6_c400_6ca0_4079_5e3d_293f_2489_en0_2601_646_c400_6ca0_453_2834_9612_e988_e= n0_2601_646_c400_6ca0_b547_c47a_21d_cdf_en0_2601_646_c400_6ca0_c46d_c82e_4a= 9c_3550_en0_2601_646_c400_6ca0_c9bc_7ba3_7f2e_94ad_en0_47500 at org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcess= orImpl.resolveBinaryWorkDir(CacheObjectBinaryProcessorImpl.java:216) at org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcess= orImpl.start(CacheObjectBinaryProcessorImpl.java:243) at org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:19= 53) at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1228) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx= .java:2046) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.= java:1698) at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1114) at org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:1= 032) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:918) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:817) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:687) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:656) at org.apache.ignite.Ignition.start(Ignition.java:353) at org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartu= p.java:300) [14:01:41,401][SEVERE][main][IgniteKernal] Got exception while starting (will rollback startup routine). class org.apache.ignite.IgniteException: Could not create directory for binary metadata: /Users/dmagda/Downloads/apache-ignite-2.9.0-bin/work/db/binary_meta/0_0_0_0= _0_0_0_1_lo0_10_0_0_103_127_0_0_1_2601_646_c400_6ca0_0_0_0_9789_en0_2601_64= 6_c400_6ca0_4079_5e3d_293f_2489_en0_2601_646_c400_6ca0_453_2834_9612_e988_e= n0_2601_646_c400_6ca0_b547_c47a_21d_cdf_en0_2601_646_c400_6ca0_c46d_c82e_4a= 9c_3550_en0_2601_646_c400_6ca0_c9bc_7ba3_7f2e_94ad_en0_47500 at org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcess= orImpl.resolveBinaryWorkDir(CacheObjectBinaryProcessorImpl.java:216) at org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcess= orImpl.start(CacheObjectBinaryProcessorImpl.java:243) at org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:19= 53) at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1228) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx= .java:2046) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.= java:1698) at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1114) at org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:1= 032) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:918) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:817) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:687) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:656) at org.apache.ignite.Ignition.start(Ignition.java:353) at org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartu= p.java:300) [14:01:41] Ignite node stopped OK [uptime=3D00:00:01.224] class org.apache.ignite.IgniteException: Could not create directory for binary metadata: /Users/dmagda/Downloads/apache-ignite-2.9.0-bin/work/db/binary_meta/0_0_0_0= _0_0_0_1_lo0_10_0_0_103_127_0_0_1_2601_646_c400_6ca0_0_0_0_9789_en0_2601_64= 6_c400_6ca0_4079_5e3d_293f_2489_en0_2601_646_c400_6ca0_453_2834_9612_e988_e= n0_2601_646_c400_6ca0_b547_c47a_21d_cdf_en0_2601_646_c400_6ca0_c46d_c82e_4a= 9c_3550_en0_2601_646_c400_6ca0_c9bc_7ba3_7f2e_94ad_en0_47500 at org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcess= orImpl.resolveBinaryWorkDir(CacheObjectBinaryProcessorImpl.java:216) at org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcess= orImpl.start(CacheObjectBinaryProcessorImpl.java:243) at org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:19= 53) at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1228) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx= .java:2046) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.= java:1698) at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1114) at org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:1= 032) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:918) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:817) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:687) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:656) at org.apache.ignite.Ignition.start(Ignition.java:353) at org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartu= p.java:300) Failed to start grid: Could not create directory for binary metadata: /Users/dmagda/Downloads/apache-ignite-2.9.0-bin/work/db/binary_meta/0_0_0_0= _0_0_0_1_lo0_10_0_0_103_127_0_0_1_2601_646_c400_6ca0_0_0_0_9789_en0_2601_64= 6_c400_6ca0_4079_5e3d_293f_2489_en0_2601_646_c400_6ca0_453_2834_9612_e988_e= n0_2601_646_c400_6ca0_b547_c47a_21d_cdf_en0_2601_646_c400_6ca0_c46d_c82e_4a= 9c_3550_en0_2601_646_c400_6ca0_c9bc_7ba3_7f2e_94ad_en0_47500 - Denis On Fri, Oct 2, 2020 at 10:15 AM Alex Plehanov wrote: > Dear Community, > > > I have uploaded a release candidate to: > https://dist.apache.org/repos/dist/dev/ignite/2.9.0-rc1/ > https://dist.apache.org/repos/dist/dev/ignite/packages_2.9.0-rc1/ > > The following staging can be used for testing: > https://repository.apache.org/content/repositories/orgapacheignite-1484 > > Tag name is 2.9.0-rc1: > > https://gitbox.apache.org/repos/asf?p=3Dignite.git;a=3Dcommit;h=3Drefs/ta= gs/2.9.0-rc1 > > RELEASE_NOTES: > > https://gitbox.apache.org/repos/asf?p=3Dignite.git;a=3Dblob_plain;f=3DREL= EASE_NOTES.txt;hb=3Dignite-2.9 > > Complete list of resolved issues: > > https://issues.apache.org/jira/issues/?jql=3Dproject%20%3D%20IGNITE%20AND= %20fixVersion%20%3D%202.9%20and%20status%20%3D%20Resolved%20and%20resolutio= n%20%3D%20Fixed%20order%20by%20updated > > DEVNOTES: > > https://gitbox.apache.org/repos/asf?p=3Dignite.git;a=3Dblob_plain;f=3DDEV= NOTES.txt;hb=3Dignite-2.9 > > > Additional checks have been performed (available for users included into > the release group on TeamCity). > > TC [Check RC: Licenses, compile, chksum] > > https://ci.ignite.apache.org/viewLog.html?buildId=3D5636932&buildTypeId= =3DApacheIgniteReleaseJava8_PrepareVote4CheckRcLicensesChecksum > > TC [3] Build & Upload Nuget Staging Packages > > https://ci.ignite.apache.org/viewLog.html?buildId=3D5636930&buildTypeId= =3DApacheIgniteReleaseJava8_PrepareVote3BuildNuGetPackages > > TC [2] Compare w/ Previous Release > > https://ci.ignite.apache.org/viewLog.html?buildId=3D5636928&buildTypeId= =3DApacheIgniteReleaseJava8_IgniteRelease72CheckFileConsistency > > > The vote is formal, see voting guidelines > https://www.apache.org/foundation/voting.html > > +1 - to accept Apache Ignite 2.9.0-rc1 > 0 - don't care either way > -1 - DO NOT accept Apache Ignite Ignite 2.9.0-rc1 (explain why) > > See notes on how to verify release here > https://www.apache.org/info/verification.html > and > > https://cwiki.apache.org/confluence/display/IGNITE/Release+Process#Releas= eProcess-P5.VotingonReleaseandReleaseVerification > > This vote will be open till Wed Oct 7, 23:59 UTC > > https://www.timeanddate.com/countdown/generic?iso=3D20201007T235959&p0=3D= %3A&msg=3DApache+Ignite+2.9.0-rc1+Vote&csz=3D1 > --0000000000007c7ba105b0b6814d--