[JBoss JIRA] (ISPN-5841) Server cannot find filter/converter factory when registering continuous query
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-5841?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-5841:
-----------------------------------------------
Gustavo Fernandes <gfernand(a)redhat.com> changed the Status of [bug 1269807|https://bugzilla.redhat.com/show_bug.cgi?id=1269807] from NEW to MODIFIED
> Server cannot find filter/converter factory when registering continuous query
> -----------------------------------------------------------------------------
>
> Key: ISPN-5841
> URL: https://issues.jboss.org/browse/ISPN-5841
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Reporter: Vojtech Juranek
> Assignee: Gustavo Fernandes
> Fix For: 8.1.0.Alpha2, 8.0.2.Final
>
>
> When registering continuous query form HR client, it fails with following exception:
> {noformat}
> org.infinispan.client.hotrod.exceptions.HotRodClientException: org.infinispan.server.hotrod.MissingFactoryException: ISPN006013: Listener converter factory 'continuous-query-filter-converter-factory' not found in server
> at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:336)
> at org.infinispan.client.hotrod.impl.protocol.Codec20.readPartialHeader(Codec20.java:126)
> at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeaderOrEvent(Codec20.java:208)
> at org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation.executeOperation(AddClientListenerOperation.java:95)
> at org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation.executeOperation(AddClientListenerOperation.java:26)
> at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:52)
> at org.infinispan.client.hotrod.impl.RemoteCacheImpl.addClientListener(RemoteCacheImpl.java:574)
> at org.infinispan.client.hotrod.event.ClientEvents.addContinuousQueryListener(ClientEvents.java:82)
> at org.infinispan.server.test.query.ContinuousQueryIT.testContinuousQuery(ContinuousQueryIT.java:76)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5756) Improve EmbeddedCacheManager.removeCache() method
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-5756?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-5756:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Improve EmbeddedCacheManager.removeCache() method
> -------------------------------------------------
>
> Key: ISPN-5756
> URL: https://issues.jboss.org/browse/ISPN-5756
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 8.0.1.Final
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 8.1.0.Alpha2
>
>
> We have the following issues with the method
> 1) It is not consistent in all the nodes
> 2) Removing the cache remotely and locally can be done in parallel
> 3) When passivation is enabled, it passivates the entries and then clear the cache store.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5855) RemoteContinuousQueryTest fails consistently
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-5855?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-5855:
-----------------------------------------------
William Burns <wburns(a)redhat.com> changed the Status of [bug 1271635|https://bugzilla.redhat.com/show_bug.cgi?id=1271635] from NEW to POST
> RemoteContinuousQueryTest fails consistently
> --------------------------------------------
>
> Key: ISPN-5855
> URL: https://issues.jboss.org/browse/ISPN-5855
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Affects Versions: 8.0.0.Final
> Reporter: Adrian Nistor
> Assignee: William Burns
> Fix For: 8.1.0.Alpha2, 8.0.2.Final
>
>
> {quote}
> java.lang.AssertionError: expected null, but was:<expiredUser2>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotNull(Assert.java:664)
> at org.junit.Assert.assertNull(Assert.java:646)
> at org.junit.Assert.assertNull(Assert.java:656)
> at org.infinispan.client.hotrod.event.RemoteContinuousQueryTest.expectElementsInQueue(RemoteContinuousQueryTest.java:198)
> at org.infinispan.client.hotrod.event.RemoteContinuousQueryTest.testContinuousQuery(RemoteContinuousQueryTest.java:174)
> {quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5855) RemoteContinuousQueryTest fails consistently
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-5855?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated ISPN-5855:
------------------------------------------
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1271635
Bugzilla Update: Perform
> RemoteContinuousQueryTest fails consistently
> --------------------------------------------
>
> Key: ISPN-5855
> URL: https://issues.jboss.org/browse/ISPN-5855
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Affects Versions: 8.0.0.Final
> Reporter: Adrian Nistor
> Assignee: William Burns
> Fix For: 8.1.0.Alpha2, 8.0.2.Final
>
>
> {quote}
> java.lang.AssertionError: expected null, but was:<expiredUser2>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotNull(Assert.java:664)
> at org.junit.Assert.assertNull(Assert.java:646)
> at org.junit.Assert.assertNull(Assert.java:656)
> at org.infinispan.client.hotrod.event.RemoteContinuousQueryTest.expectElementsInQueue(RemoteContinuousQueryTest.java:198)
> at org.infinispan.client.hotrod.event.RemoteContinuousQueryTest.testContinuousQuery(RemoteContinuousQueryTest.java:174)
> {quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5846) RemoteCache always returns null when store-as-binary is enabled.
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-5846?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño reassigned ISPN-5846:
--------------------------------------
Assignee: Galder Zamarreño
> RemoteCache always returns null when store-as-binary is enabled.
> ----------------------------------------------------------------
>
> Key: ISPN-5846
> URL: https://issues.jboss.org/browse/ISPN-5846
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Protocols
> Affects Versions: 7.2.5.Final
> Environment: Linux, JDK 7.0_51
> Using JVM running an embedded cache manager and a HotRod server and a client connecting to the cluster VM using HotRod and RemoteCache.
> *Relevant Libs:*
> infinispan-client-hotrod-7.2.4.Final.jar
> infinispan-commons-7.2.4.Final.jar
> infinispan-core-7.2.4.Final.jar
> infinispan-server-core-7.2.4.Final.jar
> infinispan-server-hotrod-7.2.4.Final.jar
> jboss-logging-3.2.1.Final.jar
> jboss-marshalling-1.4.10.Final.jar
> jboss-marshalling-river-1.4.10.Final.jar
> jboss-transaction-api_1.1_spec-1.0.1.Final.jar
> Reporter: Mark K
> Assignee: Galder Zamarreño
> Attachments: CacheClientIssue-Client.txt, CacheClientIssue-Server.txt, Infinispan.xml
>
>
> I have a problem I've been unable to solve. Basically, my RemoteCache always returns a MarshalledValue and its get() always returns null. The MarshalledValue receives a stream of bytes that is over 1000 bytes, but the value is always null. The prior check to determine if the key is in the cache returns true, and in the server log, I can see that the model is being serialized for the client in the server log. I am unable to determine why the MarshalledValue always returns null when the object is is received by the client (or so it seems).
> Attached are two TRACE logs (client and server) and the infinispan.xml config we use. We are on Infinispan 7.2.5, though I also tested with 6.x and had same results. We have Compatibility mode enabled and Store-As-Binary.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5841) Server cannot find filter/converter factory when registering continuous query
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-5841?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-5841:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated in master and 8.0.x. Thanks [~gustavonalle]!
> Server cannot find filter/converter factory when registering continuous query
> -----------------------------------------------------------------------------
>
> Key: ISPN-5841
> URL: https://issues.jboss.org/browse/ISPN-5841
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Reporter: Vojtech Juranek
> Assignee: Gustavo Fernandes
> Fix For: 8.1.0.Alpha2, 8.0.2.Final
>
>
> When registering continuous query form HR client, it fails with following exception:
> {noformat}
> org.infinispan.client.hotrod.exceptions.HotRodClientException: org.infinispan.server.hotrod.MissingFactoryException: ISPN006013: Listener converter factory 'continuous-query-filter-converter-factory' not found in server
> at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:336)
> at org.infinispan.client.hotrod.impl.protocol.Codec20.readPartialHeader(Codec20.java:126)
> at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeaderOrEvent(Codec20.java:208)
> at org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation.executeOperation(AddClientListenerOperation.java:95)
> at org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation.executeOperation(AddClientListenerOperation.java:26)
> at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:52)
> at org.infinispan.client.hotrod.impl.RemoteCacheImpl.addClientListener(RemoteCacheImpl.java:574)
> at org.infinispan.client.hotrod.event.ClientEvents.addContinuousQueryListener(ClientEvents.java:82)
> at org.infinispan.server.test.query.ContinuousQueryIT.testContinuousQuery(ContinuousQueryIT.java:76)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5856) Programmatic JCache Configuration
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-5856?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant reassigned ISPN-5856:
-------------------------------------
Assignee: Galder Zamarreño
> Programmatic JCache Configuration
> ---------------------------------
>
> Key: ISPN-5856
> URL: https://issues.jboss.org/browse/ISPN-5856
> Project: Infinispan
> Issue Type: Feature Request
> Components: JCache
> Affects Versions: 8.0.1.Final
> Reporter: Dan Siviter
> Assignee: Galder Zamarreño
>
> As it stands, JCache creation can be done programatically for local caches or via XML for distributed. It isn't possible to configure distributed JCaches programatically. It's been mentioned previously (see ISPN-4662 and ISPN-5286) that there are disparities between the approaches. Using {{javax.cache.configuration.MutableConfiguration}} as an extension point, potentially passing in {{org.infinispan.configuration.cache.Configuration}} to perform these duties.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months