[JBoss JIRA] (ISPN-8215) SingleFileStoreStressTest intermittent failure
by Ryan Emerson (JIRA)
Ryan Emerson created ISPN-8215:
----------------------------------
Summary: SingleFileStoreStressTest intermittent failure
Key: ISPN-8215
URL: https://issues.jboss.org/browse/ISPN-8215
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.1.0.Final
Reporter: Gustavo Fernandes
Assignee: Ryan Emerson
Fix For: 9.1.1.Final
{noformat}
testFileTruncation(org.infinispan.persistence.file.SingleFileStoreStressTest) Time elapsed: 0.063 sec <<< FAILURE!
java.lang.AssertionError:
at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:33)
at org.infinispan.persistence.file.SingleFileStoreStressTest.testFileTruncation(SingleFileStoreStressTest.java:245)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8214) SingleNodeJdbcStoreIT.testForcedShutdown failure
by Ryan Emerson (JIRA)
Ryan Emerson created ISPN-8214:
----------------------------------
Summary: SingleNodeJdbcStoreIT.testForcedShutdown failure
Key: ISPN-8214
URL: https://issues.jboss.org/browse/ISPN-8214
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 9.1.0.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.1.1.Final
Occasionally the test fails with:
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertNotNull(Assert.java:621)
at org.junit.Assert.assertNotNull(Assert.java:631)
at org.infinispan.server.test.cs.jdbc.SingleNodeJdbcStoreIT.testRestartStringStoreAfter(SingleNodeJdbcStoreIT.java:195)
at org.infinispan.server.test.cs.jdbc.SingleNodeJdbcStoreIT.testForcedShutdown(SingleNodeJdbcStoreIT.java:151)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8114) Random failures in loading from Hibernate Cache
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-8114?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-8114:
------------------------------------
Git Pull Request: https://github.com/infinispan/infinispan/pull/5350, https://github.com/infinispan/infinispan/pull/5385, https://github.com/infinispan/infinispan/pull/5386 (was: https://github.com/infinispan/infinispan/pull/5350, https://github.com/infinispan/infinispan/pull/5385)
> Random failures in loading from Hibernate Cache
> -----------------------------------------------
>
> Key: ISPN-8114
> URL: https://issues.jboss.org/browse/ISPN-8114
> Project: Infinispan
> Issue Type: Bug
> Components: Hibernate Cache
> Affects Versions: 9.1.0.Final
> Reporter: Galder Zamarreño
> Assignee: Sebastian Łaskawiec
> Labels: testsuite_stability
> Fix For: 9.1.1.Final
>
>
> {{org.infinispan.test.hibernate.cache.functional.cluster.NaturalIdInvalidationTest.testAll[read-only, INVALIDATION_SYNC]}}
> {{org.infinispan.test.hibernate.cache.functional.cluster.NaturalIdInvalidationTest.testAll[transactional, INVALIDATION_SYNC]}}
> {code}
> java.lang.AssertionError: Citizen (1234) should have present in the cache
> at org.junit.Assert.fail(Assert.java:88)
> at org.infinispan.test.hibernate.cache.functional.cluster.NaturalIdInvalidationTest.assertLoadedFromCache(NaturalIdInvalidationTest.java:144)
> at org.infinispan.test.hibernate.cache.functional.cluster.NaturalIdInvalidationTest.testAll(NaturalIdInvalidationTest.java:114)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.hibernate.testing.junit4.ExtendedFrameworkMethod.invokeExplosively(ExtendedFrameworkMethod.java:45)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8213) Functional commands are not replayed in tx on non-read owner
by Radim Vansa (JIRA)
Radim Vansa created ISPN-8213:
---------------------------------
Summary: Functional commands are not replayed in tx on non-read owner
Key: ISPN-8213
URL: https://issues.jboss.org/browse/ISPN-8213
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.1.0.Final
Reporter: Radim Vansa
Assignee: Radim Vansa
When a functional command is executed on a node that is rebalancing and is not a read owner, we don't fetch the value (it does not end up in context's looked-up entries) but execute the command remotely in a read-only way.
The entry should be later written on this node, too, but EWI tries to commit only looked-up entries.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8212) Functional commands in pessimistic cache fail on new owner
by Radim Vansa (JIRA)
Radim Vansa created ISPN-8212:
---------------------------------
Summary: Functional commands in pessimistic cache fail on new owner
Key: ISPN-8212
URL: https://issues.jboss.org/browse/ISPN-8212
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.1.0.Final
Reporter: Radim Vansa
Assignee: Radim Vansa
When a transaction on pessimistic cache executes a functional command on remote node which does not have the entry yet, it fetches it from remote node. However as the commit is 1PC the entry might be already modified & committed on the old owners, and therefore the modification might fail/be executed multiple times.
With 1PC commit we need to fetch affected entries along with transaction info, and push these old values to the context of the executing transaction instead of loading them from remote nodes.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-5256) Deploy Ispn Management Console on OpenShift
by Sebastian Łaskawiec (JIRA)
[ https://issues.jboss.org/browse/ISPN-5256?page=com.atlassian.jira.plugin.... ]
Sebastian Łaskawiec closed ISPN-5256.
-------------------------------------
Resolution: Duplicate Issue
Duplicate of ISPN-7970
> Deploy Ispn Management Console on OpenShift
> -------------------------------------------
>
> Key: ISPN-5256
> URL: https://issues.jboss.org/browse/ISPN-5256
> Project: Infinispan
> Issue Type: Task
> Components: Cloud Integrations, Console
> Reporter: Tomas Sykora
> Assignee: Tomas Sykora
> Labels: console, jmx, management, openshift
>
> Deploy Infinispan Management Console on Red Hat OpenShift.
> Benefits: Anyone on the internet will be able to see our web console in action without any need of local installation.
> Infinispan server will be running behind in domain mode.
> The idea is that we will re-deploy once we have another version (even minor) ready. The process: Checkout from upstream/master, commit, git push to OpenShift-based repo -- redeploy happens automatically.
> Any ideas, concerns, workflow and progress will be discussed in this JIRA comments.
> I've met some difficulties with Bower installation. Paths need to be slightly adjusted -- this is the first problem I need to solve to be able to proceed further.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months