[JBoss JIRA] (ISPN-8126) Allow creating caches on demand by Hot Rod Client
by Sebastian Łaskawiec (JIRA)
Sebastian Łaskawiec created ISPN-8126:
-----------------------------------------
Summary: Allow creating caches on demand by Hot Rod Client
Key: ISPN-8126
URL: https://issues.jboss.org/browse/ISPN-8126
Project: Infinispan
Issue Type: Feature Request
Components: Cloud Integrations, Remote Protocols
Reporter: Sebastian Łaskawiec
Currently we can't create caches on the fly. This is a pretty big usability gap especially in cloud environment. We should allow the Hot Rod client to create caches on the fly.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 4 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.... ]
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)
8 years, 4 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)
8 years, 4 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)
8 years, 4 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)
8 years, 4 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)
8 years, 4 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)
8 years, 4 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)
8 years, 4 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)
8 years, 4 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)
8 years, 4 months