Igor created IGNITE-19727:
-----------------------------
Summary: Server nodes cannot find each other and log
NullPointerException
Key: IGNITE-19727
URL: https://issues.apache.org/jira/browse/IGNITE-19727
Project: Ignite
Issue Type: Bug
Affects Versions: 3.0.0-beta2
Reporter: Igor
Attachments: server1.log.zip, server2.log.zip
h2. Steps to reproduce
# Version 3.0.0-SNAPSHOT commit hash 006ddb06e1deb6788e1b2796bc033af14758b132
# Copy db distributions into 2 servers.
# Setup log level to FINE
# Setup lookup by changing ignite-config.conf on both servers to
{code:java}
{
network: {
port: 3344,
portRange: 10,
nodeFinder: {
netClusterNodes: [
"172.24.1.2:3344,172.24.1.4:3344"
]
}
}
} {code}
# Start both servers by command
{code:java}
sh ./ignite3db start {code}
h2. Expected behavior
Servers joined into cluster.
h2. Actual behavior
Two separate clusters are created with errors in log such:
{code:java}
2023-06-13 16:21:07:178 +0000 [WARNING][main][MembershipProtocol]
[default:defaultNode:[email protected]:3344] Exception on initial
Sync, cause: java.lang.NullPointerException
...
2023-06-13 16:21:37:185 +0000 [DEBUG][sc-cluster-3344-1][MembershipProtocol]
[default:defaultNode:[email protected]:3344][doSync] Send Sync to
172.24.1.2:3344,172.24.1.4:3344
2023-06-13 16:21:37:186 +0000 [DEBUG][sc-cluster-3344-1][MembershipProtocol]
[default:defaultNode:[email protected]:3344][doSync] Failed to send
Sync to 172.24.1.2:3344,172.24.1.4:3344, cause: java.lang.NullPointerException
{code}
Logs in attachment[^server1.log.zip][^server2.log.zip]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)