Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-10442

prepareDelete() isn't called before doPreMutationHook for a row deletion case

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.98.0, 0.96.0, 0.96.1
    • 0.98.0, 0.96.2, 0.99.0
    • Coprocessors
    • None
    • Reviewed
    • Phoenix

    Description

      This is a backward incompatibility issue for coprocessors so I marked as critical.

      When deleting a row, prepareDelete() will add delete marker for all column families before preDelete is called in hbase0.94 while in hbase0.96 and later version we invoke prepareDelete() after preDelete() hook is invoked but before postDelete() is called.

      Attachments

        1. hbase-10442.patch
          1 kB
          Jeffrey Zhong

        Activity

          People

            jeffreyz Jeffrey Zhong
            jeffreyz Jeffrey Zhong
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: