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

Missing bit on "Regression: Random Read/WorkloadC slower in 1.x than 0.98"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0, 2.0.0
    • rpc, Scheduler
    • None
    • Reviewed

    Description

      larsgeorge found a missing bit in HBASE-15971 "Regression: Random Read/WorkloadC slower in 1.x than 0.98" Let me fix here. Let me quote the man:

      BTW, in constructor we do this
      
      ```    String callQueueType = conf.get(CALL_QUEUE_TYPE_CONF_KEY,
              CALL_QUEUE_TYPE_FIFO_CONF_VALUE);
      ```
      (edited)
      
      [8:19]  
      but in `onConfigurationChange()` we do
      
      ```    String callQueueType = conf.get(CALL_QUEUE_TYPE_CONF_KEY,
            CALL_QUEUE_TYPE_DEADLINE_CONF_VALUE);
      ```
      (edited)
      

      Attachments

        1. HBASE-16341.patch
          2 kB
          Michael Stack
        2. HBASE-16341.patch
          2 kB
          Michael Stack
        3. HBASE-16341.master.001.patch
          2 kB
          Michael Stack

        Issue Links

          Activity

            People

              stack Michael Stack
              stack Michael Stack
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: