Fix field name typo in CpuAffinityConfig

This commit is contained in:
2026-08-14 23:29:18 +08:00
parent e1dc40628d
commit 7209f9c356
@@ -106,7 +106,7 @@ public class CpuAffinityConfig implements IConfigModule {
if (enabledForChunkSystemWorker) { if (enabledForChunkSystemWorker) {
chunkSystemWorkerRunnableWrapper = new AffinityRunnableWrapper("chunk_system_worker", parseAffinity(chunkSystemWorkerAffinity)); chunkSystemWorkerRunnableWrapper = new AffinityRunnableWrapper("chunk_system_worker", parseAffinity(chunkSystemWorkerAffinity));
LOGGER.info("Chunk system worker thread now bound to: {}", chunkSystemIoRunnableWrapper.getAffinity()); LOGGER.info("Chunk system worker thread now bound to: {}", chunkSystemWorkerRunnableWrapper.getAffinity());
} }
if (enableForNettyIo) { if (enableForNettyIo) {