vivekratnavel opened a new pull request #492: HDDS-1335. Add basic UI for 
showing missing containers and keys
URL: https://github.com/apache/hadoop-ozone/pull/492
 
 
   ## What changes were proposed in this pull request?
   
   This PR adds a new page to look at all the missing containers and the keys 
present within those containers. Also, the Overview page is modified to 
indicate the missing containers, if there is at-least one missing container. 
Clicking on the Containers card will take the users to a new "Missing 
Containers" page with more detailed view.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-1335
   
   ## How was this patch tested?
   
   This patch was tested by running the react app with mock api server.
   ```
   cd hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web
   yarn install
   yarn run dev
   ```
   A screen-shot of Overview page with indication of missing containers is 
attached below:
   <img width="1680" alt="Screen Shot 2020-01-25 at 1 29 35 PM" 
src="https://user-images.githubusercontent.com/1051198/73127823-21ded380-3f7b-11ea-9020-6d5cc4895ba8.png";>
   
   A screen-shot of the new Missing Containers page is attached below:
   <img width="1680" alt="Screen Shot 2020-01-25 at 1 29 15 PM" 
src="https://user-images.githubusercontent.com/1051198/73127827-2905e180-3f7b-11ea-8723-96a6caa52f58.png";>
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to