This is an automated email from the ASF dual-hosted git repository. zhangzc pushed a change to branch kylin-soft-affinity-local-cache in repository https://gitbox.apache.org/repos/asf/kylin.git
discard da15d85c8c Upgrade alluxio client verion to 2.7.4 discard eddc015628 Pre-init KylinCacheFileSystem to fix s3a issue discard 7142f768c4 Support soft affinity and local cache feature add fa8e0fccef KYLIN-5178, upgrade tomcat to 8.5.78 (#1863) add a6941e35bd KYLIN-5179, fix StorageCleanupJob remove invalid segement new 39bd6cf591 Support soft affinity and local cache feature new ec4103306c Pre-init KylinCacheFileSystem to fix s3a issue new aa5d4505fc Upgrade alluxio client verion to 2.7.4 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (da15d85c8c) \ N -- N -- N refs/heads/kylin-soft-affinity-local-cache (aa5d4505fc) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 3 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: build/deploy/server.xml | 5 +++- build/script/download-tomcat.sh | 6 ++-- .../java/org/apache/kylin/common/KylinConfig.java | 7 +++-- .../org/apache/kylin/common/KylinConfigBase.java | 34 +++++++++++++++++----- .../kylin/common/util/AbstractApplication.java | 9 ++++-- .../apache/kylin/common/util/OptionsHelper.java | 8 +++-- docker/dockerfile/standalone/conf/bin/kylin.sh | 4 +-- pom.xml | 18 ++++++++++-- .../apache/kylin/rest/job/StorageCleanupJob.java | 8 +++++ .../java/org/apache/kylin/rest/DebugTomcat.java | 20 +++++++++---- 10 files changed, 91 insertions(+), 28 deletions(-)