geomacy commented on this pull request.


> @@ -95,6 +101,7 @@ public Boolean apply(String id) {
       }
 
       boolean serverDeleted = 
novaApi.getServerApi(regionAndId.getRegion()).delete(regionAndId.getId());
+      checkState(nodeTerminatedPredicate.apply(id), "server was not destroyed 
in the configured timeout");

Is it desirable to throw an exception here, or should we just log a warning? 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1117#pullrequestreview-48575884

Reply via email to