PDavid commented on PR #7390:
URL: https://github.com/apache/hbase/pull/7390#issuecomment-3411298108
### Testing
Tested this by starting HBase in standalone mode with `mvn clean install
-DskipTests && bin/start-hbase.sh`.
Configured Canary tool info port in `conf/hbase-site.xml`:
```xml
...
<property>
<name>hbase.canary.info.port</name>
<value>16019</value>
</property>
...
```
Started the Canary tool in daemon mode (this provides the Canary Status page
web UI) with `./bin/hbase canary -daemon -interval 5 -f false`
Checked the Canary Status web UI page:
<img width="2900" height="2090" alt="image"
src="https://github.com/user-attachments/assets/8fb2b94c-3fac-431b-94a6-0fa605a5c1fa"
/>
--
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]