PDavid commented on PR #8058:
URL: https://github.com/apache/hbase/pull/8058#issuecomment-4709203367
> How should I test it? I'm trying by running a full scan on a table from
hbase shell, however, I don't see any updates for th "client connections" tab
in Master UI, not the related view in hbtop. Am I missing something here?
@wchevreuil I think when I tested it last time, the key was to add the
following to hbase-site.xml:
```xml
<property>
<name>hbase.regionserver.user.metrics.enabled</name>
<value>true</value>
</property>
```
--
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]