[JBoss JIRA] (ISPN-11462) Some tests fail by tring to delete files on Windows
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-11462?page=com.atlassian.jira.plugi... ]
Pedro Ruivo updated ISPN-11462:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Some tests fail by tring to delete files on Windows
> ---------------------------------------------------
>
> Key: ISPN-11462
> URL: https://issues.redhat.com/browse/ISPN-11462
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Reporter: 智博 伊藤
> Assignee: Tristan Tarrant
> Priority: Optional
> Fix For: 11.0.0.CR1
>
>
> [ERROR] expiration.impl.ExpirationSingleFileStoreDistListenerFunctionalTest(org.infinispan.expiration.impl.ExpirationSingleFileStoreDistListenerFunctionalTest) Time elapsed: 1.287 s <<< FAILURE!
> java.lang.IllegalStateException: Cannot delete C:\Users\cito\AppData\Local\Temp\infinispanTempFiles\ExpirationSingleFileStoreDistListenerFunctionalTest\0\defaultcache.dat owner=null permissions=[]
> [ERROR] expiration.impl.ExpirationSingleFileStoreListenerFunctionalTest(org.infinispan.expiration.impl.ExpirationSingleFileStoreListenerFunctionalTest) Time elapsed: 1.123 s <<< FAILURE!
> java.lang.IllegalStateException: Cannot delete C:\Users\cito\AppData\Local\Temp\infinispanTempFiles\ExpirationSingleFileStoreListenerFunctionalTest\0\defaultcache.dat owner=null permissions=[]
> [ERROR] persistence.file.SingleFileStoreStressTest(org.infinispan.persistence.file.SingleFileStoreStressTest) Time elapsed: 0.094 s <<< FAILURE!
> java.lang.IllegalStateException: Cannot delete C:\Users\cito\AppData\Local\Temp\infinispanTempFiles\SingleFileStoreStressTest\defaultcache.dat owner=null permissions=[]
> [ERROR] persistence.decorators.AsyncStoreWithoutEvictionFunctionalTest(org.infinispan.persistence.support.AsyncStoreWithoutEvictionFunctionalTest) Time elapsed: 0.226 s <<< FAILURE!
> java.lang.IllegalStateException: Cannot delete C:\Users\cito\AppData\Local\Temp\infinispanTempFiles\AsyncStoreWithoutEvictionFunctionalTest\cache.dat owner=null permissions=[]
> The cause is deleting files during cache is running. Due to the java process keep having the files handler, deleting files are fail.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-1087) QueryFactory Object does not exist
by Paul Robinson (Jira)
[ https://issues.redhat.com/browse/ISPN-1087?page=com.atlassian.jira.plugin... ]
Paul Robinson commented on ISPN-1087:
-------------------------------------
[~sannegrinovero] Can you change the "docs," tag to "docs"? The problem is that this (I think) erroneous tag appears globally in auto completion encouraging further errors. Thanks :-D
> QueryFactory Object does not exist
> ----------------------------------
>
> Key: ISPN-1087
> URL: https://issues.redhat.com/browse/ISPN-1087
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 5.0.0.CR1
> Environment: Infinispan infinispan-5.0.0.CR1-bin.zip
> Reporter: Jeff LaFrate
> Assignee: Sanne GRINOVERO
> Priority: Minor
> Labels: docs,, wiki
> Fix For: 5.0.0.CR4
>
>
> I am trying to query the infinispan cache using your documentation at http://community.jboss.org/wiki/QueryingInfinispan/diff?secondVersionNumb...
> See section "usage with Infinispan 5":
> When using Infinispan 5, it's a bit simpler: you don't need the QueryHelper, and just create a QueryFactory directly from the cache:
>
> QueryFactory qf = new QueryFactory(cache);
> CacheQuery cacheQuery = qf.getQuery( any org.apache.lucene.search.Query );
> List<Object> found = cacheQuery.list();
> Problem:
> org.infinispan.query.QueryFactory; does not exist in infinispan-query.jar from the Infinispan infinispan-5.0.0.CR1-bin.zip download.
> It exists in infinispan-query.jar from infinispan-4.2.1.FINAL
> and in the 5.0 API javadoc but not in the infinispan-query.jar from the Infinispan infinispan-5.0.0.CR1-bin.zip download.
> Thoughts?
> Thanks
> Jeff
> 5/9/11
> I would like an example of querying infinispan, using the latest APIs.
> org.infinispan.query.impl.CacheQueryImpl;...?
> org.apache.lucene.search.Query etc...
> Thanks
> Jeff
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-11865) Deprecate the @Store annotation
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-11865?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-11865:
--------------------------------
Sprint: DataGrid Sprint #44
> Deprecate the @Store annotation
> -------------------------------
>
> Key: ISPN-11865
> URL: https://issues.redhat.com/browse/ISPN-11865
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
>
> The {{@Store}} annotation was originally added in 9.0 to allow store capabilities to be defined without having to utilise yet another interface, however other than for {{shared}} stores this was never utilised.
> The new SPI introduced Characteristics that make this annotation redundant, therefore we should deprecate and remove in Infinispan 14.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-11865) Deprecate the @Store annotation
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-11865?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-11865:
--------------------------------
Status: Open (was: New)
> Deprecate the @Store annotation
> -------------------------------
>
> Key: ISPN-11865
> URL: https://issues.redhat.com/browse/ISPN-11865
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
>
> The {{@Store}} annotation was originally added in 9.0 to allow store capabilities to be defined without having to utilise yet another interface, however other than for {{shared}} stores this was never utilised.
> The new SPI introduced Characteristics that make this annotation redundant, therefore we should deprecate and remove in Infinispan 14.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-11863) Deprecate ClusterLoader, LocalOnlyCacheLoader and HotRod LAZY_RETRIEVAL.
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-11863?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-11863:
--------------------------------
Description: The `ClusterLoader` is not documented and is only used internally when HotRod.LAZY_RETRIEVAL is true. As the ClusterLoader is unpredictable and has several race conditions, we should deprecate it as well as LAZY_RETRIEVAL and remove in Infinispan 14. (was: The `ClusterLoader` is not documented and is never used as it's unpredictable and has several race conditions, we should deprecate and remove in Infinispan 14.)
> Deprecate ClusterLoader, LocalOnlyCacheLoader and HotRod LAZY_RETRIEVAL.
> ------------------------------------------------------------------------
>
> Key: ISPN-11863
> URL: https://issues.redhat.com/browse/ISPN-11863
> Project: Infinispan
> Issue Type: Task
> Components: Core, Loaders and Stores
> Affects Versions: 11.0.0.Dev05
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 11.0.0.CR1
>
>
> The `ClusterLoader` is not documented and is only used internally when HotRod.LAZY_RETRIEVAL is true. As the ClusterLoader is unpredictable and has several race conditions, we should deprecate it as well as LAZY_RETRIEVAL and remove in Infinispan 14.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months