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

Multi threaded scan performance bottlenecked on Connection

    XMLWordPrintableJSON

Details

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

    Description

      Pretty simple repro. On a single region server host ~10 or more regions. Then for each region spawn a thread that starts a scan. Try an pull the scan as fast as possible.

      If all the scans are created through the same connection then it's slow. If all the scans are created through different connections then the scan speed is doubled.

      Since we recommend a single connection per application this is pretty surprising behavior.

      Attachments

        Activity

          People

            Unassigned Unassigned
            eclark Elliott Neil Clark
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated: