[JBoss JIRA] (ISPN-8074) DistSyncFuncTest failing random in computeIfPresent test
by Katia Aresti (JIRA)
[ https://issues.jboss.org/browse/ISPN-8074?page=com.atlassian.jira.plugin.... ]
Work on ISPN-8074 started by Katia Aresti.
------------------------------------------
> DistSyncFuncTest failing random in computeIfPresent test
> --------------------------------------------------------
>
> Key: ISPN-8074
> URL: https://issues.jboss.org/browse/ISPN-8074
> Project: Infinispan
> Issue Type: Bug
> Environment: Jenkins
> http://ci.infinispan.org/job/Infinispan/job/master/41/testReport/junit/or...
> Reporter: Katia Aresti
> Assignee: Katia Aresti
>
> http://ci.infinispan.org/job/Infinispan/job/master/41/testReport/junit/or...
> org.infinispan.distribution.DistSyncFuncTest.testComputeIfPresentFromNonOwner[DIST_SYNC, tx=false] (from infinispan-core)
> En échec depuis 1 build (Depuis Instable#41 )
> A duré 0.28 s.
> Ajouter une description
> This test was not claimed. Claim it.
> This test was not claimed. Claim it.
> Message d'erreur
> Expecting [k1] to equal [null] on cache [DistSyncFuncTest[DIST_SYNC, tx=false]-NodeB-50117] but was [computed_k1_value]. Owners are [Cache 'dist'@DistSyncFuncTest[DIST_SYNC, tx=false]-NodeC-19559, Cache 'dist'@DistSyncFuncTest[DIST_SYNC, tx=false]-NodeD-7512]
> Pile d'exécution
> java.lang.AssertionError: Expecting [k1] to equal [null] on cache [DistSyncFuncTest[DIST_SYNC, tx=false]-NodeB-50117] but was [computed_k1_value]. Owners are [Cache 'dist'@DistSyncFuncTest[DIST_SYNC, tx=false]-NodeC-19559, Cache 'dist'@DistSyncFuncTest[DIST_SYNC, tx=false]-NodeD-7512]
> at org.infinispan.distribution.BaseDistFunctionalTest.assertOnAllCaches(BaseDistFunctionalTest.java:176)
> at org.infinispan.distribution.BaseDistFunctionalTest.assertRemovedOnAllCaches(BaseDistFunctionalTest.java:168)
> at org.infinispan.distribution.DistSyncFuncTest.testComputeIfPresentFromNonOwner(DistSyncFuncTest.java:357)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:748)
> ... Removed 16 stack frames
>
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-8074) DistSyncFuncTest failing random in computeIfPresent test
by Katia Aresti (JIRA)
[ https://issues.jboss.org/browse/ISPN-8074?page=com.atlassian.jira.plugin.... ]
Katia Aresti updated ISPN-8074:
-------------------------------
Status: Open (was: New)
> DistSyncFuncTest failing random in computeIfPresent test
> --------------------------------------------------------
>
> Key: ISPN-8074
> URL: https://issues.jboss.org/browse/ISPN-8074
> Project: Infinispan
> Issue Type: Bug
> Environment: Jenkins
> http://ci.infinispan.org/job/Infinispan/job/master/41/testReport/junit/or...
> Reporter: Katia Aresti
> Assignee: Katia Aresti
>
> http://ci.infinispan.org/job/Infinispan/job/master/41/testReport/junit/or...
> org.infinispan.distribution.DistSyncFuncTest.testComputeIfPresentFromNonOwner[DIST_SYNC, tx=false] (from infinispan-core)
> En échec depuis 1 build (Depuis Instable#41 )
> A duré 0.28 s.
> Ajouter une description
> This test was not claimed. Claim it.
> This test was not claimed. Claim it.
> Message d'erreur
> Expecting [k1] to equal [null] on cache [DistSyncFuncTest[DIST_SYNC, tx=false]-NodeB-50117] but was [computed_k1_value]. Owners are [Cache 'dist'@DistSyncFuncTest[DIST_SYNC, tx=false]-NodeC-19559, Cache 'dist'@DistSyncFuncTest[DIST_SYNC, tx=false]-NodeD-7512]
> Pile d'exécution
> java.lang.AssertionError: Expecting [k1] to equal [null] on cache [DistSyncFuncTest[DIST_SYNC, tx=false]-NodeB-50117] but was [computed_k1_value]. Owners are [Cache 'dist'@DistSyncFuncTest[DIST_SYNC, tx=false]-NodeC-19559, Cache 'dist'@DistSyncFuncTest[DIST_SYNC, tx=false]-NodeD-7512]
> at org.infinispan.distribution.BaseDistFunctionalTest.assertOnAllCaches(BaseDistFunctionalTest.java:176)
> at org.infinispan.distribution.BaseDistFunctionalTest.assertRemovedOnAllCaches(BaseDistFunctionalTest.java:168)
> at org.infinispan.distribution.DistSyncFuncTest.testComputeIfPresentFromNonOwner(DistSyncFuncTest.java:357)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:748)
> ... Removed 16 stack frames
>
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-8125) Refactor server to utilise wildfly-core
by Ryan Emerson (JIRA)
Ryan Emerson created ISPN-8125:
----------------------------------
Summary: Refactor server to utilise wildfly-core
Key: ISPN-8125
URL: https://issues.jboss.org/browse/ISPN-8125
Project: Infinispan
Issue Type: Sub-task
Components: Server
Affects Versions: 9.1.0.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 9.2.0.Final
The current server is based upon the full wildfly distribution which includes many dependencies/components that are not required by Infinispan. Therefore, we should aim to refactor the server based upon wildfly-core. This will provide users with the existing standalone/domain operating modes and DMR operations that they're accustomed to, but without the overhead of additional JavaEE dependencies that aren't used.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-8124) Create Lean Infinispan Server
by Ryan Emerson (JIRA)
Ryan Emerson created ISPN-8124:
----------------------------------
Summary: Create Lean Infinispan Server
Key: ISPN-8124
URL: https://issues.jboss.org/browse/ISPN-8124
Project: Infinispan
Issue Type: Sub-task
Components: Server
Affects Versions: 9.1.0.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 9.2.0.Final
We need to create an infinispan server that utilises the minimum number of dependencies during run time. This is in order to reduce the server's memory footprint as much as possible. The resulting server will have the following characteristics:
* Based upon jboss-modules
* Compatible with existing standalone configuration
* Expose management operations via Jolokia
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-8123) Provide multiple server offerings
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-8123?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-8123:
-------------------------------
Summary: Provide multiple server offerings (was: Create Lean Infinispan Server)
> Provide multiple server offerings
> ---------------------------------
>
> Key: ISPN-8123
> URL: https://issues.jboss.org/browse/ISPN-8123
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server
> Affects Versions: 9.1.0.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Fix For: 9.2.0.Final
>
>
> In order to reduce the memory footprint of Infinispan in server mode, we need to remove as many of the unnecessary dependencies from the server as possible. Some use-cases require more functionality than others, therefore our intention is to provide the server in two flavours:
> # A "lean" server, that exposes all management operations over JMX and is based on jboss-modules
> # A server based upon widlfly-core, which provides users with standalone/domain modes that they're currently accustomed to as well as DMR operations via the CLI.
> This JIRA is simply a parent issues to keep track of all the sub-tasks required.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-8123) Create Lean Infinispan Server
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-8123?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-8123:
-------------------------------
Affects Version/s: 9.1.0.Final
> Create Lean Infinispan Server
> -----------------------------
>
> Key: ISPN-8123
> URL: https://issues.jboss.org/browse/ISPN-8123
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server
> Affects Versions: 9.1.0.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Fix For: 9.2.0.Final
>
>
> In order to reduce the memory footprint of Infinispan in server mode, we need to remove as many of the unnecessary dependencies from the server as possible. Some use-cases require more functionality than others, therefore our intention is to provide the server in two flavours:
> # A "lean" server, that exposes all management operations over JMX and is based on jboss-modules
> # A server based upon widlfly-core, which provides users with standalone/domain modes that they're currently accustomed to as well as DMR operations via the CLI.
> This JIRA is simply a parent issues to keep track of all the sub-tasks required.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-8123) Create Lean Infinispan Server
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-8123?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-8123:
-------------------------------
Description:
In order to reduce the memory footprint of Infinispan in server mode, we need to remove as many of the unnecessary dependencies from the server as possible. Some use-cases require more functionality than others, therefore our intention is to provide the server in two flavours:
# A "lean" server, that exposes all management operations over JMX and is based on jboss-modules
# A server based upon widlfly-core, which provides users with standalone/domain modes that they're currently accustomed to as well as DMR operations via the CLI.
This JIRA is simply a parent issues to keep track of all the sub-tasks required.
was:
In order to reduce the memory footprint of Infinispan in server mode, we need to remove as many of the unnecessary dependencies from the server as possible. Some use-cases require more functionality than others, therefore our intention is to provide the server in two flavours:
# A "lean" server, that exposes all management operations over JMX and is based on jboss-modules
# A server based upon widlfly-core, which provides users with standalone/domain modes that they're currently accustomed to as well as DMR operations via the CLI.
The intent of this JIRA is simply a parent to keep track of all the sub-tasks required.
> Create Lean Infinispan Server
> -----------------------------
>
> Key: ISPN-8123
> URL: https://issues.jboss.org/browse/ISPN-8123
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server
> Affects Versions: 9.1.0.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Fix For: 9.2.0.Final
>
>
> In order to reduce the memory footprint of Infinispan in server mode, we need to remove as many of the unnecessary dependencies from the server as possible. Some use-cases require more functionality than others, therefore our intention is to provide the server in two flavours:
> # A "lean" server, that exposes all management operations over JMX and is based on jboss-modules
> # A server based upon widlfly-core, which provides users with standalone/domain modes that they're currently accustomed to as well as DMR operations via the CLI.
> This JIRA is simply a parent issues to keep track of all the sub-tasks required.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-8123) Create Lean Infinispan Server
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-8123?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-8123:
-------------------------------
Fix Version/s: 9.2.0.Final
> Create Lean Infinispan Server
> -----------------------------
>
> Key: ISPN-8123
> URL: https://issues.jboss.org/browse/ISPN-8123
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server
> Affects Versions: 9.1.0.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Fix For: 9.2.0.Final
>
>
> In order to reduce the memory footprint of Infinispan in server mode, we need to remove as many of the unnecessary dependencies from the server as possible. Some use-cases require more functionality than others, therefore our intention is to provide the server in two flavours:
> # A "lean" server, that exposes all management operations over JMX and is based on jboss-modules
> # A server based upon widlfly-core, which provides users with standalone/domain modes that they're currently accustomed to as well as DMR operations via the CLI.
> This JIRA is simply a parent issues to keep track of all the sub-tasks required.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-8123) Create Lean Infinispan Server
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-8123?page=com.atlassian.jira.plugin.... ]
Ryan Emerson moved JDG-1114 to ISPN-8123:
-----------------------------------------
Project: Infinispan (was: JBoss Data Grid)
Key: ISPN-8123 (was: JDG-1114)
Workflow: GIT Pull Request with Triage workflow (was: CDW with loose statuses v1)
Component/s: Server
(was: Server)
> Create Lean Infinispan Server
> -----------------------------
>
> Key: ISPN-8123
> URL: https://issues.jboss.org/browse/ISPN-8123
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
>
> In order to reduce the memory footprint of Infinispan in server mode, we need to remove as many of the unnecessary dependencies from the server as possible. Some use-cases require more functionality than others, therefore our intention is to provide the server in two flavours:
> # A "lean" server, that exposes all management operations over JMX and is based on jboss-modules
> # A server based upon widlfly-core, which provides users with standalone/domain modes that they're currently accustomed to as well as DMR operations via the CLI.
> The intent of this JIRA is simply a parent to keep track of all the sub-tasks required.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ISPN-7997) DistributedStreamIteratorTest.testLocallyForcedStream random failure
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-7997?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-7997:
------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.1.1.Final
(was: 9.2.0.Final)
Resolution: Done
> DistributedStreamIteratorTest.testLocallyForcedStream random failure
> --------------------------------------------------------------------
>
> Key: ISPN-7997
> URL: https://issues.jboss.org/browse/ISPN-7997
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 9.1.0.Beta1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Critical
> Labels: testsuite_stability
> Fix For: 9.1.1.Final
>
>
> The test uses the {{MagicKey(primary, backup...)}} constructor with only 16 segments and with the default {{SyncConsistentHashFactory}}. Since SCHF is based on the random addresses of the nodes, the combination of owners is not always possible:
> {noformat}
> testLocallyForcedStream[DIST_SYNC, tx=false](org.infinispan.stream.DistributedStreamIteratorTest) Time elapsed: 0.015 sec <<< FAILURE! java.lang.IllegalStateException: Could not find any segment owned by Cache 'org.infinispan.stream.DistributedStreamIteratorTest'@DistributedStreamIteratorTest[DIST_SYNC, tx=false]-NodeAM-5250, [Cache 'org.infinispan.stream.DistributedStreamIteratorTest'@DistributedStreamIteratorTest[DIST_SYNC, tx=false]-NodeAL-48678], primary segments: {1-3 5 10 14}, backup segments: {Cache 'org.infinispan.stream.DistributedStreamIteratorTest'@DistributedStreamIteratorTest[DIST_SYNC, tx=false]-NodeAL-48678={0 8-9 13}}
> at org.infinispan.distribution.MagicKey.<init>(MagicKey.java:88)
> at org.infinispan.distribution.MagicKey.<init>(MagicKey.java:137)
> at org.infinispan.stream.DistributedStreamIteratorTest.magicKey(DistributedStreamIteratorTest.java:324)
> at org.infinispan.stream.DistributedStreamIteratorTest.testLocallyForcedStream(DistributedStreamIteratorTest.java:297)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months