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 7ac5a84  KYLIN-3892 Set cubing job priority
     new aee4596  KYLIN-3843, List Kylin instances with their server mode on 
web.
     new 82ced2c  KYLIN-3843, minor, add logs and do some checks.
     new 41b130d  KYLIN-3843, List Kylin instances with their server mode on 
web.

The 7741 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   |   9 +-
 .../apache/kylin/common/restclient/RestClient.java |  20 +++
 .../job/impl/curator/CuratorLeaderSelector.java    |   8 +-
 .../kylin/job/impl/curator/CuratorScheduler.java   |  20 ++-
 .../job/impl/curator/CuratorSchedulerTest.java     |   6 +-
 .../ServiceDiscoveryStateController.java           | 145 +++++++++++++++++++++
 .../rest/service/ServiceDiscoveryStateService.java |  67 ++++++++++
 server/src/main/resources/kylinSecurity.xml        |   1 +
 .../kylin/rest/service/AdminServiceTest.java       |   1 +
 webapp/app/index.html                              |   3 +
 webapp/app/js/controllers/admin.js                 |   3 +
 webapp/app/js/controllers/instances.js             |  64 +++++++++
 .../app/js/model/instanceConfig.js                 |  12 +-
 .../app/js/services/{encodings.js => instance.js}  |   6 +-
 webapp/app/partials/admin/admin.html               |   9 +-
 webapp/app/partials/admin/instances.html           |  64 +++++++++
 webapp/app/partials/admin/streaming.html           |   4 +-
 17 files changed, 416 insertions(+), 26 deletions(-)
 create mode 100644 
server-base/src/main/java/org/apache/kylin/rest/controller/ServiceDiscoveryStateController.java
 create mode 100644 
server-base/src/main/java/org/apache/kylin/rest/service/ServiceDiscoveryStateService.java
 create mode 100644 webapp/app/js/controllers/instances.js
 copy core-cube/src/main/java/org/apache/kylin/gridtable/IGTBypassChecker.java 
=> webapp/app/js/model/instanceConfig.js (81%)
 copy webapp/app/js/services/{encodings.js => instance.js} (80%)
 create mode 100644 webapp/app/partials/admin/instances.html

Reply via email to