This commit is contained in:
hxy1991 2018-08-10 16:30:20 +08:00
parent 80a1c524eb
commit 785c4236c3

View File

@ -124,7 +124,9 @@ public class ConfigSubService {
ipList.get(i));
}
} catch (TimeoutException e) {
f.cancel(true);
if (f != null) {
f.cancel(true);
}
LogUtil.defaultLog.warn(
"get task result with TimeoutException: {} ", e
.getMessage());