[ https://issues.apache.org/jira/browse/IGNITE-25006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17953103#comment-17953103 ]
Roman Puchkovskiy commented on IGNITE-25006: -------------------------------------------- Here 'server' and 'client' are just roles in inter-cluster networking: 'client' is the one who initiates a connection, and 'server' is the other part (which accepts it). We could just rename client/server to initiator/acceptor. It would be great to apply the rename to all in-code identifiers (classes, methods, etc), not just log messages. > Avoid using a "client" word in server-server communication log messages > ----------------------------------------------------------------------- > > Key: IGNITE-25006 > URL: https://issues.apache.org/jira/browse/IGNITE-25006 > Project: Ignite > Issue Type: Improvement > Reporter: Ivan Bessonov > Priority: Major > Labels: ignite-3 > > Currently, we have some confusing logs, where we call server nodes "clients" > in some contexts. For example: > {code:java} > Handshake rejected by client: node17:4b3aa992-5bc8-4fd0-94d7-8ed7ff14a6e6 is > stale, server should be restarted so that clients can connect{code} > These mentions might easily be confused with thin clients -- This message was sent by Atlassian Jira (v8.20.10#820010)