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

Enable a connection to see its own uncommitted data on queries

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Resolution: Duplicate
    • None
    • None
    • None
    • 231

    Description

      Currently, if you have uncommitted data, you won't see it when you run queries until it is committed. We could potentially send the uncommitted data over the wire (sending each region only its own data), expose the following method from HRegion (or something similar):
      protected RegionScanner getScanner(Scan scan,
      List<KeyValueScanner> additionalScanners) throws IOException {

      and then add a KeyValueScanner in front of the normal scanner that represents a scan on the uncommitted data.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jamestaylor James R. Taylor
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: