[JBoss JIRA] (ISPN-11749) Server patching tool
by Pedro Zapata Fernandez (Jira)
Pedro Zapata Fernandez created ISPN-11749:
---------------------------------------------
Summary: Server patching tool
Key: ISPN-11749
URL: https://issues.redhat.com/browse/ISPN-11749
Project: Infinispan
Issue Type: Feature Request
Components: CLI, Server
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.1.7.Final, 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)
2 years, 11 months
[JBoss JIRA] (ISPN-11748) OkHTTP 3.14.8
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-11748:
--------------------------------------
Summary: OkHTTP 3.14.8
Key: ISPN-11748
URL: https://issues.redhat.com/browse/ISPN-11748
Project: Infinispan
Issue Type: Component Upgrade
Components: CLI, Server
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 11.0.0.Dev05
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
2 years, 11 months
[JBoss JIRA] (ISPN-11747) Log4j 2.13.2
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-11747:
--------------------------------------
Summary: Log4j 2.13.2
Key: ISPN-11747
URL: https://issues.redhat.com/browse/ISPN-11747
Project: Infinispan
Issue Type: Component Upgrade
Components: Server
Affects Versions: 11.0.0.Dev04
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 11.0.0.Dev05
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
2 years, 11 months
[JBoss JIRA] (ISPN-11746) Jackson 2.11.0
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-11746:
--------------------------------------
Summary: Jackson 2.11.0
Key: ISPN-11746
URL: https://issues.redhat.com/browse/ISPN-11746
Project: Infinispan
Issue Type: Component Upgrade
Components: Server
Affects Versions: 11.0.0.Dev04
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 11.0.0.Dev05
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
2 years, 11 months
[JBoss JIRA] (ISPN-11745) Netty 4.1.49
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-11745:
--------------------------------------
Summary: Netty 4.1.49
Key: ISPN-11745
URL: https://issues.redhat.com/browse/ISPN-11745
Project: Infinispan
Issue Type: Component Upgrade
Components: Server
Affects Versions: 11.0.0.Dev04
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 11.0.0.Dev05
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
2 years, 11 months
[JBoss JIRA] (ISPN-11556) SFS file location not relative to global persistent-location
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-11556?page=com.atlassian.jira.plugi... ]
Pedro Ruivo updated ISPN-11556:
-------------------------------
Git Pull Request: https://github.com/infinispan/infinispan/pull/8122, https://github.com/infinispan/infinispan/pull/8215, https://github.com/infinispan/infinispan/pull/8217, https://github.com/infinispan/infinispan/pull/8262 (was: https://github.com/infinispan/infinispan/pull/8122, https://github.com/infinispan/infinispan/pull/8215, https://github.com/infinispan/infinispan/pull/8217)
> SFS file location not relative to global persistent-location
> ------------------------------------------------------------
>
> Key: ISPN-11556
> URL: https://issues.redhat.com/browse/ISPN-11556
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration, Core
> Affects Versions: 10.1.5.Final, 11.0.0.Dev03
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.1.7.Final, 11.0.0.Dev05
>
>
> Currently if a user specifies the location `/blah` in the SFS configuration, this location will be used regardless of the configure `persistent-location`. Instead, we should create the file location using `PersistenceUtil#getQualifiedLocation` and an exception will be thrown if `/blah` is not the root of the configure `persistent-location`.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
2 years, 11 months
[JBoss JIRA] (ISPN-11744) ConnectException for ManagedConnectionOperations in CentOS8
by Diego Lovison (Jira)
Diego Lovison created ISPN-11744:
------------------------------------
Summary: ConnectException for ManagedConnectionOperations in CentOS8
Key: ISPN-11744
URL: https://issues.redhat.com/browse/ISPN-11744
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 10.1.6.Final, 11.0.0.Dev04
Reporter: Diego Lovison
ConnectException for ManagedConnectionOperations in CentOS8
It is working for CentOS7
{noformat}
org.infinispan.commons.CacheException: Unable to start cache loaders
org.infinispan.persistence.spi.PersistenceException: ISPN000527: Maximum startup attempts exceeded for store org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
org.infinispan.persistence.spi.PersistenceException: This might be related to https://jira.jboss.org/browse/ISPN-604
org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): 127.0.0.1:20000" [90067-199]
java.net.ConnectException: Connection refused (Connection refused)
at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:337)
at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:176)
at org.infinispan.client.hotrod.impl.transport.netty.HeaderDecoder.decode(HeaderDecoder.java:139)
{noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
2 years, 11 months