Commit e29fcaf8 authored by Quxl's avatar Quxl

x

parent d9001c21
...@@ -118,7 +118,7 @@ public abstract class AbstractSolrApi implements SolrApi { ...@@ -118,7 +118,7 @@ public abstract class AbstractSolrApi implements SolrApi {
try { try {
solrClient.rollback(); solrClient.rollback();
} catch (Exception ex) { } catch (Exception ex) {
logger.error("重索引异常回滚失败", ex); logger.error("重索引异常回滚失败", ex);
} }
throw new XRException("重建索引失败", e); throw new XRException("重建索引失败", e);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment