[JBoss JIRA] Created: (ISPN-1348) Cluster ID generator initialization might not work when default cache is not clustered
by Galder Zamarreño (JIRA)
Cluster ID generator initialization might not work when default cache is not clustered
--------------------------------------------------------------------------------------
Key: ISPN-1348
URL: https://issues.jboss.org/browse/ISPN-1348
Project: Infinispan
Issue Type: Bug
Components: Cache Server
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 5.1.0.ALPHA1
This is related to the changes introduced as part of ISPN-1233. In Hot Rod servers, cluster ID generator initialization can fail to assign an initial view rank if the default cache is not clustered but other caches are. A better solution would be to simply cache the cache manager on construction, and if a new version for a clustered cache is created and the rank is not set yet (i.e. in cases such as AS7 where cache manager is started before the servers themselves), use the cached cache manager's transport to quickly calculate the view rank.
This won't happen with Memcached because you can only interact with the default cache.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Created: (ISPN-1357) RHQ plugin has JBoss Logging jars missing
by Galder Zamarreño (JIRA)
RHQ plugin has JBoss Logging jars missing
-----------------------------------------
Key: ISPN-1357
URL: https://issues.jboss.org/browse/ISPN-1357
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management
Affects Versions: 5.0.0.FINAL
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 5.1.0.ALPHA1, 5.1.0.FINAL
It would appear that the Infinispan RHQ plugin has some jars missing:
{code}Caused by: java.lang.ClassNotFoundException: org.jboss.logging.BasicLogger{code}
This could be halting the discovery of Infinispan instances via RHQ.
See forum ref for more info.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Created: (ISPN-1352) Create an ultra high performance distributed transaction coordinator to handle infinispan, JMS, websevice(with compensation logic), file system resources and database transactions. Current XA implementations cause high performace degradation
by Magnus Magnus (JIRA)
Create an ultra high performance distributed transaction coordinator to handle infinispan, JMS, websevice(with compensation logic), file system resources and database transactions. Current XA implementations cause high performace degradation
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: ISPN-1352
URL: https://issues.jboss.org/browse/ISPN-1352
Project: Infinispan
Issue Type: Feature Request
Reporter: Magnus Magnus
Assignee: Manik Surtani
Priority: Critical
Fix For: 5.1.0.FINAL, 5.2.0.FINAL, 6.0.0.FINAL
Create an ultra high performance distributed transaction coordinator to handle infinispan, JMS, websevice(with compensation logic), file system resources and database transactions. Current XA implementations cause high performace degradation.
Transaction logs should be stored in massively parallelizabled sql/file backing stores(Use a write through cache region to store tx logs?) on the nodes.
Transaction manager should work with only a webcontainer (without a real application server).
Transaction coordinator should use blocking free(as much as possible) architecture in the source code.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months