Hi Val, Only one node running. And at step 2 when you say, wait for output and stop, did you mean Ignite.stop() or kill -9 jvm.
What I do is kill -9. On Tue, Mar 20, 2018 at 9:21 PM vkulichenko <[email protected]> wrote: > Subash, > > When you run the test, is this the only node, or there are some other nodes > running? I actually can't reproduce the issue even with your code. Here is > what I do: > - Clean up the work directory. > - Run the test, wait for output, stop. > - Comment out 'put' invocations. > - Run again. > > The output on the second one is the following: > > Tue Mar 20 18:10:30 PDT 2018---->>>null > Tue Mar 20 18:10:30 PDT 2018---->>>null > Tue Mar 20 18:10:50 PDT 2018---->>>null > Tue Mar 20 18:10:50 PDT 2018---->>>null > > So expiration works as expected to me. Am I missing something? > > -Val > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- /subash
