[JBoss JIRA] (ISPN-2575) KeyTransformer registration is required on all nodes of the cluster, in case of custom keys
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-2575?page=com.atlassian.jira.plugin.... ]
Mircea Markus updated ISPN-2575:
--------------------------------
Assignee: Adrian Nistor (was: Sanne Grinovero)
> KeyTransformer registration is required on all nodes of the cluster, in case of custom keys
> -------------------------------------------------------------------------------------------
>
> Key: ISPN-2575
> URL: https://issues.jboss.org/browse/ISPN-2575
> Project: Infinispan
> Issue Type: Enhancement
> Components: Querying
> Affects Versions: 5.2.0.Beta5
> Reporter: Anna Manukyan
> Assignee: Adrian Nistor
> Attachments: ClusteredCacheTest.java
>
>
> The case is the following:
> I have a clustered cache on which I want to perform a search. I'm doing the following:
> I'm initializing SearchManager on node1, I'm registering a custom key transformer for my key using the created searchmanager, but then when I'm trying to put data into the cache on node1 (which is in REPL_SYNC mode with cache on node2), I'm getting the exception:
> java.lang.IllegalArgumentException: Indexing only works with entries keyed on Strings, primitives and classes that have the @Transformable annotation - you passed in a class org.infinispan.query.test.CustomKey3. Alternatively, see org.infinispan.query.SearchManager#registerKeyTransformer
> When I'm initializing the SearchManager using node2 cache and register the keyTransformer on it as well, then everything works perfectly, even though I am not using the second created SearchManager.
> The test which reproduces the issue is attached to the jira. Please see the test case: testSearchKeyTransformer()
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
1 week
[JBoss JIRA] (ISPN-8459) org.infinispan.AdvancedCache#getAll missing entries on topology change
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/ISPN-8459?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated ISPN-8459:
---------------------------------
Description:
https://issues.jboss.org/browse/JBEAP-9453:
*Server* logs WARN message during failover scenario *http-granular-shutdown-dist-sync*.
Server log message:
{code}
21:37:42,027 WARN [org.wildfly.clustering.web.infinispan] (default task-29) WFLYCLWEBINF0011: Session NG5R9o7K2QmlflRasnUQQQbZRHepRHh4uBWVJtVP is missing cache entry for attribute org.jboss.test.clusterbench.common.session.CommonGranularHttpSessionServletSerial
{code}
Message occurs repetitively after new session was created:
{code}
21:35:42,596 INFO [org.jboss.test.clusterbench.common.session.CommonGranularHttpSessionServlet] (default task-85) New session created: XvRFigJkUfFIrpfuDN4xLfpFArKWNS_b1_RMdH_E
{code}
New cluster view was received more than 3 minutes earlier:
{code}
21:34:13,648 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (thread-5) ISPN000094: Received new cluster view for channel hibernate: [perf19|3] (4) [perf19, perf20, perf21, perf18]
{code}
Link to server log:
http://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/job/perflab_eap-7x-fa...
was:
*Server* logs WARN message during failover scenario *http-granular-shutdown-dist-sync*.
Server log message:
{code}
21:37:42,027 WARN [org.wildfly.clustering.web.infinispan] (default task-29) WFLYCLWEBINF0011: Session NG5R9o7K2QmlflRasnUQQQbZRHepRHh4uBWVJtVP is missing cache entry for attribute org.jboss.test.clusterbench.common.session.CommonGranularHttpSessionServletSerial
{code}
Message occurs repetitively after new session was created:
{code}
21:35:42,596 INFO [org.jboss.test.clusterbench.common.session.CommonGranularHttpSessionServlet] (default task-85) New session created: XvRFigJkUfFIrpfuDN4xLfpFArKWNS_b1_RMdH_E
{code}
New cluster view was received more than 3 minutes earlier:
{code}
21:34:13,648 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (thread-5) ISPN000094: Received new cluster view for channel hibernate: [perf19|3] (4) [perf19, perf20, perf21, perf18]
{code}
Link to server log:
http://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/job/perflab_eap-7x-fa...
> org.infinispan.AdvancedCache#getAll missing entries on topology change
> ----------------------------------------------------------------------
>
> Key: ISPN-8459
> URL: https://issues.jboss.org/browse/ISPN-8459
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 8.2.8.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
>
> https://issues.jboss.org/browse/JBEAP-9453:
> *Server* logs WARN message during failover scenario *http-granular-shutdown-dist-sync*.
> Server log message:
> {code}
> 21:37:42,027 WARN [org.wildfly.clustering.web.infinispan] (default task-29) WFLYCLWEBINF0011: Session NG5R9o7K2QmlflRasnUQQQbZRHepRHh4uBWVJtVP is missing cache entry for attribute org.jboss.test.clusterbench.common.session.CommonGranularHttpSessionServletSerial
> {code}
> Message occurs repetitively after new session was created:
> {code}
> 21:35:42,596 INFO [org.jboss.test.clusterbench.common.session.CommonGranularHttpSessionServlet] (default task-85) New session created: XvRFigJkUfFIrpfuDN4xLfpFArKWNS_b1_RMdH_E
> {code}
> New cluster view was received more than 3 minutes earlier:
> {code}
> 21:34:13,648 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (thread-5) ISPN000094: Received new cluster view for channel hibernate: [perf19|3] (4) [perf19, perf20, perf21, perf18]
> {code}
> Link to server log:
> http://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/job/perflab_eap-7x-fa...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 12 months
[JBoss JIRA] (ISPN-8459) org.infinispan.AdvancedCache#getAll missing entries on topology change
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/ISPN-8459?page=com.atlassian.jira.plugin.... ]
Radoslav Husar reassigned ISPN-8459:
------------------------------------
Assignee: William Burns (was: Radoslav Husar)
> org.infinispan.AdvancedCache#getAll missing entries on topology change
> ----------------------------------------------------------------------
>
> Key: ISPN-8459
> URL: https://issues.jboss.org/browse/ISPN-8459
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 8.2.8.Final
> Reporter: Radoslav Husar
> Assignee: William Burns
> Priority: Critical
>
> https://issues.jboss.org/browse/JBEAP-9453:
> *Server* logs WARN message during failover scenario *http-granular-shutdown-dist-sync*.
> Server log message:
> {code}
> 21:37:42,027 WARN [org.wildfly.clustering.web.infinispan] (default task-29) WFLYCLWEBINF0011: Session NG5R9o7K2QmlflRasnUQQQbZRHepRHh4uBWVJtVP is missing cache entry for attribute org.jboss.test.clusterbench.common.session.CommonGranularHttpSessionServletSerial
> {code}
> Message occurs repetitively after new session was created:
> {code}
> 21:35:42,596 INFO [org.jboss.test.clusterbench.common.session.CommonGranularHttpSessionServlet] (default task-85) New session created: XvRFigJkUfFIrpfuDN4xLfpFArKWNS_b1_RMdH_E
> {code}
> New cluster view was received more than 3 minutes earlier:
> {code}
> 21:34:13,648 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (thread-5) ISPN000094: Received new cluster view for channel hibernate: [perf19|3] (4) [perf19, perf20, perf21, perf18]
> {code}
> Link to server log:
> http://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/job/perflab_eap-7x-fa...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 12 months
[JBoss JIRA] (ISPN-8459) Session X is missing cache entry for attribute Y
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/ISPN-8459?page=com.atlassian.jira.plugin.... ]
Radoslav Husar moved JBEAP-13674 to ISPN-8459:
----------------------------------------------
Project: Infinispan (was: JBoss Enterprise Application Platform)
Key: ISPN-8459 (was: JBEAP-13674)
Workflow: GIT Pull Request with Triage workflow (was: CDW with loose statuses v1)
Component/s: Core
(was: Clustering)
Affects Version/s: 8.2.8.Final
(was: 7.1.0.DR13)
(was: 7.1.0.ER3)
(was: 7.1.0.CR3)
> Session X is missing cache entry for attribute Y
> ------------------------------------------------
>
> Key: ISPN-8459
> URL: https://issues.jboss.org/browse/ISPN-8459
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 8.2.8.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
>
> *Server* logs WARN message during failover scenario *http-granular-shutdown-dist-sync*.
> Server log message:
> {code}
> 21:37:42,027 WARN [org.wildfly.clustering.web.infinispan] (default task-29) WFLYCLWEBINF0011: Session NG5R9o7K2QmlflRasnUQQQbZRHepRHh4uBWVJtVP is missing cache entry for attribute org.jboss.test.clusterbench.common.session.CommonGranularHttpSessionServletSerial
> {code}
> Message occurs repetitively after new session was created:
> {code}
> 21:35:42,596 INFO [org.jboss.test.clusterbench.common.session.CommonGranularHttpSessionServlet] (default task-85) New session created: XvRFigJkUfFIrpfuDN4xLfpFArKWNS_b1_RMdH_E
> {code}
> New cluster view was received more than 3 minutes earlier:
> {code}
> 21:34:13,648 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (thread-5) ISPN000094: Received new cluster view for channel hibernate: [perf19|3] (4) [perf19, perf20, perf21, perf18]
> {code}
> Link to server log:
> http://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/job/perflab_eap-7x-fa...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 12 months
[JBoss JIRA] (ISPN-8459) org.infinispan.AdvancedCache#getAll missing entries on topology change
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/ISPN-8459?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated ISPN-8459:
---------------------------------
Summary: org.infinispan.AdvancedCache#getAll missing entries on topology change (was: Session X is missing cache entry for attribute Y)
> org.infinispan.AdvancedCache#getAll missing entries on topology change
> ----------------------------------------------------------------------
>
> Key: ISPN-8459
> URL: https://issues.jboss.org/browse/ISPN-8459
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 8.2.8.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
>
> *Server* logs WARN message during failover scenario *http-granular-shutdown-dist-sync*.
> Server log message:
> {code}
> 21:37:42,027 WARN [org.wildfly.clustering.web.infinispan] (default task-29) WFLYCLWEBINF0011: Session NG5R9o7K2QmlflRasnUQQQbZRHepRHh4uBWVJtVP is missing cache entry for attribute org.jboss.test.clusterbench.common.session.CommonGranularHttpSessionServletSerial
> {code}
> Message occurs repetitively after new session was created:
> {code}
> 21:35:42,596 INFO [org.jboss.test.clusterbench.common.session.CommonGranularHttpSessionServlet] (default task-85) New session created: XvRFigJkUfFIrpfuDN4xLfpFArKWNS_b1_RMdH_E
> {code}
> New cluster view was received more than 3 minutes earlier:
> {code}
> 21:34:13,648 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (thread-5) ISPN000094: Received new cluster view for channel hibernate: [perf19|3] (4) [perf19, perf20, perf21, perf18]
> {code}
> Link to server log:
> http://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/job/perflab_eap-7x-fa...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 12 months