6667686970717273747576
while (!stopped) { try { Thread.sleep(1000); } catch (InterruptedException e) { if (node != null) { node.stop(); } } } node.stop();
7172737475767778798081
node.stop(); } } } node.stop(); } }); nodeThread.start();
183184185186187188189190191
System.out.println("--> switching to NOOP breaker"); switchToNoop(client); runMultiThreadedQueries(client); } finally { client.close(); node.stop(); } } }