Re: ignite dump

2021-09-09 Thread DK
Hi, Do we have any suggestions for this detached connection memory leak on version 2.8.0? Migrating the cluster to the latest version might help here? Thanks & Regards, Devakumar J On Fri, Sep 3, 2021 at 1:08 AM DK wrote: > Any thoughts on this please? > > Note: This happen

Re: ignite dump

2021-09-02 Thread DK
2:04 DK, wrote: > Hi, > > We are on version 2.8.0 only and all our caches are PARTITIONED > non-transactional caches. > > Thanks & Regards, > Devakumar J > > On Wed, Sep 1, 2021 at 5:38 AM Alexandr Shapkin > wrote: > >> Hello! >> >> What Ign

Re: ignite dump

2021-08-31 Thread DK
ixed in 2.8 > https://issues.apache.org/jira/browse/IGNITE-11755 > > On 31 Aug 2021, at 19:22, DK wrote: > > Hi Team, > > Any pointers on this, please? > > Seems internally H2StatementCache contains a huge set of data that were > queried over a period of time.

Re: ignite dump

2021-08-31 Thread DK
webmail> Virus-free. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Sun, Aug 29, 2021 at 7:37 PM DK wrote: > Hi, > > One of our server node

Fwd: ignite dump

2021-08-29 Thread DK
Hi, One of our server node's heap usage keeps increasing by uptime and finally ends up in node restart. When i checked the heap dump detachedConns holds up huge memory around 12GB out of 16GB and GC also couldn't reclaim. This happens randomly in one of the server node only (3 nodes running). Is

Ignite High memory usage though very less disk size

2021-07-29 Thread DK
Hi, We have 3server+2client cluster setup. Also we have 2 completely different clusters for different regions. Both has similar set of integrations in terms of SQL queries/ CQ listeners/ Client connections. Also the VM hardware/OS settings also same. In cluster 1 through we have disk of 20GB bu

Re: Problems with explain statemenz

2017-12-14 Thread dk
Thanks, that is absolutely correct. If explain is used only the first colum contains a value. Thus the following statement prints out the execution plan: try (FieldsQueryCursor> joinCursor = activityCache.query(sql)) { for (List row : joinCursor){

Problems with explain statemenz

2017-12-12 Thread dk
Hi, I am trying to do an explain analysis on an SQL statement: SqlFieldsQuery sql = new SqlFieldsQuery( " explain SELECT act.id as id, act.actDef as actDef, act.status, act.prio as prio, o.orgId, p.userId " + " FROM Activity as act left join