You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2015/09/09 10:28:46 UTC

[jira] [Created] (KYLIN-1020) Although "kylin.query.scan.threshold" is set, it still be restricted to less than 4 million

Shaofeng SHI created KYLIN-1020:
-----------------------------------

             Summary: Although "kylin.query.scan.threshold" is set, it still be restricted to less than 4 million 
                 Key: KYLIN-1020
                 URL: https://issues.apache.org/jira/browse/KYLIN-1020
             Project: Kylin
          Issue Type: Bug
    Affects Versions: v0.7.2, v1.0
            Reporter: Shaofeng SHI
            Assignee: Shaofeng SHI
             Fix For: v1.1


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" could exceed this threshold, this is wrong.

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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)