Fixed #28
This commit is contained in:
parent
80a1c524eb
commit
785c4236c3
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user