[JBoss JIRA] (ISPN-11624) Server patching tool
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-11624?page=com.atlassian.jira.plugi... ]
Pedro Ruivo updated ISPN-11624:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Server patching tool
> --------------------
>
> Key: ISPN-11624
> URL: https://issues.redhat.com/browse/ISPN-11624
> Project: Infinispan
> Issue Type: Feature Request
> Components: CLI, Server
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Labels: supportability
> Fix For: 11.0.0.Dev05
>
>
> Add patching commands to the CLI:
> * *patch create* to create patch archives (zips)
> * *patch ls* to list the patches applied to a server
> * *patch describe* to describe the contents of a patch archive
> * *patch install* to install a patch on a server
> * *patch rollback* to roll back the server to the previous patch
> The patch zip should contain all the artifacts to upgrade from any number of source versions to a target version and a series of json patch descriptor with instructions (ADD, REMOVE, REPLACE, UPGRADE) on how to apply those artifacts. Take into account files which can be modified by users (e.g. infinispan.xml) and in case of differences create them with a different filename (e.g infinispan.xml-11.0.1.Final)
> The installation process will back up any artifacts that will be replaced/upgraded/removed so that they can be rolled back.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 8 months
[JBoss JIRA] (ISPN-11479) Enforce <indexed-entities> for protobuf payloads in indexed caches
by Nistor Adrian (Jira)
[ https://issues.redhat.com/browse/ISPN-11479?page=com.atlassian.jira.plugi... ]
Nistor Adrian updated ISPN-11479:
---------------------------------
Description:
This config element must have the same meaning as for indexed classes.
It must list FQNs of indexed types.
<indexed-entity> occurrence must also be set to 1..n in xsd
was:
This config element must have the same meaning as for indexed classes.
It must list FQNs of indexed types.
<indexed-entities> occurence must also be set to 1..n in xsd
> Enforce <indexed-entities> for protobuf payloads in indexed caches
> ------------------------------------------------------------------
>
> Key: ISPN-11479
> URL: https://issues.redhat.com/browse/ISPN-11479
> Project: Infinispan
> Issue Type: Enhancement
> Components: Remote Querying
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 11.0.0.Final, 11.0.0.Dev05
>
>
> This config element must have the same meaning as for indexed classes.
> It must list FQNs of indexed types.
> <indexed-entity> occurrence must also be set to 1..n in xsd
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 8 months
[JBoss JIRA] (ISPN-11742) Docs: Remove stale content
by Donald Naro (Jira)
[ https://issues.redhat.com/browse/ISPN-11742?page=com.atlassian.jira.plugi... ]
Donald Naro updated ISPN-11742:
-------------------------------
Description:
Remove stale content from docs and make the index nicer
Things that might need to be dropped:
- EAP modules (already done)
- titles/overview/overview.html
- titles/getting_started/getting_started.html
was:Remove stale content from docs and make the index nicer
> Docs: Remove stale content
> --------------------------
>
> Key: ISPN-11742
> URL: https://issues.redhat.com/browse/ISPN-11742
> Project: Infinispan
> Issue Type: Enhancement
> Affects Versions: 11.0.0.Dev05
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
>
> Remove stale content from docs and make the index nicer
> Things that might need to be dropped:
> - EAP modules (already done)
> - titles/overview/overview.html
> - titles/getting_started/getting_started.html
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 8 months
[JBoss JIRA] (ISPN-11743) CacheCollection#localPublisher default is blocking
by Will Burns (Jira)
Will Burns created ISPN-11743:
---------------------------------
Summary: CacheCollection#localPublisher default is blocking
Key: ISPN-11743
URL: https://issues.redhat.com/browse/ISPN-11743
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Will Burns
The default methods added in CacheCollection all rely on the underlying stream to populate the publisher. Unfortunately this can be blocking in certain circumstances. We should evaluate if we can instead remove the default methods (this will be harder since the package these interfaces live in are public). Or we have to ensure that all classes that implement this interface actually override this and ensure it is non blocking.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 8 months