[JBoss JIRA] (ISPRK-26) ClassCastException with InfinispanInputDstream with cache in compatiblity mode
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPRK-26?page=com.atlassian.jira.plugin.s... ]
Gustavo Fernandes updated ISPRK-26:
-----------------------------------
Fix Version/s: 0.7
(was: 0.6)
> ClassCastException with InfinispanInputDstream with cache in compatiblity mode
> ------------------------------------------------------------------------------
>
> Key: ISPRK-26
> URL: https://issues.jboss.org/browse/ISPRK-26
> Project: Infinispan Spark
> Issue Type: Bug
> Components: Streaming
> Affects Versions: 0.3
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 0.7
>
>
> {noformat}
> org.infinispan.client.hotrod.exceptions.HotRodClientException:Request for messageId=21 returned server error (status=0x85): java.lang.ClassCastException: java.lang.Integer cannot be cast to [B
> at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:343)
> at org.infinispan.client.hotrod.impl.protocol.Codec20.readPartialHeader(Codec20.java:132)
> at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:118)
> at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:56)
> at org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation.sendPutOperation(AbstractKeyValueOperation.java:56)
> at org.infinispan.client.hotrod.impl.operations.PutOperation.executeOperation(PutOperation.java:32)
> at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:54)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 2 months
[JBoss JIRA] (ISPN-8344) DSL queries filtering only on type are always executed without index
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-8344?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-8344:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> DSL queries filtering only on type are always executed without index
> --------------------------------------------------------------------
>
> Key: ISPN-8344
> URL: https://issues.jboss.org/browse/ISPN-8344
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying, Remote Querying
> Affects Versions: 9.0.0.Final
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 9.0.4.Final, 8.2.9.Final, 9.2.0.Alpha2, 9.1.2.Final
>
>
> This happens if the WHERE clause is empty or a tautology (true). In this case the query is wrongly executed unindexed even though the index should be at least used for filtering on type.
> The query
> {code}
> FROM org.infinispan.test.Person
> {code}
> or
> {code}
> qf.from(Person.class).build();
> {code}
> is such a case
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 2 months