cloudstack/api
Rohit Yadav fee74106aa server: Introduce Unknown Status to be used in AbstractInvestigatorImpl
The PR #211 introduced changes where the abstract investigator testIpAddress()
would return other Status, which previously only returned null, Up or Down. In
this patch we introduce a new Status "Unknown" that replaces null's semantics.

The important changes #211 introduced was the debugging statements as semantically
the changes would work same as the consumers of testIpAddress() method only used
if returned values were Up or Down and in other cases (null, Alert etc) it would
simply continue to loop through the resources being investigated.

Keeping the debug logs, this commit only replaces the previously returned null
values with Status.Unknown and fixed the debug statements to reflect the same.
In case of trapped exceptions too, we return Unknown status but log the exception
we trapped.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-01 16:03:51 +02:00
..
resources/META-INF/cloudstack Removed "host" config parameter definition from ClusterManager interface as it got moved to cloud-api package 2014-01-21 17:19:52 -08:00
src server: Introduce Unknown Status to be used in AbstractInvestigatorImpl 2015-05-01 16:03:51 +02:00
test Fixed few coverity issues like invalid boxing unboxing issues, resource leaks, null dereferences 2015-02-06 16:50:20 +05:30
pom.xml Update pom and version usage to 4.5.1-SNAPSHOT 2015-03-12 12:13:18 +05:30