List<String> lst = StrUtils.splitSmart(shards, ",", true);
List<String> mslist = StrUtils.splitSmart(mergeServers, ",", true);
String[] partions=paramsr.getParams(ShardParams.PARTIONS);
ScheduleInfo scheduleInfo=MergerSchedule.schedule(paramsr, lst, mslist,partions);
int depth=req.getParams().getInt("__higo_ms_depth__", 0);
HttpCommComponent comm = new HttpCommComponent(depth);