Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-2440

VolumeManagerImpl.create doesn't set bufferSize on 0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.6.0
    • tserver
    • None

    Description

      When bufferSize is zero, we never set to the value of io.file.buffer.size we checked in the configuration for.

          if (bufferSize == 0) {
            fs.getConf().getInt("io.file.buffer.size", 4096);
          }
      

      This doesn't look quite right.

      Attachments

        Activity

          People

            elserj Josh Elser
            elserj Josh Elser
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: