The problem/use-case that the feature addresses
The issue is to discuss the server log emitted during cluster failover in large clusters. It looks like that this particular log takes about 3-4% of the total compute (which is already around 100%).
serverLog(LL_NOTICE, "Node %.40s (%s) reported node %.40s (%s) as not reachable.", sender->name,
sender->human_nodename, node->name, node->human_nodename);
Sharing the profile over here:
Description of the feature
I would like to discuss if we can reduce the severity of this log.
The problem/use-case that the feature addresses
The issue is to discuss the server log emitted during cluster failover in large clusters. It looks like that this particular log takes about 3-4% of the total compute (which is already around 100%).
Sharing the profile over here:
Description of the feature
I would like to discuss if we can reduce the severity of this log.