[GitHub] [kafka] mumrah commented on pull request #13390: MINOR: Standardize KRaft logging, thread names, and terminology

2023-03-16 Thread via GitHub
mumrah commented on PR #13390: URL: https://github.com/apache/kafka/pull/13390#issuecomment-1472771486 With the latest code, I got the following threads in KRaft mode: ``` "metrics-meter-tick-thread-1" #19 daemon prio=5 os_prio=31 cpu=0.57ms elapsed=9.63s tid=0x00012608ce00 nid

[GitHub] [kafka] mumrah commented on pull request #13390: MINOR: Standardize KRaft logging, thread names, and terminology

2023-03-14 Thread via GitHub
mumrah commented on PR #13390: URL: https://github.com/apache/kafka/pull/13390#issuecomment-1468662689 @cmccabe, I see your point about the node ID when debugging tests -- it can be annoying to not know which broker instance a thread belongs to. You're kebab case examples look good to me 👍