[JBoss JIRA] (ISPN-9897) ClusterExecutor shouldn't rely on JGroupsTransport
by Dan Berindei (Jira)
[ https://issues.jboss.org/browse/ISPN-9897?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-9897:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 10.0.0.Beta1
Resolution: Done
> ClusterExecutor shouldn't rely on JGroupsTransport
> --------------------------------------------------
>
> Key: ISPN-9897
> URL: https://issues.jboss.org/browse/ISPN-9897
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Reporter: Will Burns
> Assignee: Will Burns
> Priority: Major
> Fix For: 10.0.0.Beta1
>
>
> Cluster Executor currently uses transport to send messages. However the initial implementation used JGroupsTransport. Either this was a mistake at the time or enough classes have been refactored that this is no longer needed and just the Transport class can be used instead.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-10899) Server transport and executor metrics are not unregistered on stop
by Dan Berindei (Jira)
[ https://issues.jboss.org/browse/ISPN-10899?page=com.atlassian.jira.plugin... ]
Dan Berindei updated ISPN-10899:
--------------------------------
Status: Open (was: New)
> Server transport and executor metrics are not unregistered on stop
> ------------------------------------------------------------------
>
> Key: ISPN-10899
> URL: https://issues.jboss.org/browse/ISPN-10899
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.0.1.Final
> Reporter: Dan Berindei
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 10.1.0.Beta1
>
>
> Server transport and executor are registered in JMX with {{CacheManagerJmxRegistration.registerExternalMBean()}}, which also registers them in the metrics registry.
> But they're unregistered with {{JmxUtil.unregisterMBean()}}, which doesn't unregister them from the metrics registry.
> We really need to remove {{JmxUtil}} and only use the {{xJmxRegistration}} components everywhere except the client.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-10899) Server transport and executor metrics are not unregistered on stop
by Dan Berindei (Jira)
Dan Berindei created ISPN-10899:
-----------------------------------
Summary: Server transport and executor metrics are not unregistered on stop
Key: ISPN-10899
URL: https://issues.jboss.org/browse/ISPN-10899
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 10.0.1.Final
Reporter: Dan Berindei
Assignee: Nistor Adrian
Fix For: 10.1.0.Beta1
Server transport and executor are registered in JMX with {{CacheManagerJmxRegistration.registerExternalMBean()}}, which also registers them in the metrics registry.
But they're unregistered with {{JmxUtil.unregisterMBean()}}, which doesn't unregister them from the metrics registry.
We really need to remove {{JmxUtil}} and only use the {{xJmxRegistration}} components everywhere except the client.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months