Hi

Is there a way we can put a timeout on close operation of Ignite. For an
example I have a java program which does some computation and then starts
the Ignite in client mode so that the computed numbers can be written to
cache on Ignite Servers in persistent mode. Say if there is an execution
exception, I would want the java program to call close on the Ignite started
in the client mode and return to its normal processing with in a specified
time say 5 seconds or so ?
Which means that if the ignite in the client mode is not getting closed in 5
seconds, all the ignite threads started on the client side should be
interrupted and should be closed/killed/stopped.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to