[JBoss JIRA] (ISPN-8911) Infinispan Server distribution contains redundant /dependencies directory (brings in additional 120 MB)
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/ISPN-8911?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated ISPN-8911:
---------------------------------
Description:
[rhusar@syrah infinispan-server-9.2.0.Final]$ du -hcs dependency/
162M dependency/
162M total
was:
[rhusar@syrah infinispan-server-9.2.0.Final]$ ll
total 920
-rw-r--r--@ 1 rhusar staff 26530 Feb 28 21:42 LICENSE.txt
-rw-r--r--@ 1 rhusar staff 2612 Feb 28 21:42 README.txt
drwxr-xr-x@ 46 rhusar staff 1472 Feb 28 21:42 bin
drwxr-xr-x@ 3 rhusar staff 96 Feb 28 21:42 client
-rw-r--r--@ 1 rhusar staff 2451 Feb 28 21:42 copyright.txt
*drwxr-xr-x@ 436 rhusar staff 13952 Feb 28 21:42 dependency*
drwxr-xr-x@ 6 rhusar staff 192 Feb 21 19:12 docs
drwxr-xr-x@ 5 rhusar staff 160 Feb 28 21:42 domain
*-rw-r--r--@ 1 rhusar staff 3333 Feb 28 21:30 infinispan-server-licenses-9.2.0.Final-tests.jar*
-rw-r--r--@ 1 rhusar staff 403683 Feb 28 21:42 jboss-modules.jar
drwxr-xr-x@ 3 rhusar staff 96 Feb 28 21:30 maven-archiver
drwxr-xr-x@ 3 rhusar staff 96 Feb 28 21:42 modules
drwxr-xr-x@ 8 rhusar staff 256 Feb 28 21:42 rest
-rw-r--r--@ 1 rhusar staff 21075 Feb 28 21:42 runtime-classpath.txt
drwxr-xr-x@ 6 rhusar staff 192 Feb 28 21:42 standalone
> Infinispan Server distribution contains redundant /dependencies directory (brings in additional 120 MB)
> -------------------------------------------------------------------------------------------------------
>
> Key: ISPN-8911
> URL: https://issues.jboss.org/browse/ISPN-8911
> Project: Infinispan
> Issue Type: Bug
> Components: Build
> Affects Versions: 9.2.0.Final
> Reporter: Radoslav Husar
> Priority: Blocker
>
> [rhusar@syrah infinispan-server-9.2.0.Final]$ du -hcs dependency/
> 162M dependency/
> 162M total
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (ISPN-8910) CompatModeClusteredCacheTest.testMerge test failure
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-8910?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes reassigned ISPN-8910:
---------------------------------------
Assignee: Gustavo Fernandes
> CompatModeClusteredCacheTest.testMerge test failure
> ---------------------------------------------------
>
> Key: ISPN-8910
> URL: https://issues.jboss.org/browse/ISPN-8910
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Query
> Affects Versions: 9.2.0.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> {noformat}
> Caused by: org.infinispan.util.UserRaisedFunctionalException: java.lang.ClassCastException: [B cannot be cast to org.infinispan.query.test.Person
> at org.infinispan.commands.functional.functions.MergeFunction.apply(MergeFunction.java:44)
> at org.infinispan.commands.functional.functions.MergeFunction.apply(MergeFunction.java:19)
> at org.infinispan.commands.functional.ReadWriteKeyCommand.perform(ReadWriteKeyCommand.java:100)
> at org.infinispan.interceptors.impl.CallInterceptor.visitCommand(CallInterceptor.java:29)
> at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNext(BaseAsyncInterceptor.java:56)
> at org.infinispan.interceptors.distribution.BaseDistributionInterceptor.handleNonTxWriteCommand(BaseDistributionInterceptor.java:260)
> at org.infinispan.interceptors.distribution.NonTxDistributionInterceptor.visitReadWriteKeyCommand(NonTxDistributionInterceptor.java:137)
> at org.infinispan.commands.functional.ReadWriteKeyCommand.acceptVisitor(ReadWriteKeyCommand.java:110)
> at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextThenAccept(BaseAsyncInterceptor.java:98)
> at org.infinispan.query.backend.QueryInterceptor.handleDataWriteCommand(QueryInterceptor.java:177)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (ISPN-8910) CompatModeClusteredCacheTest.testMerge test failure
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-8910:
---------------------------------------
Summary: CompatModeClusteredCacheTest.testMerge test failure
Key: ISPN-8910
URL: https://issues.jboss.org/browse/ISPN-8910
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Query
Affects Versions: 9.2.0.Final
Reporter: Gustavo Fernandes
{noformat}
Caused by: org.infinispan.util.UserRaisedFunctionalException: java.lang.ClassCastException: [B cannot be cast to org.infinispan.query.test.Person
at org.infinispan.commands.functional.functions.MergeFunction.apply(MergeFunction.java:44)
at org.infinispan.commands.functional.functions.MergeFunction.apply(MergeFunction.java:19)
at org.infinispan.commands.functional.ReadWriteKeyCommand.perform(ReadWriteKeyCommand.java:100)
at org.infinispan.interceptors.impl.CallInterceptor.visitCommand(CallInterceptor.java:29)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNext(BaseAsyncInterceptor.java:56)
at org.infinispan.interceptors.distribution.BaseDistributionInterceptor.handleNonTxWriteCommand(BaseDistributionInterceptor.java:260)
at org.infinispan.interceptors.distribution.NonTxDistributionInterceptor.visitReadWriteKeyCommand(NonTxDistributionInterceptor.java:137)
at org.infinispan.commands.functional.ReadWriteKeyCommand.acceptVisitor(ReadWriteKeyCommand.java:110)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextThenAccept(BaseAsyncInterceptor.java:98)
at org.infinispan.query.backend.QueryInterceptor.handleDataWriteCommand(QueryInterceptor.java:177)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (ISPN-8909) Use ReadOnlyKeyCommand for containsKey
by Radim Vansa (JIRA)
Radim Vansa created ISPN-8909:
---------------------------------
Summary: Use ReadOnlyKeyCommand for containsKey
Key: ISPN-8909
URL: https://issues.jboss.org/browse/ISPN-8909
Project: Infinispan
Issue Type: Enhancement
Reporter: Radim Vansa
{{CacheImpl.containsKey}} and {{CacheImpl.containsKeyAsync}} should use {{ReadOnlyKeyCommand}} instead of fetching full entry and comparing to null.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months