Bug 1140383 - Non indexed query fails when a cachestore is used
Summary: Non indexed query fails when a cachestore is used
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Infinispan
Version: 6.3.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: CR2
: 6.3.1
Assignee: Tristan Tarrant
QA Contact: Martin Gencur
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-10 20:19 UTC by Adrian Nistor
Modified: 2015-01-26 14:03 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-01-26 14:03:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker ISPN-4699 0 Major Resolved Non indexed query fails when a cachestore is used 2014-09-10 20:19:04 UTC

Description Adrian Nistor 2014-09-10 20:19:03 UTC
2014-05-08 16:32:05,586 WARN [LocalEntryRetriever] (transport-thread-NonIndexedClusteredDummyInMemoryStoreQueryDslConditionsTest-NodeA-p3871-t3) ISPN000300: There was an exception while processing retrieval of entry values
java.lang.IllegalArgumentException: argument cannot be null
at org.infinispan.objectfilter.impl.BaseMatcher$3.filter(BaseMatcher.java:152)
at org.infinispan.query.dsl.embedded.impl.FilterAndConverter.filterAndConvert(FilterAndConverter.java:91)
at org.infinispan.query.dsl.embedded.impl.FilterAndConverter.filterAndConvert(FilterAndConverter.java:28)
at org.infinispan.filter.AbstractKeyValueFilterConverter.accept(AbstractKeyValueFilterConverter.java:23)
at org.infinispan.filter.KeyValueFilterAsKeyFilter.accept(KeyValueFilterAsKeyFilter.java:17)
at org.infinispan.filter.CompositeKeyFilter.accept(CompositeKeyFilter.java:19)
at org.infinispan.persistence.dummy.DummyInMemoryStore.process(DummyInMemoryStore.java:158)
at org.infinispan.persistence.manager.PersistenceManagerImpl.processOnAllStores(PersistenceManagerImpl.java:414)
at org.infinispan.persistence.manager.PersistenceManagerImpl.processOnAllStores(PersistenceManagerImpl.java:399)
at org.infinispan.iteration.impl.LocalEntryRetriever$1.run(LocalEntryRetriever.java:256)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)

Comment 1 Adrian Nistor 2014-09-10 20:30:14 UTC
PR for jdg-6.3.x here: https://github.com/infinispan/jdg/pull/244

Comment 3 Adrian Nistor 2014-09-10 22:35:19 UTC
PR for jdg-6.4.x here: https://github.com/infinispan/jdg/pull/245


Note You need to log in before you can comment on or make changes to this bug.