[Red Hat JIRA] (ISPN-12677) Show date and time in the STDOUT Console Appender
by Diego Lovison (Jira)
Diego Lovison created ISPN-12677:
------------------------------------
Summary: Show date and time in the STDOUT Console Appender
Key: ISPN-12677
URL: https://issues.redhat.com/browse/ISPN-12677
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 12.0.0.Final
Reporter: Diego Lovison
While debugging on Monday an X-Site issue that started on Friday I realized that the STDOUT doesn't have the Date. It is harder to understand when the issue occurred.
Stockholm
node0
{noformat}
19:30:45,435 INFO (jgroups-5,infinispan-0-42541) [org.infinispan.XSITE] ISPN000439: Received new x-site view: [Paris, Stockholm]
20:25:26,317 ERROR (Connection.Receiver [10.129.2.49:7900 - 10.130.0.1:46570
23:10:23,369 ERROR (Connection.Receiver [10.129.2.49:7900 - 10.131.0.1:48133
03:03:10,819 ERROR (Connection.Receiver [10.129.2.49:7900 - 10.131.0.1:1740
04:01:43,313 ERROR (Connection.Receiver [10.129.2.49:7900 - 10.130.0.1:10244
05:01:27,246 ERROR (Connection.Receiver [10.129.2.49:7900 - 10.130.0.1:1595
11:54:35,317 ERROR (Connection.Receiver [10.129.2.49:7900 - 10.130.0.1:40369
21:13:33,408 INFO (jgroups-101,infinispan-0-42541) [org.infinispan.XSITE] ISPN000439: Received new x-site view: [Stockholm]
{noformat}
Paris
node0
{noformat}
19:29:53,997 INFO (jgroups-4,infinispan-0-50933) [org.infinispan.CLUSTER] [Context=___hotRodTopologyCache_hotrod]ISPN100010: Finished rebalance with members [infinispan-0-50933, infinispan-1-36475], topology id 5
19:30:45,418 INFO (jgroups-11,infinispan-0-50933) [org.infinispan.XSITE] ISPN000439: Received new x-site view: [Paris, Stockholm]
19:30:49,147 INFO (jgroups-11,infinispan-0-50933) [org.infinispan.CLUSTER] [Context=___hotRodTopologyCache_hotrod]ISPN100010: Finished rebalance with members [infinispan-0-50933, infinispan-1-36475, infinispan-2-2719], topology id 9
21:12:37,178 INFO (jgroups-117,infinispan-0-50933) [org.infinispan.XSITE] ISPN000439: Received new x-site view: [Paris]
{noformat}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
4 years, 10 months
[Red Hat JIRA] (ISPN-12676) Console: Brandname variable not substituted in Support.tsx
by Donald Naro (Jira)
Donald Naro created ISPN-12676:
----------------------------------
Summary: Console: Brandname variable not substituted in Support.tsx
Key: ISPN-12676
URL: https://issues.redhat.com/browse/ISPN-12676
Project: Infinispan
Issue Type: Enhancement
Components: Console
Reporter: Donald Naro
Assignee: Katia Aresti
Support.tsx the brandname attribute does not get substituted. It contains const brandname = t('brandname.brandname'); and everything looks OK.
But if you add {{brandname}} to the text strings the variable doesn't get populated during compile.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
4 years, 10 months
[Red Hat JIRA] (ISPN-12675) Add CRUD operations for cache templates
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-12675?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-12675:
--------------------------------
Description: Currently it's only possible to list configured templates via the {{/v2/cache-managers/\{name\}/cache-configs/templates}} endpoint. It should be possible to Create, Update and Delete templates via a dededicated {{/v2/templates}} endpoint. (was: Currently it's only possible to list configured templates via the {{/v2/cache-managers/{name}/cache-configs/templates}} endpoint. It should be possible to Create, Update and Delete templates via a dededicated {{/v2/templates}} endpoint.)
> Add CRUD operations for cache templates
> ---------------------------------------
>
> Key: ISPN-12675
> URL: https://issues.redhat.com/browse/ISPN-12675
> Project: Infinispan
> Issue Type: Enhancement
> Components: REST
> Affects Versions: 12.0.0.Final
> Reporter: Ryan Emerson
> Assignee: Gustavo Fernandes
> Priority: Major
>
> Currently it's only possible to list configured templates via the {{/v2/cache-managers/\{name\}/cache-configs/templates}} endpoint. It should be possible to Create, Update and Delete templates via a dededicated {{/v2/templates}} endpoint.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
4 years, 10 months
[Red Hat JIRA] (ISPN-12675) Add CRUD operations for cache templates
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-12675?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-12675:
--------------------------------
Description: Currently it's only possible to list configured templates via the {{/v2/cache-managers/{name}/cache-configs/templates}} endpoint. It should be possible to Create, Update and Delete templates via a dededicated {{/v2/templates}} endpoint. (was: Currently it's only possible to list configured templates via the `/v2/cache-managers/{name}/cache-configs/templates` endpoint. It should be possible to Create, Update and Delete templates via a dededicated `/v2/templates` endpoint.)
> Add CRUD operations for cache templates
> ---------------------------------------
>
> Key: ISPN-12675
> URL: https://issues.redhat.com/browse/ISPN-12675
> Project: Infinispan
> Issue Type: Enhancement
> Components: REST
> Affects Versions: 12.0.0.Final
> Reporter: Ryan Emerson
> Assignee: Gustavo Fernandes
> Priority: Major
>
> Currently it's only possible to list configured templates via the {{/v2/cache-managers/{name}/cache-configs/templates}} endpoint. It should be possible to Create, Update and Delete templates via a dededicated {{/v2/templates}} endpoint.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
4 years, 10 months
[Red Hat JIRA] (ISPN-12675) Add CRUD operations for cache templates
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-12675?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-12675:
--------------------------------
Description: Currently it's only possible to list configured templates via the `/v2/cache-managers/{name}/cache-configs/templates` endpoint. It should be possible to Create, Update and Delete templates via a dededicated `/v2/templates` endpoint.
> Add CRUD operations for cache templates
> ---------------------------------------
>
> Key: ISPN-12675
> URL: https://issues.redhat.com/browse/ISPN-12675
> Project: Infinispan
> Issue Type: Enhancement
> Components: REST
> Affects Versions: 12.0.0.Final
> Reporter: Ryan Emerson
> Assignee: Gustavo Fernandes
> Priority: Major
>
> Currently it's only possible to list configured templates via the `/v2/cache-managers/{name}/cache-configs/templates` endpoint. It should be possible to Create, Update and Delete templates via a dededicated `/v2/templates` endpoint.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
4 years, 10 months
[Red Hat JIRA] (ISPN-12674) Delete by query
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-12674:
--------------------------------------
Summary: Delete by query
Key: ISPN-12674
URL: https://issues.redhat.com/browse/ISPN-12674
Project: Infinispan
Issue Type: Enhancement
Components: Embedded Querying, Remote Querying
Reporter: Tristan Tarrant
Assignee: Nistor Adrian
Fix For: 13.0.0.Final
A way to delete entries matching an Ickle query.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
4 years, 10 months
[Red Hat JIRA] (ISPN-12673) Cross-Site automatic state transfer
by Pedro Ruivo (Jira)
Pedro Ruivo created ISPN-12673:
----------------------------------
Summary: Cross-Site automatic state transfer
Key: ISPN-12673
URL: https://issues.redhat.com/browse/ISPN-12673
Project: Infinispan
Issue Type: Feature Request
Components: Cross-Site Replication
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 12.1.0.Final
With conflict resolution enable for IRAC state transfer, is now possible to achieve automatic state transfer for it.
It needs a new toggle in the configuration & a runtime toggle well. Users may want to disable at runtime while performing some maintenance (for example).
Events from JGroups (site up event) will be the trigger.
Note: it only affects asynchronous strategy.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
4 years, 10 months
[Red Hat JIRA] (ISPN-12669) Tests failing due to relying on published images
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-12669?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-12669:
-------------------------------------
Resolution: Done
Status: Resolved (was: Pull Request Sent)
> Tests failing due to relying on published images
> ------------------------------------------------
>
> Key: ISPN-12669
> URL: https://issues.redhat.com/browse/ISPN-12669
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 12.0.0.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 12.1.0.Final, 12.0.1.Final
>
>
> The following tests are pulling the server image from remote instead of utilising the local server build to create a container for testing. This results in the testsuite failing when we transition to a new major/minor that does not have a published image yet. We should update the relevant poms to ensure that the local server dist is always used.
> {code:java}
> org.infinispan.server.test.junit5.InfinispanServerExtensionContainerTest.(?)
> test.org.infinispan.spring.starter.remote.actuator.RemoteCacheMetricBinderTest.(?)
> {code}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
4 years, 10 months