This is just a workaround.
Delete your ignite cluster and all the related PV's....and later install with 
different service name
Or you can also try to re-deploy with persistence off

Regards,
Ravi Saxena
Stay home stay safe

From: s [mailto:13581902...@163.com]
Sent: Thursday, June 11, 2020 8:13 AM
To: user@ignite.apache.org; Saxena, Ravi (CMS) <ravi.sax...@hpe.com>
Subject: Re:RE: Gridgain8.7.14 in kubernetes problem


Could you be more specific



These three pods, I plan to form a cluster



Or, is there a successful configuration running in kubernetes? Can you provide 
it, including config, yaml and JVM parameters? Thank you







At 2020-06-10 17:56:55, "Saxena, Ravi (CMS)" 
<ravi.sax...@hpe.com<mailto:ravi.sax...@hpe.com>> wrote:
Delete and redeploy with different name.

Regards,
Ravi Saxena
Stay home stay safe

From: Denis Magda [mailto:dma...@apache.org]
Sent: Wednesday, June 10, 2020 10:05 AM
To: user <user@ignite.apache.org<mailto:user@ignite.apache.org>>
Subject: Re: Gridgain8.7.14 in kubernetes problem

Hi,

This user list is intended for Ignite questions. Please direct all GridGain 
related questions to their forums<https://forums.gridgain.com/home> or 
StackOverflow.

-
Denis


On Tue, Jun 9, 2020 at 6:59 PM s 
<13581902...@163.com<mailto:13581902...@163.com>> wrote:

Hello



When I used the official image of gridgain8.7.14 to deploy on kubernetes, I 
encountered the problem of slow cluster formation according to the official 
document instructions. In addition, with all the time default parameters, the 
third node cannot join the cluster. The third node reports an error as follows. 
See the attachment for more detailed logs.



Is there a similar problem? Do you need to configure special parameters?


Thank you for your attention.



