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

[branch-2.4] Restore method removed by HBASE-25277 to LP(CONFIG) coprocessors

    XMLWordPrintableJSON

Details

    Description

      We can't do this in a patch release on a LimitedPrivate interface:

      -  @Override
      -  public boolean postScannerFilterRow(final ObserverContext<RegionCoprocessorEnvironment> e,
      -      final InternalScanner s, final Cell curRowCell, final boolean hasMore) throws IOException {
      -    // 'default' in RegionObserver might do unnecessary copy for Off heap backed Cells.
      -    return hasMore;
      -  }
      

      Attachments

        Activity

          People

            apurtell Andrew Kyle Purtell
            apurtell Andrew Kyle Purtell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: