Fix field name typo in CpuAffinityConfig
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ public class CpuAffinityConfig implements IConfigModule {
|
||||
|
||||
if (enabledForChunkSystemWorker) {
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user