[JBoss JIRA] (ISPN-7935) Document Server Tasks
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-7935?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-7935:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
> Document Server Tasks
> ---------------------
>
> Key: ISPN-7935
> URL: https://issues.jboss.org/browse/ISPN-7935
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server, Tasks
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 9.4.0.Final
>
>
> There's literally no documentation on using ServerTask. They're very powerful and we should promote them more since they can act as a stop gap solution for any missing features in HR client.
> I'll add documentation for ServerTasks once Infinispan can execute ServerTasks fine, even if they're POJOs.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 6 months
[JBoss JIRA] (ISPN-8125) Refactor server to utilise wildfly-core
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-8125?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-8125:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
> 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.4.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.5.0#75005)
6 years, 6 months
[JBoss JIRA] (ISPN-8124) Create Lean Infinispan Server
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-8124?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-8124:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
> 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.4.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.5.0#75005)
6 years, 6 months
[JBoss JIRA] (ISPN-8123) Provide multiple server offerings
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-8123?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-8123:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
> 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.4.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.5.0#75005)
6 years, 6 months
[JBoss JIRA] (ISPN-8003) QueryInterceptor and ProtobufMetadataManagerInterceptor fail the InterceptorDefinesAllReadWritesCheck
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-8003?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-8003:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
> QueryInterceptor and ProtobufMetadataManagerInterceptor fail the InterceptorDefinesAllReadWritesCheck
> -----------------------------------------------------------------------------------------------------
>
> Key: ISPN-8003
> URL: https://issues.jboss.org/browse/ISPN-8003
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 8.2.0.Final, 9.0.0.Final
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 9.4.0.Final
>
>
> {code}
> ProtobufMetadataManagerInterceptor.java:43, InterceptorDefinesAllReadWritesCheck, Priority: Normal
> Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests]
> {code}
> {code}
> QueryInterceptor.java:69, InterceptorDefinesAllReadWritesCheck, Priority: Normal
> Interceptor defines methods [visitPutKeyValueCommand, visitRemoveCommand, visitPutMapCommand, visitReplaceCommand] but does not define [visitReadWriteKeyCommand, visitReadWriteManyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyEntriesCommand] [not required for tests]
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 6 months