Re: Ignite persistence is accepting null value in not null field

2021-04-05 Thread Ilya Kasnacheev
Hello! Okay, this looks like a bug. Can you please put a small reproducer project with this code somewhere on github, or provide as tarball? I will try it and file a ticket, or you can do that yourself. Regards, -- Ilya Kasnacheev пн, 5 апр. 2021 г. в 18:16, sourav dihidar : > Thanks for your

Re: Ignite persistence is accepting null value in not null field

2021-04-05 Thread sourav dihidar
Thanks for your response. Wanted to understand that then how in the second run it is throwing error? On Mon, Apr 5, 2021, 4:27 PM Ilya Kasnacheev wrote: > Hello! > > I guess that "not null" is only tracked by SQL code, but not by cache API > or data streamer. > > Regards, > -- > Ilya Kasnacheev

Re: Ignite persistence is accepting null value in not null field

2021-04-05 Thread Ilya Kasnacheev
Hello! I guess that "not null" is only tracked by SQL code, but not by cache API or data streamer. Regards, -- Ilya Kasnacheev сб, 3 апр. 2021 г. в 18:22, sourav dihidar : > Hi Team, > I am facing one issue > I created one table as below > CREATE TABLE STUDENT > ( > ID INTEGER NOT NULL, > NAM

Re: Correctly stopping/deactivating server node

2021-04-05 Thread Ilya Kasnacheev
Hello! Yes it should be safe, provided that your own hook works correctly. Regards, -- Ilya Kasnacheev вс, 4 апр. 2021 г. в 23:18, DonTequila : > Actually I found that this is indeed true. Ignite supports the JRE option: > > -DIGNITE_NO_SHUTDOWN_HOOK=true > > When I set this my app shutdown h

Re: Ignite server not equally distribution load

2021-04-05 Thread Ilya Kasnacheev
Hello! I recommend collecting (java) thread dumps on both server nodes and comparing them, under load. Then you can infer what is the difference in the load that they handle. Regards, -- Ilya Kasnacheev пн, 5 апр. 2021 г. в 07:20, Charlin S : > Hello, > Thanks for your response, > Yes, both