Authored by jack

log receive msg

... ... @@ -23,7 +23,7 @@ public class SCollectorService extends AbstractService {
/* DEBUG.debug("Received collector msg {} form host {}", info, headerInfo.get("Host"));*/
//2s timeout
DEBUG.debug("received monit msg {}",info);
service.submit(new OneJob(new CollectorJob(info), MConstants.HTTPTIMEOUT * 1000));
}
... ...