[JBoss JIRA] (ISPN-4969) Stopping a cache will stop all KeyAffinityServices created for other caches in the cache manager
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-4969?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-4969:
-----------------------------------------------
Vladimir Dosoudil <dosoudil(a)redhat.com> changed the Status of [bug 1163820|https://bugzilla.redhat.com/show_bug.cgi?id=1163820] from MODIFIED to ON_QA
> Stopping a cache will stop all KeyAffinityServices created for other caches in the cache manager
> ------------------------------------------------------------------------------------------------
>
> Key: ISPN-4969
> URL: https://issues.jboss.org/browse/ISPN-4969
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 5.2.8.Final, 6.0.2.Final, 7.0.0.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Priority: Critical
> Fix For: 7.0.1.Final, 5.2.9.Final, 6.0.3.Final
>
>
> We've had several reports in the WildFly forums of application runtime failures following undeployment of a separate application.
> WF creates a cache instance for each web application within the same cache container. However, KeyAffinityServiceImpl registers a cache manager listener that calls stop() on a @CacheStoppedEvent. However, this event might be triggered by any cache, not necessarily the cache with to which the KeyAffinityService is associated.
> The KeyAffinityServiceImpl.handleCacheStopped(CacheStoppedEvent) should only call stop() if the event.getCacheName() equals the name of the cache to which the affinity service is associated.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (ISPN-5014) Remove "clean" goal trigger from the "prepare-package" phase of all/*
by Ion Savin (JIRA)
[ https://issues.jboss.org/browse/ISPN-5014?page=com.atlassian.jira.plugin.... ]
Ion Savin updated ISPN-5014:
----------------------------
Status: Open (was: New)
> Remove "clean" goal trigger from the "prepare-package" phase of all/*
> ---------------------------------------------------------------------
>
> Key: ISPN-5014
> URL: https://issues.jboss.org/browse/ISPN-5014
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Affects Versions: 7.0.2.Final
> Reporter: Ion Savin
> Assignee: Ion Savin
>
> To resolve ISPN-4939 a "clean" goal was attached to the "prepare-package" phase.
> This fix is not appropriate in combination with ISPN-4942 (uberjars in OSGi) as needed resources are created before this phase ("initialize" is not appropriate as a clean will be triggered when the distribution module prepares the javadoc and before the uberjars are added to the distribution package).
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (ISPN-5014) Remove "clean" goal trigger from the "prepare-package" phase of all/*
by Ion Savin (JIRA)
Ion Savin created ISPN-5014:
-------------------------------
Summary: Remove "clean" goal trigger from the "prepare-package" phase of all/*
Key: ISPN-5014
URL: https://issues.jboss.org/browse/ISPN-5014
Project: Infinispan
Issue Type: Bug
Components: Build process
Affects Versions: 7.0.2.Final
Reporter: Ion Savin
Assignee: Ion Savin
To resolve ISPN-4939 a "clean" goal was attached to the "prepare-package" phase.
This fix is not appropriate in combination with ISPN-4942 (uberjars in OSGi) as needed resources are created before this phase ("initialize" is not appropriate as a clean will be triggered when the distribution module prepares the javadoc and before the uberjars are added to the distribution package).
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (ISPN-4708) Make DirectoryImplementor#deleteFile apply changes asynchronously
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-4708?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated ISPN-4708:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1167469
> Make DirectoryImplementor#deleteFile apply changes asynchronously
> -----------------------------------------------------------------
>
> Key: ISPN-4708
> URL: https://issues.jboss.org/browse/ISPN-4708
> Project: Infinispan
> Issue Type: Enhancement
> Components: Lucene Directory
> Reporter: Sanne Grinovero
> Assignee: Gustavo Fernandes
> Fix For: 7.0.0.CR2
>
>
> Looks like the {{deleteFile}} operation is the main responsible component for the latency generated by writing to the Lucene Directory, but this operation could be processed asynchronously by a background thread.
> Configurtion API {{org.infinispan.lucene.directory.BuildContext}} could allow for an optional Executor to be passed for this purpose, and if there isn't we keep current behaviour for running it synchronously.
> The tricky part I guess is making sure that the tests, which verify written consistency -including delete operations - are refactored to be able to deal with the fact that delete operations will happen eventually.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months