Skip to content

Commit

Permalink
chore: set rep io thread name
Browse files Browse the repository at this point in the history
  • Loading branch information
areyouok committed Jun 24, 2024
1 parent 35ddf3e commit a0562e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public RaftServer(RaftServerConfig serverConfig, List<RaftGroupConfig> groupConf
}

NioClientConfig repClientConfig = new NioClientConfig();
repClientConfig.setName("RaftClient");
repClientConfig.setName("RaftRepClient" + serverConfig.getNodeId());
setupNioConfig(repClientConfig);
replicateNioClient = new NioClient(repClientConfig);

Expand Down

0 comments on commit a0562e5

Please sign in to comment.