[Red Hat JIRA] (ISPN-12584) Protobuf serialization among peers in for library mode with spring starter
by Ramon Gordillo Gutierrez (Jira)
[ https://issues.redhat.com/browse/ISPN-12584?page=com.atlassian.jira.plugi... ]
Ramon Gordillo Gutierrez commented on ISPN-12584:
-------------------------------------------------
But it this parameter is not relevant when using a local cache.
As it is embedded, a developer can think it is strange a marshaller is needed, due to the fact you are just storing objects in memory. I guess at least some documentation regarding the architecture for embedded rep/dist cache should point that out and reference the marshallers.
> Protobuf serialization among peers in for library mode with spring starter
> --------------------------------------------------------------------------
>
> Key: ISPN-12584
> URL: https://issues.redhat.com/browse/ISPN-12584
> Project: Infinispan
> Issue Type: Bug
> Components: Marshalling
> Affects Versions: 12.0.0.Dev07, 11.0.8.Final
> Reporter: Ramon Gordillo Gutierrez
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 12.1.0.Final
>
>
> With 11.0.8, I get the following exception when doing a put in a replicated-cache:
> {noformat}
> 2020-12-18 07:21:43.232 WARN 1 --- [98f-md4d4-51498] org.infinispan.PERSISTENCE : ISPN000559: Cannot marshall 'class com.redhat.Customer'
> java.lang.IllegalArgumentException: No marshaller registered for Java type com.redhat.Customer{noformat}
> Same code is working right on a local-cache
> I have tried also 12.0.0.Dev7 (with 11.0.6 spring starter), and the exception is similar but slightly different:
> {noformat}
> 2020-12-18 08:07:48.956 WARN 1 --- [nio-8080-exec-1] org.infinispan.PERSISTENCE: ISPN000559: Cannot marshall 'class org.infinispan.spring.common.provider.NullValue'
> java.lang.IllegalArgumentException: No marshaller registered for Java type org.infinispan.spring.common.provider.
> {noformat}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
3 years, 10 months
[Red Hat JIRA] (ISPN-12584) Protobuf serialization among peers in for library mode with spring starter
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-12584?page=com.atlassian.jira.plugi... ]
Dan Berindei commented on ISPN-12584:
-------------------------------------
The problem is that when you set the {{configXml}} property, the default marshaller is no longer {{JavaSerializationMarshaller}}, it changes to {{ProtostreamMarshaller}}.
{{ProtostreamMarshaller}} then tries to look up a "message marshaller" (confusing, I know) for the {{org.infinispan.spring.common.provider.NullValue}} Java type, doesn't find it, and throws an exception that gets logged with error code ISPN000559.
> Protobuf serialization among peers in for library mode with spring starter
> --------------------------------------------------------------------------
>
> Key: ISPN-12584
> URL: https://issues.redhat.com/browse/ISPN-12584
> Project: Infinispan
> Issue Type: Bug
> Components: Marshalling
> Affects Versions: 12.0.0.Dev07, 11.0.8.Final
> Reporter: Ramon Gordillo Gutierrez
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 12.1.0.Final
>
>
> With 11.0.8, I get the following exception when doing a put in a replicated-cache:
> {noformat}
> 2020-12-18 07:21:43.232 WARN 1 --- [98f-md4d4-51498] org.infinispan.PERSISTENCE : ISPN000559: Cannot marshall 'class com.redhat.Customer'
> java.lang.IllegalArgumentException: No marshaller registered for Java type com.redhat.Customer{noformat}
> Same code is working right on a local-cache
> I have tried also 12.0.0.Dev7 (with 11.0.6 spring starter), and the exception is similar but slightly different:
> {noformat}
> 2020-12-18 08:07:48.956 WARN 1 --- [nio-8080-exec-1] org.infinispan.PERSISTENCE: ISPN000559: Cannot marshall 'class org.infinispan.spring.common.provider.NullValue'
> java.lang.IllegalArgumentException: No marshaller registered for Java type org.infinispan.spring.common.provider.
> {noformat}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)
3 years, 10 months
[Red Hat JIRA] (ISPN-12677) Show date and time in the STDOUT Console Appender
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-12677?page=com.atlassian.jira.plugi... ]
Diego Lovison updated ISPN-12677:
---------------------------------
Status: Open (was: New)
> 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
> Assignee: Diego Lovison
> Priority: Minor
>
> While debugging on Monday an X-Site issue that started on Friday I realized that the STDOUT doesn't have the Date.
> 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)
3 years, 10 months
[Red Hat JIRA] (ISPN-12677) Show date and time in the STDOUT Console Appender
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-12677?page=com.atlassian.jira.plugi... ]
Diego Lovison updated ISPN-12677:
---------------------------------
Git Pull Request: https://github.com/infinispan/infinispan/pull/9026
Status: Pull Request Sent (was: Open)
> 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
> Assignee: Diego Lovison
> Priority: Minor
>
> While debugging on Monday an X-Site issue that started on Friday I realized that the STDOUT doesn't have the Date.
> 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)
3 years, 10 months
[Red Hat JIRA] (ISPN-12677) Show date and time in the STDOUT Console Appender
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-12677?page=com.atlassian.jira.plugi... ]
Diego Lovison updated ISPN-12677:
---------------------------------
Priority: Minor (was: Major)
> 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
> Assignee: Diego Lovison
> Priority: Minor
>
> 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)
3 years, 10 months
[Red Hat JIRA] (ISPN-12677) Show date and time in the STDOUT Console Appender
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-12677?page=com.atlassian.jira.plugi... ]
Diego Lovison updated ISPN-12677:
---------------------------------
Description:
While debugging on Monday an X-Site issue that started on Friday I realized that the STDOUT doesn't have the Date.
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}
was:
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}
> 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
> Assignee: Diego Lovison
> Priority: Minor
>
> While debugging on Monday an X-Site issue that started on Friday I realized that the STDOUT doesn't have the Date.
> 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)
3 years, 10 months
[Red Hat JIRA] (ISPN-12677) Show date and time in the STDOUT Console Appender
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-12677?page=com.atlassian.jira.plugi... ]
Diego Lovison commented on ISPN-12677:
--------------------------------------
It is minor because we can look into the file.
> 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
> Assignee: Diego Lovison
> Priority: Minor
>
> 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)
3 years, 10 months
[Red Hat JIRA] (ISPN-12677) Show date and time in the STDOUT Console Appender
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/ISPN-12677?page=com.atlassian.jira.plugi... ]
Diego Lovison reassigned ISPN-12677:
------------------------------------
Assignee: Diego Lovison
> 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
> Assignee: Diego Lovison
> Priority: Major
>
> 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)
3 years, 10 months
[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)
3 years, 10 months