You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2022/12/26 03:08:01 UTC

[kylin] branch kylin5 updated (76d574818f -> 5ef08ffc56)

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

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


    from 76d574818f KYLIN-5362 Editing agg-groups doesn't produce extra meaningless indexes
     add 5ef08ffc56 KYLIN-5379 Disable epoch renew when epoch checker disabled

No new revisions were added by this update.

Summary of changes:
 .../kylin/metadata/epoch/EpochOrchestrator.java    |  19 ++-
 .../metadata/epoch/EpochOrchestratorTest.java      |  68 +++++++++
 src/server/pom.xml                                 |  11 ++
 .../rest/discovery/KylinServiceDiscoveryCache.java |  14 +-
 .../discovery/KylinServiceDiscoveryCacheTest.java  | 162 +++++++++++++++++++++
 5 files changed, 263 insertions(+), 11 deletions(-)
 create mode 100644 src/core-metadata/src/test/java/org/apache/kylin/metadata/epoch/EpochOrchestratorTest.java
 create mode 100644 src/server/src/test/java/org/apache/kylin/rest/discovery/KylinServiceDiscoveryCacheTest.java