Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-6183

Default value for parameter 'planner.width.max_per_node'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.12.0
    • None
    • Server
    • None
    • Drill 1.12

    Description

      The default value for configuration parameter 'planner.width.max_per_node' is shown as 0 in Drill 1.12. In the previous versions, the default value is set as 70% total core in the drillbit node.This could be confusing for users upgrading from previous versions ( Whether it is unlimited value).  

      0: jdbc:drill:drillbit=localhost> select * from sys.options where name like '%planner.width%'; 
      +------------------------------+-------+-------------------+--------------+----------+----------+-------------+-----------+------------+
      | name | kind | accessibleScopes | optionScope | status | num_val | string_val | bool_val | float_val |
      +------------------------------+-------+-------------------+--------------+----------+----------+-------------+-----------+------------+
      | planner.width.max_per_node | LONG | ALL | BOOT | DEFAULT | 0 | null | null | null |
      | planner.width.max_per_query | LONG | ALL | BOOT | DEFAULT | 1000 | null | null | null |
      +------------------------------+-------+-------------------+--------------+----------+----------+-------------+-----------+------------+
      2 rows selected (0.913 seconds) 0: jdbc:drill:drillbit=localhost>
      
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            arjun_kr Arjun
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: