Have you registered the same function for all three nodes, or only for the one you are calling RunAsync() on? You should register it on every node, as this is a local operation.
Best Regards, Igor On Fri, Oct 20, 2017 at 7:06 PM, asingh <[email protected]> wrote: > That makes sense. > > Now I am using ignite.GetBinding() from within the main() function > > In the main function, I am populating a vector of strings and calling > RunAsync() three times. > The ignite node within the binary is able to process the string but the > other two ignite nodes report the same IgniteException of job not being > registered. > > > Looks like the example binary is able to communicate with the two ignite > server nodes but those two nodes have no idea about the PrintWords' Call > method. > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
