Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 3.0.0-beta-2
    • wal
    • None

    Description

      No need for separate classes:

      // TODO: Key and WALEdit are never used separately, or in one-to-many relation, for practical
      //       purposes. They need to be merged into WALEntry.
      @InterfaceAudience.LimitedPrivate(HBaseInterfaceAudience.REPLICATION)
      public class WALKey implements SequenceId, Comparable<WALKey> {
      

      Will reduce garbage a little and simplify code. We can get rid of WAL.Entry as well.

      Attachments

        1. HBASE-16480.master.001.patch
          14 kB
          Michael Stack

        Activity

          People

            Unassigned Unassigned
            enis Enis Soztutar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: