Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-1020

Although "kylin.query.scan.threshold" is set, it still be restricted to less than 4 million

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • v0.7.2, v1.0
    • v1.1, v1.4.0
    • Storage - HBase
    • None
    • Sprint 48

    Description

      Kylin allows user to configure "kylin.query.scan.threshold" in kylin.properties, and the default value is 10 million; But in org.apache.kylin.storage.StorageContext, it has a hard-coded "HARD_THRESHOLD" which is 4 million, and "kylin.query.scan.threshold" couldn't exceed this threshold, this is wrong.

      The correct behavior should be, remove HARD_THRESHOLD and always use "kylin.query.scan.threshold" as the threshold.

      Attachments

        Activity

          People

            shaofengshi Shao Feng Shi
            shaofengshi Shao Feng Shi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: