You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2020/08/06 18:46:34 UTC

[helix] branch master updated (4aa7113 -> ccc5ccf)

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

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


    from 4aa7113  Add PR/Issue template and actions to validate PR status. (#1223)
     add ccc5ccf  Support option to skip direct ZK read for health check API (#1197)

No new revisions were added by this update.

Summary of changes:
 .../helix/rest/client/CustomRestClientImpl.java    |   4 +-
 .../rest/common/HelixDataAccessorWrapper.java      |  78 ++++++++++----
 .../server/resources/helix/InstancesAccessor.java  |  12 +--
 .../resources/helix/PerInstanceAccessor.java       |  12 ++-
 .../rest/server/service/InstanceServiceImpl.java   |  11 +-
 .../helix/rest/server/TestPerInstanceAccessor.java |   7 +-
 .../rest/server/service/TestInstanceService.java   | 113 +++++++++++++++++++--
 7 files changed, 187 insertions(+), 50 deletions(-)