Authored by jack

update

... ... @@ -109,6 +109,8 @@ public class OneJob implements Callable {
} catch (Exception e) {
DEBUG.error("Failed to execute memcache {} refresh task ,error {}", this.url, e);
DEBUG.error("error :", e);
}
return null;
... ...