Kirill Tkalenko created IGNITE-25904:
----------------------------------------

             Summary: Add node info to LoggingRocksDbFlushListener for log
                 Key: IGNITE-25904
                 URL: https://issues.apache.org/jira/browse/IGNITE-25904
             Project: Ignite
          Issue Type: Improvement
            Reporter: Kirill Tkalenko
            Assignee: Kirill Tkalenko


At the moment we see the following messages in the log. They lack information 
about the node as in other messages, since the threads are created by the 
rocksDB itself, we cannot add this information to the thread name, so it is 
suggested to add it to the log messages themselves.
{noformat}
2025-06-26 05:08:26:318 +0000 [INFO][Thread-75][LoggingRocksDbFlushListener] 
Starting rocksdb compaction process [name='cluster-management-group log', 
reason=kLevelL0FilesNum, input=[000014.sst, 000008.sst], output=[]]
2025-06-26 05:08:26:319 +0000 [INFO][Thread-76][LoggingRocksDbFlushListener] 
Finishing rocksdb compaction process [name='cluster-management-group log', 
duration=0ms]
2025-06-26 05:08:26:320 +0000 [INFO][Thread-77][LoggingRocksDbFlushListener] 
Starting rocksdb compaction process [name='cluster-management-group log', 
reason=kLevelL0FilesNum, input=[000015.sst, 000009.sst], output=[]]
2025-06-26 05:08:26:321 +0000 [INFO][Thread-78][LoggingRocksDbFlushListener] 
Finishing rocksdb compaction process [name='cluster-management-group log', 
duration=1ms]
2025-06-26 05:08:26:886 +0000 [INFO][Thread-79][LoggingRocksDbFlushListener] 
Starting rocksdb compaction process [name='meta-storage log', 
reason=kLevelL0FilesNum, input=[000022.sst, 000021.sst, 000013.sst, 
000010.sst], output=[]]
2025-06-26 05:08:27:001 +0000 [INFO][Thread-80][LoggingRocksDbFlushListener] 
Finishing rocksdb compaction process [name='meta-storage log', duration=114ms]
2025-06-26 05:08:27:053 +0000 [INFO][Thread-81][LoggingRocksDbFlushListener] 
Starting rocksdb compaction process [name='meta-storage log', 
reason=kLevelL0FilesNum, input=[000023.sst, 000014.sst], output=[]]
{noformat}




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

Reply via email to