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

jerryshao pushed a change to branch 1.2.0-hotfix
in repository https://gitbox.apache.org/repos/asf/gravitino.git


    from 38021e13b5 [Cherry-pick to branch-1.2] [#10766] fix(iceberg): skip 
table import for staged creates in IcebergTableHookDispatcher (#10767) (#10802)
     new 689ad2cc6f [#10839] feat(server): Add health check endpoints 
(liveness, readiness, aggregate) (#10840)
     new 36c3c46ce4 [#10846] fix(server): Add /health.html alias for legacy GTM 
standards (#10847)

The 2 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/gravitino/dto/HealthCheckDTO.java   |  70 ++++++
 .../gravitino/dto/responses/HealthResponse.java    |  82 +++++++
 conf/gravitino.conf.template                       |   2 +
 docs/open-api/health.yaml                          | 174 +++++++++++++++
 docs/open-api/openapi.yaml                         |   9 +
 .../org/apache/gravitino/server/ServerConfig.java  |   9 +
 .../authentication/AuthenticationFilter.java       |  43 ++++
 .../authentication/TestAuthenticationFilter.java   |  61 ++++++
 .../apache/gravitino/server/GravitinoServer.java   |   8 +
 .../gravitino/server/web/HealthAliasServlet.java   |  52 +++++
 .../server/web/rest/HealthOperations.java          | 244 +++++++++++++++++++++
 .../server/web/TestHealthAliasServlet.java         |  67 ++++++
 .../server/web/rest/TestHealthOperations.java      | 149 +++++++++++++
 13 files changed, 970 insertions(+)
 create mode 100644 
common/src/main/java/org/apache/gravitino/dto/HealthCheckDTO.java
 create mode 100644 
common/src/main/java/org/apache/gravitino/dto/responses/HealthResponse.java
 create mode 100644 docs/open-api/health.yaml
 create mode 100644 
server/src/main/java/org/apache/gravitino/server/web/HealthAliasServlet.java
 create mode 100644 
server/src/main/java/org/apache/gravitino/server/web/rest/HealthOperations.java
 create mode 100644 
server/src/test/java/org/apache/gravitino/server/web/TestHealthAliasServlet.java
 create mode 100644 
server/src/test/java/org/apache/gravitino/server/web/rest/TestHealthOperations.java

Reply via email to