Have you tried to run the same project on a different machine? It takes a
couple of seconds to start any example from Ignite repo on mine.

Try this experiment. Use ExampleNodeStartup from Ignite examples [1] to
start a server node (feel free to switch to TcpIpFinder in the config used
by the examples). Measure. Then run any other example that will connect to
this server node. Measure. It takes a couple of seconds on my Mac. Should
not be that different on Windows.

[1]
https://github.com/apache/ignite/tree/master/examples/src/main/java/org/apache/ignite/examples

-
Denis


On Sat, Dec 21, 2019 at 6:43 AM xingjl6280 <[email protected]> wrote:

> thanks for the reply.
>
> that's what i tried, with a range of port or specified one port only
>
> tcpDiscoveryMulticastIpFinder.setAddresses(Collections.singletonList("
> 127.0.0.1:47500"));
>
> i also tried given one static ip
> tcpDiscoveryVmIpFinder.setAddresses(Collections.singletonList("
> 127.0.0.1:47500"));
>
> but why the discovery still need 40 seconds,
>
> please kindly advise.
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to