Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-5284 Roll-up of final fixes for managed sort
  3. DRILL-5017

Config param drill.exec.sort.external.batch.size is not used

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.8.0
    • 1.10.0
    • None
    • None

    Description

      The Drill config file defines the drill.exec.sort.external.batch.size parameter, as does ExecConstants:

        String EXTERNAL_SORT_TARGET_BATCH_SIZE = "drill.exec.sort.external.batch.size";
      

      However, this parameter is never used. It seems to be a duplicate of:

        String EXTERNAL_SORT_TARGET_SPILL_BATCH_SIZE = "drill.exec.sort.external.spill.batch.size";
      

      Which, itself, is never used.

      Remove these parameters from ExecConstants, drill-module.conf, drill-override-example.conf (if they appear in those files) and from the documentation (if they appear in the docs.)

      Attachments

        Activity

          People

            paul-rogers Paul Rogers
            paul-rogers Paul Rogers
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: