mirror of https://github.com/apache/lucene.git
More cleanup, sorry for the bug I introduced! :(
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f1291a4fa4
commit
c8e6e5b35a
|
@ -1806,7 +1806,7 @@ public class IndexWriter implements Closeable, TwoPhaseCommit{
|
|||
}
|
||||
Throwable t = merge.getException();
|
||||
if (t != null) {
|
||||
throw new IOException("background merge hit exception: " + merge.segString(directory), merge.getException());
|
||||
throw new IOException("background merge hit exception: " + merge.segString(directory), t);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue