Description
Compaction events are written to WAL as of HBASE-2231 got committed. However, it seems that distributed log replay skips those entries without sending it to the replaying region. In contrast log split replays those.
It seems that we should fix log replay to also replay the compaction events.