This is an automated email from the ASF dual-hosted git repository.

nic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git.


    from 50c374b  KYLIN-4447 Upload a complete example for CDH5.7 env(2 job + 2 
query)
     new 5c69a12  KYLIN-4408 Change kylin.query.max-return-rows to 
kylin.query.max-return-bytes
     new d3788e0  KYLIN-4406 QueryRequestLimits limit should consider the 
queries hit/wait cache
     new 1142469  KYLIN-4409 Limit the number of simultaneous rpcs to HBase for 
cube
     new bbe9be3  KYLIN-4410 Limit the number of simultaneous rpcs to HBase for 
project

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/kylin/common/KylinConfigBase.java   |  14 ++-
 .../java/org/apache/kylin/common/QueryContext.java |  60 +++++++---
 .../apache/kylin/common/QueryContextFacade.java    |   6 +-
 .../apache/kylin/common/SubThreadPoolExecutor.java | 127 +++++++++++++++++++++
 .../kylin/common/SubThreadPoolExecutorTest.java    |  97 ++++++++++++++++
 .../apache/kylin/rest/service/QueryService.java    |  35 +++---
 .../hbase/cube/v2/CubeHBaseEndpointRPC.java        | 118 +++++++++++++------
 7 files changed, 385 insertions(+), 72 deletions(-)
 create mode 100644 
core-common/src/main/java/org/apache/kylin/common/SubThreadPoolExecutor.java
 create mode 100644 
core-common/src/test/java/org/apache/kylin/common/SubThreadPoolExecutorTest.java

Reply via email to