[JBoss JIRA] Created: (ISPN-352) Add per-cache coordinator.
by Alexander Gavrilov (JIRA)
Add per-cache coordinator.
--------------------------
Key: ISPN-352
URL: https://jira.jboss.org/jira/browse/ISPN-352
Project: Infinispan
Issue Type: Feature Request
Components: Core API
Reporter: Alexander Gavrilov
Assignee: Manik Surtani
We trying to use Infinispan for our cluster. We have two types of nodes in cluster. "Type 1" nodes use all set of caches defined in system, but "Type 2" nodes uses only small subset of nodes. For each cache on each node we have job, that fetch data from external store and put that data in the cache. We need this job to be executed only in one node from whole cluster and is natural to test if node is cache coordinator and execute job only if it is. In current implementation it's possible to determinate only cluster coordinator. But when node of "Type 2" becomes coordinator it is impossible to update some caches, because they are not defined in this node. It would be fine to declare not only oldest node in cluster as cluster coordinator but oldest node containing cache as this concrete cache coordinator.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[JBoss JIRA] Created: (ISPN-739) Change default Hot Rod port to 11222
by Galder Zamarreño (JIRA)
Change default Hot Rod port to 11222
------------------------------------
Key: ISPN-739
URL: https://jira.jboss.org/browse/ISPN-739
Project: Infinispan
Issue Type: Task
Components: Cache Server
Affects Versions: 4.2.0.ALPHA4, 4.1.0.Final
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 4.2.0.BETA1, 4.2.0.Final
This is essentially to avoid issues with different port configurations in AS, where the offset between diff ports is 100.
Make sure wikis and documentation are updated accordingly.
galderz: hi manik
[1:31pm] manik: galderz: yo
[1:31pm] manik: whassup?
[1:31pm] galderz: hey, i've just spotted one thing
[1:31pm] galderz: we've defined memcached and hot rod default ports as: 11211 and 11311
[1:31pm] manik: yes
[1:32pm] galderz: now, AS uses an offset to define ports for different port settings: ports-default, port-01...etc
[1:32pm] galderz: and the offset is 100
[1:32pm] galderz: so, it means that when you use ports-01, your ports are: 11311 and 11411
[1:32pm] galderz: that could confuse things up cos you old default hot rod protocol would now be a memcached port
[1:33pm] manik: Yep.
[1:33pm] galderz: i was wondering whether we should do something to avoid this
[1:33pm] manik: What do you reckon? Configure Hot Rod to listen on 11221 ?
[1:33pm] galderz: it could lead to issues
[1:34pm] manik: 11222 ?
[1:34pm] galderz: yeah, one of those
[1:34pm] galderz: we don't wanna change the default memcached port
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[JBoss JIRA] Created: (ISPN-675) Make Infinispan JOPR plugin friendly with AS environments
by Galder Zamarreño (JIRA)
Make Infinispan JOPR plugin friendly with AS environments
---------------------------------------------------------
Key: ISPN-675
URL: https://jira.jboss.org/browse/ISPN-675
Project: Infinispan
Issue Type: Feature Request
Components: JMX, reporting and management
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 4.2.0.CR1
Within the descriptor:
- Change top level from server to service
- Within the service add:
<parent-resource-type name="JMX Server" plugin="JMX"/>
<parent-resource-type name="JBossAS Server" plugin="JBossAS"/>
<parent-resource-type name="JBossAS Server" plugin="JBossAS5"/>
Within source:
- From "implements ResourceComponent" should convert into "extend MBeanResourceComponent" (like StatisticsComponent)
- You might be able to reduce the code with the above change
Base your work on what has been done in: https://svn.jboss.org/repos/jopr/trunk/modules/plugins/hibernate
Test:
- Test with AS6 admin console (drop the plugin jar into the plugins subdirectory in the admin console)
- Test with RHQ
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month