270271272273274275276277278
Integer times = sampler.timesCheck(); if (times == null) { return; } GlobalStreamId key = new GlobalStreamId(Common.ACKER_COMPONENT_ID, stream); update_task_stat(StaticsType.failed, key, times); }