From issues-return-95708-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Apr 25 12:34:02 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 84B5F18076D for ; Thu, 25 Apr 2019 14:34:02 +0200 (CEST) Received: (qmail 67666 invoked by uid 500); 25 Apr 2019 12:34:01 -0000 Mailing-List: contact issues-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 issues@ignite.apache.org Received: (qmail 67640 invoked by uid 99); 25 Apr 2019 12:34:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2019 12:34:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id ED730E2B2F for ; Thu, 25 Apr 2019 12:34:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4FDD725819 for ; Thu, 25 Apr 2019 12:34:00 +0000 (UTC) Date: Thu, 25 Apr 2019 12:34:00 +0000 (UTC) From: "Alexey Goncharuk (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-11406) NullPointerException may occur on client start MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-11406?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Goncharuk updated IGNITE-11406: -------------------------------------- Summary: NullPointerException may occur on client start (was: NullPoin= terException may occurs on client start) > NullPointerException may occur on client start > ---------------------------------------------- > > Key: IGNITE-11406 > URL: https://issues.apache.org/jira/browse/IGNITE-11406 > Project: Ignite > Issue Type: Bug > Reporter: Dmitry Sherstobitov > Priority: Critical > > During testing fixes for=C2=A0https://issues.apache.org/jira/browse/IGNIT= E-10878 > # Start cluster, create caches with no persistence and load data into it > # Restart each node in cluster by order (coordinator first) > Do not wait until topology message occurs=C2=A0 > # Try to run utilities: activate, baseline (to check that cluster is ali= ve) > # Run clients and load data into alive caches > On 4th step one of the clients throw NPE on start > {code:java} > 2019-02-23T18:36:24,045][DEBUG][tcp-client-disco-msg-worker-#4][TcpDiscov= erySpi] Connection closed, local node received force fail message, will not= try to restore connection > 2019-02-23T18:36:24,045][DEBUG][tcp-client-disco-msg-worker-#4][TcpDiscov= erySpi] Failed to restore closed connection, will try to reconnect [network= Timeout=3D5000, joinTimeout=3D0, failMsg=3DTcpDiscoveryNodeFailedMessage [f= ailedNodeId=3D80f8b6ee-6a6d-4235-86e9-1b66ea310eb6, order=3D90, warning=3DC= lient node considered as unreachable and will be dropped from cluster, beca= use no metrics update messages received in interval: TcpDiscoverySpi.client= FailureDetectionTimeout() ms. It may be caused by network problems or long = GC pause on client node, try to increase this parameter. [nodeId=3D80f8b6ee= -6a6d-4235-86e9-1b66ea310eb6, clientFailureDetectionTimeout=3D30000], super= =3DTcpDiscoveryAbstractMessage [sndNodeId=3D987d4a03-8233-4130-af5b-c06900b= db6d7, id=3D3642cfa1961-987d4a03-8233-4130-af5b-c06900bdb6d7, verifierNodeI= d=3Dd9abbff3-4b4d-4a13-9cb1-0ca4d2436164, topVer=3D167, pendingIdx=3D0, fai= ledNodes=3Dnull, isClient=3Dfalse]]] > 2019-02-23T18:36:24,046][DEBUG][tcp-client-disco-msg-worker-#4][TcpDiscov= erySpi] Discovery notification [node=3DTcpDiscoveryNode [id=3D80f8b6ee-6a6d= -4235-86e9-1b66ea310eb6, addrs=3D[172.25.1.34], sockAddrs=3D[lab34.gridgain= .local/172.25.1.34:0], discPort=3D0, order=3D165, intOrder=3D0, lastExchang= eTime=3D1550936128313, loc=3Dtrue, ver=3D2.4.15#20190222-sha1:36b1d676, isC= lient=3Dtrue], type=3DCLIENT_NODE_DISCONNECTED, topVer=3D166] > 2019-02-23T18:36:24,049][INFO ][tcp-client-disco-msg-worker-#4][GridDhtPa= rtitionsExchangeFuture] Finish exchange future [startVer=3DAffinityTopology= Version [topVer=3D165, minorTopVer=3D0], resVer=3Dnull, err=3Dclass org.apa= che.ignite.internal.IgniteClientDisconnectedCheckedException: Client node d= isconnected: null] > [2019-02-23T18:36:24,061][ERROR][Thread-2][IgniteKernal] Got exception wh= ile starting (will rollback startup routine). > java.lang.NullPointerException: null > at org.apache.ignite.internal.processors.cache.GridCacheProcessor= .internalCacheEx(GridCacheProcessor.java:3886) ~[ignite-core-2.4.15.jar:2.4= .15] > at org.apache.ignite.internal.processors.cache.GridCacheProcessor= .utilityCache(GridCacheProcessor.java:3858) ~[ignite-core-2.4.15.jar:2.4.15= ] > at org.apache.ignite.internal.processors.service.GridServiceProce= ssor.updateUtilityCache(GridServiceProcessor.java:290) ~[ignite-core-2.4.15= .jar:2.4.15] > at org.apache.ignite.internal.processors.service.GridServiceProce= ssor.onKernalStart0(GridServiceProcessor.java:233) ~[ignite-core-2.4.15.jar= :2.4.15] > at org.apache.ignite.internal.processors.service.GridServiceProce= ssor.onKernalStart(GridServiceProcessor.java:221) ~[ignite-core-2.4.15.jar:= 2.4.15] > at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.jav= a:1038) [ignite-core-2.4.15.jar:2.4.15] > at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.star= t0(IgnitionEx.java:1973) [ignite-core-2.4.15.jar:2.4.15] > at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.star= t(IgnitionEx.java:1716) [ignite-core-2.4.15.jar:2.4.15] > at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1= 144) [ignite-core-2.4.15.jar:2.4.15] > at org.apache.ignite.internal.IgnitionEx.startConfigurations(Igni= tionEx.java:1062) [ignite-core-2.4.15.jar:2.4.15] > at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:94= 8) [ignite-core-2.4.15.jar:2.4.15] > at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:84= 7) [ignite-core-2.4.15.jar:2.4.15] > at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:71= 7) [ignite-core-2.4.15.jar:2.4.15] > at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:68= 6) [ignite-core-2.4.15.jar:2.4.15] > at org.apache.ignite.Ignition.start(Ignition.java:352) [ignite-co= re-2.4.15.jar:2.4.15] > at org.apache.ignite.piclient.api.IgniteService.startIgniteClient= Node(IgniteService.java:86) [piclient-2.7.jar:?] > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[= ?:1.8.0_181] > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess= orImpl.java:62) ~[?:1.8.0_181] > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth= odAccessorImpl.java:43) ~[?:1.8.0_181] > at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181= ] > at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [= piclient-2.7.jar:?] > at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:= 357) [piclient-2.7.jar:?] > at py4j.Gateway.invoke(Gateway.java:282) [piclient-2.7.jar:?] > at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.jav= a:132) [piclient-2.7.jar:?] > at py4j.commands.CallCommand.execute(CallCommand.java:79) [piclie= nt-2.7.jar:?] > at py4j.GatewayConnection.run(GatewayConnection.java:238) [piclie= nt-2.7.jar:?] > at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]{code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)