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

Misspelled 'default' in SimpleRpcScheduler

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 1.4.0
    • 1.4.0
    • None
    • None

    Description

      Found "deafult' in logs, should be "default" of course. Looks bad, going to fix.

      $ find . -name '*.java' -exec fgrep -Hn deafult {} \;
      ./hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/SimpleRpcScheduler.java:85: callExecutor = new RWQueueRpcExecutor("deafult.RWQ", Math.max(2, handlerCount),
      ./hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/SimpleRpcScheduler.java:89: callExecutor = new FastPathBalancedQueueRpcExecutor("deafult.FPBQ", handlerCount,
      ./hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/SimpleRpcScheduler.java:92: callExecutor = new BalancedQueueRpcExecutor("deafult.BQ", handlerCount, maxQueueLength,
      ./hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestSimpleRpcScheduler.java:413: envEdge.threadNamePrefixs.add("RpcServer.deafult.FPBQ.Codel.handler");

      Attachments

        Activity

          People

            apurtell Andrew Kyle Purtell
            apurtell Andrew Kyle Purtell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: