[GitHub] ignite pull request #4466: IGNITE-9144 client and daemon nodes are supported

2018-08-01 Thread ezagumennov
GitHub user ezagumennov opened a pull request: https://github.com/apache/ignite/pull/4466 IGNITE-9144 client and daemon nodes are supported You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9144

Re: daemon nodes

2017-06-28 Thread Dmitriy Govorukhin
Yakov, I created jira issue IGNITE-5603 . Whoever has an objection related this task? On Wed, Jun 28, 2017 at 2:28 PM, Yakov Zhdanov wrote: > >For me, daemon server, very strange. > > Agree, daemons can always be a

Re: daemon nodes

2017-06-28 Thread Yakov Zhdanov
>For me, daemon server, very strange. Agree, daemons can always be a client. Dmitry G, I doubt if we should bother with this right now, but can you please create a ticket that will imply client mode for daemons. Probably, community can pick it up. --Yakov

Re: daemon nodes

2017-06-28 Thread Дмитрий Рябов
t; > : > > > > > >> Dmitriy, > > >> > > >> Why daemon node may be server or client? Why it is not just daemon? I > > >> guess if daemon " do not store data or > > >> execute computations " it must be always client

Re: daemon nodes

2017-06-28 Thread Dmitry Pavlov
o not store data or > >> execute computations " it must be always client daemon. For me, daemon > >> server, very strange. > >> > >> On Wed, Jun 28, 2017 at 1:25 AM, Dmitriy Setrakyan > >> <dsetrak...@apache.org> wrote: > >> > Daemo

Re: daemon nodes

2017-06-28 Thread Dmitriy Govorukhin
daemon >> server, very strange. >> >> On Wed, Jun 28, 2017 at 1:25 AM, Dmitriy Setrakyan >> <dsetrak...@apache.org> wrote: >> > Daemon nodes are nodes that join the cluster, but do not store data or >> > execute computations or perform any other of

Re: daemon nodes

2017-06-28 Thread Дмитрий Рябов
quot; do not store data or > execute computations " it must be always client daemon. For me, daemon > server, very strange. > > On Wed, Jun 28, 2017 at 1:25 AM, Dmitriy Setrakyan > <dsetrak...@apache.org> wrote: > > Daemon nodes are nodes that join the cluster, but do no

Re: daemon nodes

2017-06-28 Thread Dmitriy Govorukhin
he.org> wrote: > 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 othe

Re: daemon nodes

2017-06-27 Thread Dmitriy Setrakyan
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

daemon nodes

2017-06-27 Thread Dmitriy Govorukhin
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?