Re: Critical System error Detected

2020-05-15 Thread Manu
Try this, you just need the multicast group (must be the same on clients and
servers within same cluster):


 
 
 
 
PIE
 
 
 
 









  
  
   





--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Re: Critical System error Detected

2020-05-15 Thread akorensh
Yes it is best to put all server addresses into this section:



   


   
see: https://apacheignite.readme.io/docs/tcpip-discovery



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Re: Critical System error Detected

2020-05-15 Thread nithin91
Yes I am able to ping the IP address from my local machine and yes, i am
specifying* only  the IP address  corresponding to a particular server node
in the Client node bean file*.Is it better to have all the server node IP
address in the Client nodes under the following section of the bean file.










--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Re: Critical System error Detected

2020-05-15 Thread akorensh
This looks like a network issue

Critical system error detected. Will be handled accordingly to
configured handler [hnd=StopNodeOrHaltFailureHandler [tryStop=false,
timeout=0, super=AbstractFailureHandler
[ignoredFailureTypes=[SYSTEM_WORKER_BLOCKED,
SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failureCtx=FailureContext
[type=SYSTEM_WORKER_BLOCKED, err=class o.a.i.IgniteException: GridWorker
[name=*grid-nio-worker-tcp-comm-0*, igniteInstanceName=null, finished=false,
heartbeatTs=1589537327904]]]


Is this section correct? -- Are you setting the correct ip addresses there?



"Ipaddress"




Are you able to ping the IP addresses from the client node?
Are the discovery/communication ports open?

https://apacheignite.readme.io/docs/tcpip-discovery





--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Re: Critical System error Detected

2020-05-15 Thread nithin91
Also i am not getting this error when i am connecting with node js thin
Client.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Re: Critical system error detected

2019-01-11 Thread Ilya Kasnacheev
Hello!

It is a known regression in 2.7:
http://apache-ignite-developers.2346864.n4.nabble.com/System-Worker-Failure-Handler-on-local-laptop-tp39810p39812.html
"To workaround the issue, you should set
DataStorageConfiguration#setCheckpointReadLockTimeout
to 0."

Increasing failureDetectionTimeout also helps.

Regards,
-- 
Ilya Kasnacheev


чт, 10 янв. 2019 г. в 18:47, yangjiajun <1371549...@qq.com>:

> Hello.
>
> I have a ignite 2.7 node with persistence enabled.I use it as a database.It
> reported "blocked system-critical thread has been detected" exception in
> logs.I guess it was blocked by drop table operations.Can someone help me to
> find what happened to ignite?
>
> Here is the logs and config of ignite:
> ignite-b2c59b25.rar
> <
> http://apache-ignite-users.70518.x6.nabble.com/file/t2059/ignite-b2c59b25.rar>
>
> ignite-b2c59b25.rar
> <
> http://apache-ignite-users.70518.x6.nabble.com/file/t2059/ignite-b2c59b25.rar>
>
> example-default1.xml
> <
> http://apache-ignite-users.70518.x6.nabble.com/file/t2059/example-default1.xml>
>
>
> I delete some logs because my company has upload file size limit.I will try
> to upload it on another post.
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>