[JBoss JIRA] (ISPN-11624) Server patching tool
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11624?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11624:
-----------------------------------
Summary: Server patching tool (was: Implement server patching tool)
> 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
>
> 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
> 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)
6 years
[JBoss JIRA] (ISPN-11624) Implement server patching tool
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-11624:
--------------------------------------
Summary: Implement 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
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
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)
6 years
[JBoss JIRA] (ISPN-11623) cli -c or --connect should use the default localhost:11222
by Wolf-Dieter Fink (Jira)
Wolf-Dieter Fink created ISPN-11623:
---------------------------------------
Summary: cli -c or --connect should use the default localhost:11222
Key: ISPN-11623
URL: https://issues.redhat.com/browse/ISPN-11623
Project: Infinispan
Issue Type: Enhancement
Components: CLI
Affects Versions: 10.1.5.Final
Reporter: Wolf-Dieter Fink
Assignee: Wolf-Dieter Fink
If cli command is used with connect option without given connection parameter the "-c" option will throw an exception and the "--connect" will not connect without any message.
As before the default should be used to connect
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11478) Remove GlobalMarshaller usage on OFF_HEAP/BINARY
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-11478?page=com.atlassian.jira.plugi... ]
Ryan Emerson resolved ISPN-11478.
---------------------------------
Fix Version/s: 11.0.0.Dev04
Resolution: Done
> Remove GlobalMarshaller usage on OFF_HEAP/BINARY
> ------------------------------------------------
>
> Key: ISPN-11478
> URL: https://issues.redhat.com/browse/ISPN-11478
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Fix For: 11.0.0.Dev04
>
>
> Embedded caches configured with OFF_HEAP/BINARY will use the GlobalMarshaller to marshall entries. They should use the appropriate transcoder instead, depending on the configured MediaType for keys and values. This will reduce the storage size in general as protostream generates smaller payloads.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years