Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-2880

Switch to the new RegionObserver#preStoreScannerOpen() method which accepts read point parameter

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Over in HBASE-15759, the following method is added to RegionObserver :

        public KeyValueScanner preStoreScannerOpen(final ObserverContext<RegionCoprocessorEnvironment> c,
            final Store store, final Scan scan, final NavigableSet<byte[]> targetCols,
            final KeyValueScanner s, final long readPt) throws IOException {
      

      Currently the preStoreScannerOpen() without read point parameter is used in IndexHalfStoreFileReaderGenerator

      We need to switch over to calling the new method for hbase 2.0

      Attachments

        Activity

          People

            Unassigned Unassigned
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: