Denis Chudov created IGNITE-25899:
-------------------------------------

             Summary: Revise the raft logs not containing the group name
                 Key: IGNITE-25899
                 URL: https://issues.apache.org/jira/browse/IGNITE-25899
             Project: Ignite
          Issue Type: Bug
            Reporter: Denis Chudov


There are some logs that are almost useless because they don't contain the name 
of raft group.

Examples:
{code:java}
2025-07-09 10:46:56:697 +0000 
[INFO][%node1%tableManager-io-5][SnapshotExecutorImpl] Loading snapshot, 
meta=SnapshotMetaImpl [cfgIndex=1, cfgTerm=1, lastIncludedIndex=64471, 
lastIncludedTerm=1, learnersList=ListN [], oldLearnersList=ListN [], 
oldPeersList=ListN [], peersList=List12 [node1]].{code}
 
{code:java}
2025-07-09 10:49:34:945 +0000 [INFO][%node1%partition-operations-5][NodeImpl] 
Adding learners: [].
2025-07-09 10:49:34:945 +0000 [INFO][%node1%partition-operations-22][NodeImpl] 
Adding learners: [].
2025-07-09 10:49:34:945 +0000 [INFO][%node1%partition-operations-3][NodeImpl] 
Adding learners: [].
2025-07-09 10:49:34:945 +0000 [INFO][%node1%partition-operations-22][NodeImpl] 
Adding peers: [node2, node3].
2025-07-09 10:49:34:945 +0000 [INFO][%node1%partition-operations-3][NodeImpl] 
Adding peers: [node2, node3].
2025-07-09 10:49:34:945 +0000 [INFO][%node1%partition-operations-10][NodeImpl] 
Adding learners: [].
2025-07-09 10:49:34:945 +0000 [INFO][%node1%partition-operations-10][NodeImpl] 
Adding peers: [node2, node3].
2025-07-09 10:49:34:945 +0000 [INFO][%node1%partition-operations-0][NodeImpl] 
Adding learners: [].
2025-07-09 10:49:34:945 +0000 [INFO][%node1%partition-operations-17][NodeImpl] 
Adding learners: [].
2025-07-09 10:49:34:945 +0000 [INFO][%node1%partition-operations-0][NodeImpl] 
Adding peers: [node2, node3].
2025-07-09 10:49:34:945 +0000 [INFO][%node1%partition-operations-17][NodeImpl] 
Adding peers: [node2, node3].{code}
 
 



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

Reply via email to