[JBoss JIRA] (ISPN-9898) JGroupsTransport leaks channel after initial cluster size timeout
by Dan Berindei (Jira)
[ https://issues.jboss.org/browse/ISPN-9898?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-9898:
-------------------------------
Status: Open (was: New)
> JGroupsTransport leaks channel after initial cluster size timeout
> -----------------------------------------------------------------
>
> Key: ISPN-9898
> URL: https://issues.jboss.org/browse/ISPN-9898
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 10.0.0.Alpha2, 9.4.5.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.0.0.Beta1
>
>
> {{JGroupsTransport}} fails during startup if a minimum cluster size is configured and there are not enough nodes. Because the component is in failed, stopping the cache manager does not invoke the stop method and the channel is leaked.
> We could catch the exception in {{JGroupsTransport}} and close the channel there, but it would be safer if {{BasicComponentRegistryImpl}} invoked the stop methods for failed components as well.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (ISPN-9897) ClusterExecutor shouldn't rely on JGroupsTransport
by William Burns (Jira)
William Burns created ISPN-9897:
-----------------------------------
Summary: 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: William Burns
Assignee: William Burns
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.12.1#712002)
7 years, 2 months
[JBoss JIRA] (ISPN-9894) AbstractRemoteCacheManagerFactory leaks threads
by Dan Berindei (Jira)
Dan Berindei created ISPN-9894:
----------------------------------
Summary: AbstractRemoteCacheManagerFactory leaks threads
Key: ISPN-9894
URL: https://issues.jboss.org/browse/ISPN-9894
Project: Infinispan
Issue Type: Bug
Components: Spring Integration
Affects Versions: 9.4.5.Final, 10.0.0.Alpha2
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 10.0.0.Beta1
{{AbstractRemoteCacheManagerFactory}} creates a temporary {{RemoteCacheManager}} in order to load the default Hot Rod client properties, but never stops it.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months