Changed debug log to warn for when IW#rollback fails with an exception other than AlreadyClosedException

This commit is contained in:
Martijn van Groningen 2014-03-11 13:00:55 +07:00
parent a0206acbc6
commit a465d97adb
1 changed files with 1 additions and 1 deletions

View File

@ -1262,7 +1262,7 @@ public class InternalEngine extends AbstractIndexShardComponent implements Engin
}
}
} catch (Throwable e) {
logger.debug("failed to rollback writer on close", e);
logger.warn("failed to rollback writer on close", e);
} finally {
indexWriter = null;
}