Yes, but I want to do this during a runtime test. Essentially, I want to be able to run a user query after the recovery and see that it still works. Steven
On Wed, May 2, 2018 at 1:20 PM, Chen Luo <[email protected]> wrote: > Hi Steven, > > I've written a similar test case previously to test the recovery of LSM > components. > https://asterix-gerrit.ics.uci.edu/#/c/2408/7/asterixdb/ > asterix-app/src/test/java/org/apache/asterix/test/dataflow/ > LSMFlushRecoveryTest.java > > Basically we can use nc controller to shutdown/start the node manually. > > Best regards, > Chen Luo > > On Wed, May 2, 2018 at 1:04 PM, Steven Jacobs <[email protected]> wrote: > > > Killing nodes starts the global recovery process anyway right? That's all > > that I actually need. How is this done? > > Steven > > > > On Wed, May 2, 2018 at 1:02 PM, Ian Maxon <[email protected]> wrote: > > > > > We kill and bring back nodes but not the entire cluster, to my > knowledge. > > > > > > On Wed, May 2, 2018 at 12:48 PM, Steven Jacobs <[email protected]> > wrote: > > > > Hi all, > > > > Do we have any method in place to restart the cluster during an > > execution > > > > test? > > > > Steven > > > > > >
