Pavel Tupitsyn created IGNITE-23140:
---------------------------------------
Summary: .NET: TestBasicLogging is flaky
Key: IGNITE-23140
URL: https://issues.apache.org/jira/browse/IGNITE-23140
Project: Ignite
Issue Type: Bug
Components: platforms, thin client
Affects Versions: 3.0.0-beta1
Reporter: Pavel Tupitsyn
Fix For: 3.0.0-beta2
{code}
Expected: String containing "ClientFailoverSocket [Debug] Trying to establish
secondary connections - awaiting 2 tasks"
But was: "Apache.Ignite.Internal.ClientFailoverSocket
[Information] Ignite.NET client version 3.0.0.0-beta2+0723a0fd3e is starting,
Apache.Ignite.Internal.ClientSocket-209
[Debug] Connection established [remoteAddress=[::ffff:127.0.0.1]:38451],
Apache.Ignite.Internal.ClientSocket-209
[Debug] Handshake succeeded [remoteAddress=[::ffff:127.0.0.1]:38451,
context=ConnectionContext { Version = ClientProtocolVersion { Version = 3.0.0
}, IdleTimeout = 00:00:00, ClusterNode = ClusterNode { Id = id-fake-server,
Name = fake-server, Address = 127.0.0.1:38451 }, ClusterIds = System.Guid[],
ClusterName = fake-cluster, SslInfo = , ClusterId =
00000000-0000-0000-0000-000000000000 }],
Apache.Ignite.Internal.ClientSocket-209
[Information] Server-side IdleTimeout is not set, using configured
IgniteClientConfiguration.HeartbeatInterval: 00:00:30,
Apache.Ignite.Internal.ClientSocket-210
[Debug] Connection established [remoteAddress=[::ffff:127.0.0.1]:37789],
Apache.Ignite.Internal.ClientSocket-210
[Debug] Handshake succeeded [remoteAddress=[::ffff:127.0.0.1]:37789,
context=ConnectionContext { Version = ClientProtocolVersion { Version = 3.0.0
}, IdleTimeout = 00:00:00, ClusterNode = ClusterNode { Id = id-fake-server,
Name = fake-server, Address = 127.0.0.1:37789 }, ClusterIds = System.Guid[],
ClusterName = fake-cluster, SslInfo = , ClusterId =
00000000-0000-0000-0000-000000000000 }],
Apache.Ignite.Internal.ClientSocket-210
[Information] Server-side IdleTimeout is not set, using configured
IgniteClientConfiguration.HeartbeatInterval: 00:00:30,
Apache.Ignite.Internal.ClientFailoverSocket
[Debug] Trying to establish secondary connections - awaiting 1 tasks...,
Apache.Ignite.Internal.ClientSocket-211
[Debug] Connection established [remoteAddress=[::ffff:127.0.0.1]:36493],
Apache.Ignite.Internal.ClientSocket-211
[Debug] Handshake succeeded [remoteAddress=[::ffff:127.0.0.1]:36493,
context=ConnectionContext { Version = ClientProtocolVersion { Version = 3.0.0
}, IdleTimeout = 00:00:00, ClusterNode = ClusterNode { Id = id-fake-server,
Name = fake-server, Address = 127.0.0.1:36493 }, ClusterIds = System.Guid[],
ClusterName = fake-cluster, SslInfo = , ClusterId =
00000000-0000-0000-0000-000000000000 }],
Apache.Ignite.Internal.ClientSocket-211 [Information] Server-side IdleTimeout
is not set, using configured IgniteClientConfiguration.HeartbeatInterval:
00:00:30, Apache.Ignite.Internal.ClientFailoverSocket
[Debug] 1 secondary connections established, 0 failed.,
Apache.Ignite.Internal.ClientSocket-211
[Trace] Sending request [requestId=1, op=TablesGet,
remoteAddress=127.0.0.1:36493], Apache.Ignite.Internal.ClientSocket-211
[Trace] Received response [requestId=1, flags=PartitionAssignmentChanged,
remoteAddress=127.0.0.1:36493], Apache.Ignite.Internal.ClientSocket-211
[Information] Partition assignment change notification received
[remoteAddress=127.0.0.1:36493, timestamp=0,
Apache.Ignite.Internal.ClientSocket-210
[Trace] Sending request [requestId=1, op=SqlExec,
remoteAddress=127.0.0.1:37789], Apache.Ignite.Internal.ClientSocket-210
[Trace] Received response [requestId=1, flags=PartitionAssignmentChanged,
remoteAddress=127.0.0.1:37789], Apache.Ignite.Internal.ClientSocket-210
[Information] Partition assignment change notification received
[remoteAddress=127.0.0.1:37789, timestamp=0,
Apache.Ignite.Internal.ClientSocket-210
[Trace] Sending request [requestId=2, op=SqlCursorClose,
remoteAddress=127.0.0.1:37789], Apache.Ignite.Internal.ClientSocket-210
[Trace] Received response [requestId=2, flags=PartitionAssignmentChanged,
Error, remoteAddress=127.0.0.1:37789], Apache.Ignite.Internal.ClientSocket-210
[Information] Partition assignment change notification received
[remoteAddress=127.0.0.1:37789, timestamp=0,
Apache.Ignite.Internal.ClientSocket-210
[Debug] Connection closed gracefully [remoteAddress=127.0.0.1:37789],
Apache.Ignite.Internal.ClientSocket-209
[Debug] Connection closed gracefully [remoteAddress=127.0.0.1:38451],
Apache.Ignite.Internal.ClientSocket-211
[Debug] Connection closed gracefully [remoteAddress=127.0.0.1:36493]
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)