You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/04/22 06:30:38 UTC

[GitHub] [hbase] liangxs commented on pull request #4359: HBASE-26962: Add mob info in web UI

liangxs commented on PR #4359:
URL: https://github.com/apache/hbase/pull/4359#issuecomment-1106058352

   For example, a table `t1` with three column families:
   ```
   't1', 
   {NAME => 'f1', MOB_THRESHOLD => '1000', IS_MOB => 'true'}, 
   {NAME => 'f2', MOB_THRESHOLD => '1000', IS_MOB => 'true'}, 
   {NAME => 'f3'}
   ```
   The region page:
   
   ![image](https://user-images.githubusercontent.com/4401756/164616441-16c4ad98-7598-4517-9a46-8023525d72fe.png)
   
   The store file info page:
   
   ![image](https://user-images.githubusercontent.com/4401756/164616481-691b3b11-5a69-456f-b2c8-e4f59aaaa9d8.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.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org