Description
LOG.fatal("Could not append. Requesting close of hlog", e);
LOG.fatal("Could not sync. Requesting close of hlog", e);
Since we don't abort regionserver here, should we change the log level from FATAL to WARN?
Attachments
Attachments
Issue Links
- duplicates
-
HBASE-14042 Fix FATAL level logging in FSHLog where logged for non fatal exceptions
- Closed