Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
For regionserver, we have a max wal file limitation, if we reach the limitation, we will trigger a flush on specific regions so that we can delete old wal files. But for proc wals, we do not have this mechanism, and it will be worse after HBASE-21233, as if there is an old procedure which can not make progress and do not persist its state, we need to keep the old proc wal file for ever...
Attachments
Attachments
Issue Links
- relates to
-
HBASE-21323 Should not skip force updating for a sub procedure even if it has been finished
- Resolved
- supercedes
-
HBASE-21235 Rename the closed procedure wal files so that we do not need to call recoverLease when restarting
- Resolved
- links to