[JBoss JIRA] (ISPN-6550) Remote iterator does not work in compatibility mode
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-6550:
---------------------------------------
Summary: Remote iterator does not work in compatibility mode
Key: ISPN-6550
URL: https://issues.jboss.org/browse/ISPN-6550
Project: Infinispan
Issue Type: Bug
Components: Server
Reporter: Gustavo Fernandes
There are two issues when trying to iterate caches configured with compatibility:
1) Since the client-side key tracker calculates segments based on byte[] keys, and the routing on the server is done via Object, there's a mismatch between segments calculated in the server and the client casing NPEs that prevent the data from the socket to be consumed correctly, resulting sometimes in:
{code}
org.infinispan.client.hotrod.exceptions.InvalidResponseException:: Invalid magic number. Expected 0xa1 and received 0x0
at org.infinispan.client.hotrod.impl.protocol.Codec20.readMagic(Codec20.java:313)
at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:115)
at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:56)
at org.infinispan.client.hotrod.impl.operations.IterationEndOperation.execute(IterationEndOperation.java:34)
at org.infinispan.client.hotrod.impl.iteration.RemoteCloseableIterator.close(RemoteCloseableIterator.java:64)
{code}
2) When the cache configuration has a different name than the cache, CCE errors are thrown:
{code}
org.infinispan.client.hotrod.exceptions.HotRodClientException: java.lang.ClassCastException: java.lang.Integer cannot be cast to [B
at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:343) ~[infinispan-client-hotrod-9.0.0-SNAPSHOT.jar:9.0.0-SNAPSHOT]
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-5943) Access log of cache operations
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-5943?page=com.atlassian.jira.plugin.... ]
William Burns reopened ISPN-5943:
---------------------------------
Also need to add Rest
> Access log of cache operations
> ------------------------------
>
> Key: ISPN-5943
> URL: https://issues.jboss.org/browse/ISPN-5943
> Project: Infinispan
> Issue Type: Feature Request
> Components: JMX, reporting and management
> Reporter: Pedro Zapata
> Assignee: William Burns
> Labels: jdg7
> Fix For: 9.0.0.Alpha2, 9.0.0.Final
>
>
> The HotRod and REST endpoint will have a dedicated log category, which will be disabled by default, to which we will log using a format which follows the typical HTTPD server access.log format, i.e. client_ip user_id timestamp op key response_size processing_time.
> Enabling the log will be possible either by configuring the XML or by using the CLI.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6159) Remove deprecated continuous query API
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-6159?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-6159:
--------------------------------
Component/s: Embedded Querying
> Remove deprecated continuous query API
> --------------------------------------
>
> Key: ISPN-6159
> URL: https://issues.jboss.org/browse/ISPN-6159
> Project: Infinispan
> Issue Type: Enhancement
> Components: Embedded Querying, Remote Querying
> Reporter: Tristan Tarrant
> Assignee: Adrian Nistor
> Fix For: 9.0.0.Alpha2, 9.0.0.Final
>
>
> This is a continuation of ISPN-6069.
> The deprecated bits should be removed now:
> org.infinispan.client.hotrod.event.ClientEvents.addContinuousQueryListener,
> org.infinispan.query.continuous.ContinuousQuery,
> org.infinispan.query.continuous.ContinuousQueryResultListener,
> org.infinispan.query.continuous.ContinuousQueryListener.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6124) List of caches is sometimes visually corrupt
by Jiří Holuša (JIRA)
[ https://issues.jboss.org/browse/ISPN-6124?page=com.atlassian.jira.plugin.... ]
Jiří Holuša reassigned ISPN-6124:
---------------------------------
Assignee: Jiří Holuša (was: Vladimir Blagojevic)
> List of caches is sometimes visually corrupt
> --------------------------------------------
>
> Key: ISPN-6124
> URL: https://issues.jboss.org/browse/ISPN-6124
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Final
> Reporter: Jiří Holuša
> Assignee: Jiří Holuša
> Attachments: Snímek z 2016-01-29 11-37-21.png
>
>
> Page: Cache -> select some container -> list of caches
> Under certain circumstances, the cache cards are wrongly aligned, see the screenshot in attachments. I think it's because those two caches on the right don't have any icons below the cache type, making the box smaller.
> The solution would be to assign fixed height, since it can be predictable or add a "clearing" div after each row, I guess.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months