[JBoss JIRA] (ISPN-7599) Add Jolokia to the server
by Sebastian Łaskawiec (JIRA)
[ https://issues.jboss.org/browse/ISPN-7599?page=com.atlassian.jira.plugin.... ]
Sebastian Łaskawiec updated ISPN-7599:
--------------------------------------
Git Pull Request: https://github.com/infinispan/infinispan/pull/5267, https://github.com/jboss-dockerfiles/infinispan/pull/59, https://github.com/jboss-dockerfiles/infinispan/pull/60, https://github.com/jboss-dockerfiles/infinispan/pull/56, https://github.com/infinispan/infinispan-openshift-templates/pull/3, https://github.com/infinispan/infinispan/pull/5586 (was: https://github.com/infinispan/infinispan/pull/5267, https://github.com/jboss-dockerfiles/infinispan/pull/59, https://github.com/jboss-dockerfiles/infinispan/pull/60, https://github.com/jboss-dockerfiles/infinispan/pull/56, https://github.com/infinispan/infinispan-openshift-templates/pull/3)
> Add Jolokia to the server
> -------------------------
>
> Key: ISPN-7599
> URL: https://issues.jboss.org/browse/ISPN-7599
> Project: Infinispan
> Issue Type: Feature Request
> Components: Cloud Integrations, Server
> Reporter: Sebastian Łaskawiec
> Assignee: Vladimir Blagojevic
> Priority: Critical
> Fix For: 9.2.0.Final
>
>
> The server should support exposing [Jolokia|https://jolokia.org] endpoints. The support should be disabled by default and there should be possibility to enable it using an environmental variable.
> OpenShift has special Administration Console for Jolokia-enabled endpoints.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[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)
8 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)
8 years, 2 months