Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-04-23 Thread Thomas SEGISMONT
Hi Will, I will create the JIRA and provide the TRACE level logs as soon as possible. Thanks for the update. 2018-04-20 20:10 GMT+02:00 William Burns : > On Fri, Apr 20, 2018 at 9:43 AM Thomas SEGISMONT > wrote: > >> I tried our test suite on a slower machine (iMac from 2011). It passes >> co

[infinispan-dev] Search keys by query

2018-04-23 Thread Sergey Chernolyas
*Hi! * *I want ask about search keys. For example, I have a complex key and the complex key (POJO) have a field “type”. It is logical if I find all keys with required type by query. Now query for complex keys not work. Method “list()” return empty list(). Is the feature implementable?* -- -

Re: [infinispan-dev] Search keys by query

2018-04-23 Thread Adrian Nistor
Hi Sergey, keys are just keys. Lookup by key works only if you know the key in advance, be it a simple or complex key. Keys are not indexed. So no, searching for keys does not work and there is no plan to support that. It's one of the many things Infinispan cannot do because it is not a relatio