Xiaolin Ha created HBASE-26840:
----------------------------------
Summary: Fix NPE in the retry of logroller
Key: HBASE-26840
URL: https://issues.apache.org/jira/browse/HBASE-26840
Project: HBase
Issue Type: Bug
Components: wal
Affects Versions: 2.4.10
Reporter: Xiaolin Ha
Assignee: Xiaolin Ha
Fix For: 2.5.0, 2.6.0, 3.0.0-alpha-3, 2.4.11
{code:java}
LOG.warn("Retry to roll log, nAttempts={}, waiting time={}ms, sleeping 1s to
retry,"
+ " last excepiton= {}", nAttempts, waitingTime,
ioe.getCause().getClass().getSimpleName()); {code}
ioe.getCause() maybe null.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)