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

Thrift server drops connection on long scans

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.2.0, 1.3.0, 2.0.0
    • 1.3.0, 2.0.0
    • Thrift
    • None

    Description

      Thrift servers use connection cache and we drop connections after hbase.thrift.connection.max-idletime milliseconds from the last time a connection object was accessed. However, we never update this last accessed time on scan path.
      By default, this will cause scanners to fail after 10 minutes, if the underlying connection object is not being used along other operation paths (like put).

      Attachments

        1. HBASE-16221.patch
          5 kB
          Joseph

        Activity

          People

            Vegetable26 Joseph
            ashu210890 Ashu Pachauri
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: