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

Scan should be limited by read capacity unit quota if read size quota is not set

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • Quotas
    • None

    Description

      Scan is currently limited by available size of quota, and quota size only considers the READ_SIZE type:

      long maxQuotaResultSize = Math.min(maxScannerResultSize, quota.getReadAvailable());
      

      If read size is not set, we should limit the result size by read capacity unit to avoid exceeding quota.

      Attachments

        Issue Links

          Activity

            People

              meiyi Yi Mei
              meiyi Yi Mei
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: