.build();
boolean accepted = node.execute(operation);
operation.await();
assertFalse(operation.isSuccess());
assertNotNull(operation.cause());
node.shutdown().get();
}
@Test
public void nodeChangesStateOnPoolState() throws UnknownHostException, IOException, InterruptedException, ExecutionException