Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
In case of log splitting retry, the following code would be executed multiple times:
public long splitLogDistributed(final List<Path> logDirs) throws IOException { MonitoredTask status = TaskMonitor.get().createStatus( "Doing distributed log split in " + logDirs);
leading to multiple MonitoredTask instances.
User may get confused by multiple distributed log splitting entries for the same region server on master UI
Attachments
Attachments
Issue Links
- is related to
-
HBASE-6357 Failed distributed log splitting stuck on master web UI
- Closed
- relates to
-
HBASE-5081 Distributed log splitting deleteNode races against splitLog retry
- Closed