Changed debug log to warn for when IW#rollback fails with an exception other than AlreadyClosedException
This commit is contained in:
parent
a0206acbc6
commit
a465d97adb
|
@ -1262,7 +1262,7 @@ public class InternalEngine extends AbstractIndexShardComponent implements Engin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
logger.debug("failed to rollback writer on close", e);
|
logger.warn("failed to rollback writer on close", e);
|
||||||
} finally {
|
} finally {
|
||||||
indexWriter = null;
|
indexWriter = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue