Daemon nodes are nodes that join the cluster, but do not store data or execute computations or perform any other of the Ignite API-based functionality. Visor node is a good example of a daemon node, because it wants to join the cluster and receive metrics from other nodes, but does not need to participate in computation or data related functionality.
D. On Tue, Jun 27, 2017 at 2:49 AM, Dmitriy Govorukhin < dmitriy.govoruk...@gmail.com> wrote: > Hi Igniters, > > Can somebody explain what does mean daemon node? I thought that exist > only client and server node, but node may can be daemon (server daemon > or client daemon). As is can see, command line visor join in topology > as server daemon. Can this be an outdated functionality? >