Re: Review Request 74902: ATLAS-4826: Provide Liveness and Readyness probes in Atlas

2024-02-22 Thread Madhan Neethiraj

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74902/#review226233
---


Ship it!




Ship It!

- Madhan Neethiraj


On Feb. 22, 2024, 11:26 p.m., Disha Talreja wrote:
> 
> ---
> 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.
> 
> 
> 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
> -
> 
>   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/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Disha Talreja
> 
>



Re: Review Request 74902: ATLAS-4826: Provide Liveness and Readyness probes in Atlas

2024-02-22 Thread Disha Talreja via Review Board

---
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