class org.apache.ignite.IgniteCheckedException: Failed to start SPI: 
TcpDiscoverySpi [addrRslvr=null, sockTimeout=5000, ackTimeout=5000, 
marsh=JdkMarshaller 
[clsFilter=org.apache.ignite.marshaller.MarshallerUtils$1@1e287667], 
reconCnt=10, reconDelay=2000, maxAckTimeout=600000, soLinger=5, 
forceSrvMode=false, clientReconnectDisabled=false, internalLsnr=null, 
skipAddrsRandomization=false]
at 
org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:299)
at 
org.apache.ignite.internal.managers.discovery.GridDiscoveryManager.start(GridDiscoveryManager.java:961)
at org.apache.ignite.internal.IgniteKernal.startManager(IgniteKernal.java:1902)
at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1230)
at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2062)
at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1733)
at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1147)
at 
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:1065)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:951)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:850)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:720)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:689)
at org.apache.ignite.Ignition.start(Ignition.java:344)
at 
org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:299)
Caused by: class org.apache.ignite.spi.IgniteSpiException: Node with the same 
ID was found in node IDs history or existing node in topology has the same ID 
(fix configuration and restart local node) [localNode=TcpDiscoveryNode 
[id=0b1c3da6-7800-4efa-b468-6fd810491590, 
consistentId=12.111.9.34,127.0.0.1:47500<http://127.0.0.1:47500>, 
addrs=ArrayList [12.111.9.34, 127.0.0.1], sockAddrs=HashSet 
[ignite-cluster-57c7f744f9-kcph2/12.111.9.34:47500<http://12.111.9.34:47500>, 
/127.0.0.1:47500<http://127.0.0.1:47500>], discPort=47500, order=0, intOrder=3, 
lastExchangeTime=1591147553777, loc=true, ver=8.7.14#20200320-sha1:419ab454, 
isClient=false], existingNode=0b1c3da6-7800-4efa-b468-6fd810491590]
at 
org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.duplicateIdError(TcpDiscoverySpi.java:1997)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl.joinTopology(ServerImpl.java:1163)
at org.apache.ignite.spi.discovery.tcp.ServerImpl.spiStart(ServerImpl.java:444)
at 
org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.spiStart(TcpDiscoverySpi.java:2121)
at 
org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:296)
... 13 more
[01:25:53,949][SEVERE][main][IgniteKernal] Got exception while starting (will 
rollback startup routine).
class org.apache.ignite.IgniteCheckedException: Failed to start manager: 
GridManagerAdapter [enabled=true, 
name=org.apache.ignite.internal.managers.discovery.GridDiscoveryManager]
at org.apache.ignite.internal.IgniteKernal.startManager(IgniteKernal.java:1907)
at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1230)
at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2062)
at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1733)
at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1147)
at 
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:1065)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:951)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:850)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:720)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:689)
at org.apache.ignite.Ignition.start(Ignition.java:344)
at 
org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:299)
Caused by: class org.apache.ignite.IgniteCheckedException: Failed to start SPI: 
TcpDiscoverySpi [addrRslvr=null, sockTimeout=5000, ackTimeout=5000, 
marsh=JdkMarshaller 
[clsFilter=org.apache.ignite.marshaller.MarshallerUtils$1@1e287667], 
reconCnt=10, reconDelay=2000, maxAckTimeout=600000, soLinger=5, 
forceSrvMode=false, clientReconnectDisabled=false, internalLsnr=null, 
skipAddrsRandomization=false]
at 
org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:299)
at 
org.apache.ignite.internal.managers.discovery.GridDiscoveryManager.start(GridDiscoveryManager.java:961)
at org.apache.ignite.internal.IgniteKernal.startManager(IgniteKernal.java:1902)
... 11 more
Caused by: class org.apache.ignite.spi.IgniteSpiException: Node with the same 
ID was found in node IDs history or existing node in topology has the same ID 
(fix configuration and restart local node) [localNode=TcpDiscoveryNode 
[id=0b1c3da6-7800-4efa-b468-6fd810491590, 
consistentId=12.111.9.34,127.0.0.1:47500<http://127.0.0.1:47500>, 
addrs=ArrayList [12.111.9.34, 127.0.0.1], sockAddrs=HashSet 
[ignite-cluster-57c7f744f9-kcph2/12.111.9.34:47500<http://12.111.9.34:47500>, 
/127.0.0.1:47500<http://127.0.0.1:47500>], discPort=47500, order=0, intOrder=3, 
lastExchangeTime=1591147553777, loc=true, ver=8.7.14#20200320-sha1:419ab454, 
isClient=false], existingNode=0b1c3da6-7800-4efa-b468-6fd810491590]
at 
org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.duplicateIdError(TcpDiscoverySpi.java:1997)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl.joinTopology(ServerImpl.java:1163)
at org.apache.ignite.spi.discovery.tcp.ServerImpl.spiStart(ServerImpl.java:444)
at 
org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.spiStart(TcpDiscoverySpi.java:2121)
at 
org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:296)
... 13 more
[01:25:53,950][FINE][main][IgniteKernal] Notifying lifecycle beans.
[01:25:53,952][SEVERE][tcp-disco-sock-reader-[1c21935f 
12.111.9.38:39658]-#9][TcpDiscoverySpi] Caught exception on message read 
[sock=Socket[addr=/12.111.9.38<http://12.111.9.38>,port=39658,localport=47500], 
locNodeId=0b1c3da6-7800-4efa-b468-6fd810491590, 
rmtNodeId=1c21935f-0429-4798-b920-93872d299da0]
class org.apache.ignite.IgniteCheckedException: Failed to deserialize object 
with given class loader: 
sun.misc.Launcher$AppClassLoader@764c12b6<mailto:sun.misc.Launcher$AppClassLoader@764c12b6>
at 
org.apache.ignite.marshaller.jdk.JdkMarshaller.unmarshal0(JdkMarshaller.java:131)
at 
org.apache.ignite.marshaller.AbstractNodeNameAwareMarshaller.unmarshal(AbstractNodeNameAwareMarshaller.java:92)
at org.apache.ignite.internal.util.IgniteUtils.unmarshal(IgniteUtils.java:10456)
at 
org.apache.ignite.spi.discovery.tcp.ServerImpl$SocketReader.body(ServerImpl.java:7165)
at org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:60)
Caused by: java.io.EOFException
at 
java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2681)
at 
java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3156)
at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862)
at java.io.ObjectInputStream.<init>(ObjectInputStream.java:358)
at 
org.apache.ignite.marshaller.jdk.JdkMarshallerObjectInputStream.<init>(JdkMarshallerObjectInputStream.java:42)
at 
org.apache.ignite.marshaller.jdk.JdkMarshaller.unmarshal0(JdkMarshaller.java:121)
... 4 more






Reply via email to