debiswal opened a new pull request, #4289:
URL: https://github.com/apache/ozone/pull/4289

   What changes were proposed in this pull request?
   commit id : 74b79146fcdb288a29e583e0af9270dc983e3d48
   This Includes Sorting, Searching & Pagination on SCM UI where page deafult 
size is 10. we can also set this to 20 or 50 or 'All' records per page as well.
   Page slicing & Record Slicing both have been implemented along wth sort & 
search.
   
   Backend Changes ::
   JMX API developed & the response from API is
   
   "NodeStatusInfo" : [ {
   "key" : "ozone_datanode_1.ozone_default",
   "value" : [ "HEALTHY", "IN_SERVICE" ]
   }, {
   "key" : "ozone_datanode_3.ozone_default",
   "value" : [ "HEALTHY", "IN_SERVICE" ]
   }, {
   "key" : "ozone_datanode_2.ozone_default",
   "value" : [ "HEALTHY", "IN_SERVICE" ]
   } ]
   
   Note: HDDS 7816 JIRA includes both UI & Backend changes .
   
   What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-7816
   
   How was this patch tested?
   
   Manually
   Attached screenshot for reference
   
   image
   
   Search:
   image
   
   Sort:
   image
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to