Re: Does ignite keep loading result when the jdbc thin connection is dead?

2019-01-14 Thread ilya.kasnacheev
Hello! I guess it is true. But, you can sometimes work around it by setting 'lazy=true' connection flag. Regards, -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Does ignite keep loading result when the jdbc thin connection is dead?

2018-11-23 Thread yangjiajun
Hello. Yes.I mean heap memory.I used dbeaver to run a table scan query on a table which has millions data.My query caused ignite exhaust its heap so I kill my connection.But ignite did not release its heap memory.I guess ignite was still trying to load result of my query.Is my guess right?

Re: Does ignite keep loading result when the jdbc thin connection is dead?

2018-11-23 Thread Evgenii Zhuravlev
Hi, What do you mean by "Ignite does not release memory"? What kind of memory it still consume? Do you mean heap? Evgenii чт, 22 нояб. 2018 г. в 15:55, yangjiajun <1371549...@qq.com>: > Hello. > > I use jdbc thin connection to access ignite with lazy mode.Ignite does not > release memory after

Does ignite keep loading result when the jdbc thin connection is dead?

2018-11-22 Thread yangjiajun
Hello. I use jdbc thin connection to access ignite with lazy mode.Ignite does not release memory after my query connection is dead.Does ignite keep loading result when the connection die? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/