提交 37398a7c authored 作者: Thomas Mueller's avatar Thomas Mueller

Temporarily enable logging for testing purposes

上级 ac7bab32
...@@ -347,6 +347,15 @@ public class MVTableEngine implements TableEngine { ...@@ -347,6 +347,15 @@ public class MVTableEngine implements TableEngine {
} }
} }
} catch (IllegalStateException e) { } catch (IllegalStateException e) {
if (DataUtils.getErrorCode(e.getMessage()) ==
DataUtils.ERROR_WRITING_FAILED) {
// disk full - ok
} else {
// TODO
;
e.printStackTrace(System.out);
}
store.closeImmediately();
throw DbException.get(ErrorCode.IO_EXCEPTION_1, e, "Closing"); throw DbException.get(ErrorCode.IO_EXCEPTION_1, e, "Closing");
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论