[JBoss JIRA] (ISPN-7995) Put with delta-write from preload causes another cache loader load
by Radim Vansa (JIRA)
[ https://issues.jboss.org/browse/ISPN-7995?page=com.atlassian.jira.plugin.... ]
Radim Vansa closed ISPN-7995.
-----------------------------
Resolution: Out of Date
The issue was fixed by integrating ISPN-7847
> Put with delta-write from preload causes another cache loader load
> ------------------------------------------------------------------
>
> Key: ISPN-7995
> URL: https://issues.jboss.org/browse/ISPN-7995
> Project: Infinispan
> Issue Type: Bug
> Components: Lucene Directory
> Reporter: Dan Berindei
> Assignee: Radim Vansa
> Labels: testsuite_stability
>
> Failing since the scattered cache pull request landed:
> {noformat}
> 22:32:39,326 ERROR (testng-test) [TestSuiteProgress] Test failed: org.infinispan.lucene.cacheloader.WarmCacheTest.shouldNotHitCacheLoaderWhenWarm
> java.lang.AssertionError: expected:<0> but was:<1>
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:170) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:177) ~[testng-6.8.8.jar:?]
> at org.infinispan.lucene.cacheloader.WarmCacheTest.assertNoCacheLoaderInteractions(WarmCacheTest.java:56) ~[test-classes/:?]
> at org.infinispan.lucene.cacheloader.WarmCacheTest.shouldNotHitCacheLoaderWhenWarm(WarmCacheTest.java:50)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 3 months
[JBoss JIRA] (ISPN-7995) Put with delta-write from preload causes another cache loader load
by Radim Vansa (JIRA)
[ https://issues.jboss.org/browse/ISPN-7995?page=com.atlassian.jira.plugin.... ]
Radim Vansa updated ISPN-7995:
------------------------------
Summary: Put with delta-write from preload causes another cache loader load (was: Put from preload causes another cache loader load)
> Put with delta-write from preload causes another cache loader load
> ------------------------------------------------------------------
>
> Key: ISPN-7995
> URL: https://issues.jboss.org/browse/ISPN-7995
> Project: Infinispan
> Issue Type: Bug
> Components: Lucene Directory
> Reporter: Dan Berindei
> Assignee: Radim Vansa
> Labels: testsuite_stability
>
> Failing since the scattered cache pull request landed:
> {noformat}
> 22:32:39,326 ERROR (testng-test) [TestSuiteProgress] Test failed: org.infinispan.lucene.cacheloader.WarmCacheTest.shouldNotHitCacheLoaderWhenWarm
> java.lang.AssertionError: expected:<0> but was:<1>
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:170) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:177) ~[testng-6.8.8.jar:?]
> at org.infinispan.lucene.cacheloader.WarmCacheTest.assertNoCacheLoaderInteractions(WarmCacheTest.java:56) ~[test-classes/:?]
> at org.infinispan.lucene.cacheloader.WarmCacheTest.shouldNotHitCacheLoaderWhenWarm(WarmCacheTest.java:50)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 3 months
[JBoss JIRA] (ISPN-7995) Put from preload causes another cache loader load
by Radim Vansa (JIRA)
[ https://issues.jboss.org/browse/ISPN-7995?page=com.atlassian.jira.plugin.... ]
Radim Vansa updated ISPN-7995:
------------------------------
Summary: Put from preload causes another cache loader load (was: WarmCacheTest.shouldNotHitCacheLoaderWhenWarm always fails)
> Put from preload causes another cache loader load
> -------------------------------------------------
>
> Key: ISPN-7995
> URL: https://issues.jboss.org/browse/ISPN-7995
> Project: Infinispan
> Issue Type: Bug
> Components: Lucene Directory
> Reporter: Dan Berindei
> Assignee: Radim Vansa
> Labels: testsuite_stability
>
> Failing since the scattered cache pull request landed:
> {noformat}
> 22:32:39,326 ERROR (testng-test) [TestSuiteProgress] Test failed: org.infinispan.lucene.cacheloader.WarmCacheTest.shouldNotHitCacheLoaderWhenWarm
> java.lang.AssertionError: expected:<0> but was:<1>
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:170) ~[testng-6.8.8.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:177) ~[testng-6.8.8.jar:?]
> at org.infinispan.lucene.cacheloader.WarmCacheTest.assertNoCacheLoaderInteractions(WarmCacheTest.java:56) ~[test-classes/:?]
> at org.infinispan.lucene.cacheloader.WarmCacheTest.shouldNotHitCacheLoaderWhenWarm(WarmCacheTest.java:50)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 3 months
[JBoss JIRA] (ISPN-7847) Deprecate DeltaAware and ApplyDeltaCommand
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-7847?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-7847:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Deprecate DeltaAware and ApplyDeltaCommand
> ------------------------------------------
>
> Key: ISPN-7847
> URL: https://issues.jboss.org/browse/ISPN-7847
> Project: Infinispan
> Issue Type: Task
> Components: Core
> Affects Versions: 9.0.0.Final
> Reporter: Radim Vansa
> Assignee: Radim Vansa
> Fix For: 9.1.0.Final
>
>
> After ISPN-7803 gets in {{DeltaAware}} should be deprecated and any current use replaced with functional commands.
> {{Cache.applyDelta}} will be deprecated, too, implementation replaced by a functional call/{{compute}}.
> {{ApplyDeltaCommand}} should be deprecated, any implementation of {{visitApplyDeltaCommand}} in interceptor stack removed.
> {{DeltaAwareCacheEntry}} and all its uses will be removed immediately.
> {{Flag.DELTA_WRITE}} will be deprecated and all its uses removed.
> We can't really test if the semantics is preserved since it's broken by design, but let's at least make sure that we don't break {{infinispan-lucene-directory}} (which should be migrated later on).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 3 months