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

The dropBehind and readahead don't be applied when useHBaseChecksum is enabled

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.0.0-alpha-3, 2.0.0
    • None
    • None
    • Reviewed

    Description

      FSDataInputStreamWrapper
        private void setStreamOptions(FSDataInputStream in) {
          try {
            this.stream.setDropBehind(dropBehind);
          } catch (Exception e) {
            // Skipped.
          }
          if (readahead >= 0) {
            try {
              this.stream.setReadahead(readahead);
            } catch (Exception e) {
              // Skipped.
            }
          }
        }
      

      Attachments

        1. HBASE-18714.v0.patch
          1 kB
          Chia-Ping Tsai

        Activity

          People

            chia7712 Chia-Ping Tsai
            chia7712 Chia-Ping Tsai
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: