[JBoss JIRA] (ISPN-10771) Add delivery guarantee flags for commands
by Will Burns (Jira)
Will Burns created ISPN-10771:
---------------------------------
Summary: Add delivery guarantee flags for commands
Key: ISPN-10771
URL: https://issues.jboss.org/browse/ISPN-10771
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Will Burns
It could be useful to give a command an idea of a delivery guarantee such as AT_MOST_ONCE, AT_LEAST_ONCE, EXACTLY_ONCE. Currently our code tries its best to always do EXACTLY_ONCE when possible. This causes some performance loss and extra memory requires for some operations when using a Store.
For example the publisher method on CacheSet when using a store, should be able to instead of using concat and removing duplicates can just use the merge method and return duplicates when AT_LEAST_ONCE is in use. This wouldn't require tracking keys either then.
Using AT_MOST_ONCE in this case is a bit more interesting, and may just stay the same as EXACTLY_ONCE though.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months
[JBoss JIRA] (ISPN-10770) Add generics to InvocationStage methods
by Will Burns (Jira)
Will Burns created ISPN-10770:
---------------------------------
Summary: Add generics to InvocationStage methods
Key: ISPN-10770
URL: https://issues.jboss.org/browse/ISPN-10770
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Will Burns
Currently all of the InvocationStage methods don't have generics for the commands, which require casts and make it easier to reference a capture variable as it is just easier. We should add generics so that users can more easily get the type and have better compiler checks.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months
[JBoss JIRA] (ISPN-10764) Clustered Graceful Shutdown for server
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10764?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10764:
-----------------------------------
Description:
* Allow the server to shutdown any other node as well as the whole cluster
* Add REST APIs for specific node shutdown and clustered shutdown
* Add corresponding CLI commands
was:
* Add an EmbeddedCacheManager.shutdown() method which invokes shutdown on caches instead of stop
* Allow the server to shutdown any other node as well as the whole cluster
* Add REST APIs for specific node shutdown and clustered shutdown
* Add corresponding CLI commands
> Clustered Graceful Shutdown for server
> --------------------------------------
>
> Key: ISPN-10764
> URL: https://issues.jboss.org/browse/ISPN-10764
> Project: Infinispan
> Issue Type: Enhancement
> Components: Server
> Affects Versions: 10.0.0.CR3
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> * Allow the server to shutdown any other node as well as the whole cluster
> * Add REST APIs for specific node shutdown and clustered shutdown
> * Add corresponding CLI commands
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months
[JBoss JIRA] (ISPN-10508) Server Docs: Getting Started
by Donald Naro (Jira)
[ https://issues.jboss.org/browse/ISPN-10508?page=com.atlassian.jira.plugin... ]
Donald Naro closed ISPN-10508.
------------------------------
> Server Docs: Getting Started
> ----------------------------
>
> Key: ISPN-10508
> URL: https://issues.jboss.org/browse/ISPN-10508
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation-Servers
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> Getting started content for ServerNG.
> As a user, I need to:
> - understand requirements and supported platforms
> - download the server distribution or pull the image
> - add a user (auth by default)
> - start a single instance, create a cache, put/get new entry
> - start a second instance on the same network and verify clustering
> - stop servers gracefully
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months