Hi,
Do you mean i should try this?
Keep Server config as it is,
In TcpDiscoverySpi node keep value as
<value>MyHostName:47500..47504</value>
C# thin Client tries to connect with below code
private static IgniteClientConfiguration GetIgniteClientConfiguration()
{
return new IgniteClientConfiguration
{
Host = "MyHostName",
SocketTimeout = TimeSpan.FromSeconds(15)
};
}
* IgniteThinClient = Ignition.StartClient(GetIgniteClientConfiguration());*
Code pass through above line without any exception, but in server log,
Topology snapshot as below
Topology snapshot [ver=1, locNode=f19c8896, servers=1, *clients=0*,
state=ACTIVE, CPUs=8, offheap=3.2GB, heap=1.0GB]
Please let me know if i am doing anything wrong?
Also in case, if ignite server config has some different ports specified for
example (46000..46505) then how thin client should connect to one of the
node by specified one of the port from this (46000..46505) range, right?
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/