Details
Description
Over in HBASE-10958 we noticed that it might make sense to require Action.CREATE for bulk load, flush, and compact since it is also required for things like enable and disable.
This means the following changes:
- preBulkLoadHFile goes from WRITE to CREATE
- compact/flush go from ADMIN to ADMIN or CREATE
Attachments
Attachments
Issue Links
- blocks
-
HBASE-10958 [dataloss] Bulk loading with seqids can prevent some log entries from being replayed
- Closed