Re: On ServerNode Thread TIMED_WAITING Lock

2019-07-08 Thread Ilya Kasnacheev
Hello! It seems that one thread is busy reading pages from disk, so other thread can't acquire write lock. May happen if you have block device with bad characteristics, such as HDD, and issue queries which overwhelm it. Regards, -- Ilya Kasnacheev чт, 4 июл. 2019 г. в 16:51, siva : > Hi,Than

Re: On ServerNode Thread TIMED_WAITING Lock

2019-07-04 Thread siva
Hi,Thanks for reply. Please find the below log file.In this file don't know why these many thread are waiting state and because of thread lock or some other reason due to application also getting hang. Log file: ignite-e3c80688.log

Re: On ServerNode Thread TIMED_WAITING Lock

2019-07-04 Thread Ilya Kasnacheev
Hello! I can't see any exceptions in the posted material. Thread dumps look normal (those two threads are just waiting for tasks). Do you have any specific problem? Please consider sharing log. Regards, -- Ilya Kasnacheev ср, 3 июл. 2019 г. в 19:09, siva : > Hi, > I have Apache Ignite V2.7.5

On ServerNode Thread TIMED_WAITING Lock

2019-07-03 Thread siva
Hi, I have Apache Ignite V2.7.5 and Windows VM CPU=32,RAM=128. Whenever any operation doing like sql Query,Put or Get cache getting thread time waiting exception on server log. *Server configuration:* --- server-config.xml