this.partstat.addPartionStat(partion);
Vertify hdfsValue = e.getValue();
Vertify localValue = localVertify.remove(partion);
if (localValue == null || !localValue.getVertify().equals(hdfsValue.getVertify())) {
this.syncPartion(partion, hdfsValue.getPath());
SolrResourceLoader.SetCacheFlushKey(new PartionKey(this.tablename, partion),System.currentTimeMillis());
}
}
this.partstat.syncClearStat();