[JBoss JIRA] (ISPN-10807) Don't include Narayana in the server
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-10807:
--------------------------------------
Summary: Don't include Narayana in the server
Key: ISPN-10807
URL: https://issues.jboss.org/browse/ISPN-10807
Project: Infinispan
Issue Type: Feature Request
Components: Server, Transactions
Affects Versions: 10.0.0.CR3
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.0.0.Final
The Hot Rod tx implementation uses the embedded TM only. Including Narayana in the server distribution is therefore pointless. It should be removed.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-10806) Default semantic configurations for the server
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-10806:
--------------------------------------
Summary: Default semantic configurations for the server
Key: ISPN-10806
URL: https://issues.jboss.org/browse/ISPN-10806
Project: Infinispan
Issue Type: Enhancement
Components: Configuration, Server
Affects Versions: 10.0.0.CR3
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.0.0.Final
org.infinispan.VOLATILE (same as DIST_SYNC)
org.infinispan.PERSISTENT (VOLATILE + soft index store)
org.infinispan.INDEXED (PERSISTENT + indexed)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-10805) Coarse-grained logging for the Hot Rod client
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-10805:
--------------------------------------
Summary: Coarse-grained logging for the Hot Rod client
Key: ISPN-10805
URL: https://issues.jboss.org/browse/ISPN-10805
Project: Infinispan
Issue Type: Enhancement
Components: Hot Rod
Affects Versions: 10.0.0.CR3
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.0.0.Final
INFO, WARN, ERROR and FATAL logs should use the org.infinispan.HOTROD category
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-10795) Unregister the cache MBean on stop
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10795?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10795:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Unregister the cache MBean on stop
> ----------------------------------
>
> Key: ISPN-10795
> URL: https://issues.jboss.org/browse/ISPN-10795
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> All other cache components are unregistered on stop except the cache itself, which only gets really unregistered on remove.
> Historically, this was done this way in order to allow cache restart via jmx. But we have other options now: rest, cli, or even DefaultCacheManager.startCache(name) via jmx.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (ISPN-10723) JMX registration cleanup
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10723?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10723:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> JMX registration cleanup
> ------------------------
>
> Key: ISPN-10723
> URL: https://issues.jboss.org/browse/ISPN-10723
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 10.0.0.CR1
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> - all jmx registration should happen via CacheManagerJmxRegistration/CacheJmxRegistration - we should not have other classes using JmxUtil.buildJmxDomain
> - there are very few legitimate direct usages of JmxUtil.lookupMBeanServer; all else must go
> - some registrations are not currently ResourceDMBeans; these need to be converted
> - use of registerExternalMBean should be converted to registerMBean
> - avoid performing the unregistration manually. Components registered with registerMBean will be unregistered automatically
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months