vivekratnavel opened a new pull request #597: Create REST API to serve Node information and integrate with UI in Recon. URL: https://github.com/apache/hadoop-ozone/pull/597 ## What changes were proposed in this pull request? - Added a REST API to serve Node information in Recon - Added unit tests to test node endpoint response - Added Robot test to test the node endpoint response - Disabled Recon tests in Ozone Secure Robot test setup to avoid test failures. This will be enabled in the future after testing and stabilizing Recon in Secure environments. - Enabled Hash Router in React to fix this issue https://issues.apache.org/jira/browse/HDDS-3011 ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-2996 ## How was this patch tested? This patch was tested with unit tests, robot tests and manual tests. One can manually test the patch by compiling locally and bringing up a cluster via docker by ``` cd hadoop-ozone/dist/target/ozone-0.5.0-SNAPSHOT/compose/ozone docker-compose up -d ``` Then pointing the browser to localhost:9888 This will bring up datanodes UI in Recon as the default. Scale up the number of datanodes or create keys in ozone via freon and see the change in Recon UI. ``` docker-compose scale datanode=6 ozone freon rk --replicationType=RATIS --numOfVolumes=10 --numOfBuckets=10 --numOfKeys=10 --factor=THREE --numOfThreads=20 ```
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org