-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74902/
-----------------------------------------------------------
(Updated Feb. 22, 2024, 11:26 p.m.)
Review request for atlas, Jayendra Parab, Pinal Shah, and Radhika Kundam.
Changes
-------
As the previous patch was specific to HBase & Solr, this change accommodates
the use of any storage backend & index stores for Atlas Health Check.
Bugs: ATLAS-4826
https://issues.apache.org/jira/browse/ATLAS-4826
Repository: atlas
Description
-------
In order to monitor the application health and be able to restart it if it is
unhealthy we need to check the:
1) Liveness - if Atlas is live and running as expected
2) Readyness - if Atlas is live and ready to accept client requests
Diffs (updated)
-----
repository/src/main/java/org/apache/atlas/util/AtlasMetricsUtil.java
beb90e67b
webapp/src/main/java/org/apache/atlas/web/resources/AdminResource.java
4d59fa3d6
webapp/src/test/java/org/apache/atlas/web/resources/AdminResourceTest.java
5b16ba149
Diff: https://reviews.apache.org/r/74902/diff/2/
Changes: https://reviews.apache.org/r/74902/diff/1-2/
Testing
-------
Thanks,
Disha Talreja