Vadim Pakhnushev created IGNITE-28272:
-----------------------------------------

             Summary: Route all logs to stdout on TC
                 Key: IGNITE-28272
                 URL: https://issues.apache.org/jira/browse/IGNITE-28272
             Project: Ignite
          Issue Type: Improvement
            Reporter: Vadim Pakhnushev
            Assignee: Vadim Pakhnushev


Tests logging configuration routes WARN and above levels to stderr. This leads 
to interleaving log messages on TeamCity which combines stdout and stderr:
{noformat}
[2026-03-17T05:47:46,521][INFO ][sc-cluster-127.0.1.1:20000-1][Cluster] 
[default:iltt_ttmlta_20000:[email protected]:20000][doShutdown] 
Shutdown
[2026-03-17T05:47:46,523][WARN ][Test worker][WriteIntentSwitchRequestHandler] 
Failed to complete transaction cleanup command 
[txId=019cfb68-a9a8-0000-0000-000000000001]
java.util.concurrent.CompletionException: 
org.apache.ignite.internal.lang.NodeStoppingException: IGN-CMN-1 Operation has 
been cancelled (node is stopping). TraceId:0b9c8119
        at 
java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
...
        at 
org.apache.ignite.internal.util.IgniteUtils.closeAll(IgniteUtils.java:600)
[2026-03-17T05:47:46,530][INFO 
][%iltt_ttmlta_20000%MessagingService-timeout-worker][DefaultMessagingService] 
The timeout worker was interrupted, probably the worker is stopping.
        at 
org.apache.ignite.internal.util.IgniteUtils.closeAll(IgniteUtils.java:634)
[2026-03-17T05:47:46,550][INFO ][Test worker][ReplicaManager] Replica is 
stopping [replicationGroupId=2_part_0].
        at 
org.apache.ignite.internal.network.scalecube.ScaleCubeClusterService.beforeNodeStop(ScaleCubeClusterService.java:222)
[2026-03-17T05:47:46,554][INFO ][%test%Raft-Group-Client-3][Loza] Stop raft 
group=2_part_0
        at 
org.apache.ignite.internal.util.IgniteUtils.lambda$closeAll$0(IgniteUtils.java:602)
[2026-03-17T05:47:46,555][INFO ][%test%Raft-Group-Client-3][NodeImpl] Node 
<2_part_0/iltt_ttmlta_20000> shutdown, currTerm=1 state=STATE_LEADER.
        at 
java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
{noformat}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to