You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2019/03/27 15:38:02 UTC

[hbase] branch master updated (bb75773 -> 9e273b3)

This is an automated email from the ASF dual-hosted git repository.

stack pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from bb75773  HBASE-22082 Should not use an instance to access static members, which will increases compilation costs.
     new 4c1765f  HBASE-22092 Typo in block cache monitoring documentation
     new 9e273b3  HBASE-22092 Typo in block cache monitoring documentation

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/asciidoc/_chapters/ops_mgt.adoc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


[hbase] 02/02: HBASE-22092 Typo in block cache monitoring documentation

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 9e273b3f3e5fc32adf163d8b532679419c11e52d
Author: William Shen <wi...@users.noreply.github.com>
AuthorDate: Fri Mar 22 16:08:12 2019 -0700

    HBASE-22092 Typo in block cache monitoring documentation
---
 src/main/asciidoc/_chapters/ops_mgt.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc b/src/main/asciidoc/_chapters/ops_mgt.adoc
index b4bdb21..d8d9a4a 100644
--- a/src/main/asciidoc/_chapters/ops_mgt.adoc
+++ b/src/main/asciidoc/_chapters/ops_mgt.adoc
@@ -1806,7 +1806,7 @@ image::bc_config.png[]
 .Stats shows statistics about the performance of the cache.
 image::bc_stats.png[]
 
-.L1 and L2 shows information about the L1 and L2 caches.
+.L1 and L2 show information about the L1 and L2 caches.
 image::bc_l1.png[]
 
 This is not an exhaustive list of all the screens and reports available.


[hbase] 01/02: HBASE-22092 Typo in block cache monitoring documentation

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 4c1765f1d5a996580bb2c293e671b38815ec9faa
Author: William Shen <wi...@users.noreply.github.com>
AuthorDate: Fri Mar 22 15:11:13 2019 -0700

    HBASE-22092 Typo in block cache monitoring documentation
---
 src/main/asciidoc/_chapters/ops_mgt.adoc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc b/src/main/asciidoc/_chapters/ops_mgt.adoc
index ee7bd97..b4bdb21 100644
--- a/src/main/asciidoc/_chapters/ops_mgt.adoc
+++ b/src/main/asciidoc/_chapters/ops_mgt.adoc
@@ -1794,19 +1794,19 @@ This particular example, for example, would indicate that the likely cause of sl
 === Block Cache Monitoring
 
 Starting with HBase 0.98, the HBase Web UI includes the ability to monitor and report on the performance of the block cache.
-To view the block cache reports, click .
+To view the block cache reports, see the Block Cache section of the region server UI.
 Following are a few examples of the reporting capabilities.
 
-.Basic Info
+.Basic Info shows the cache implementation.
 image::bc_basic.png[]
 
-.Config
+.Config shows all cache configuration options.
 image::bc_config.png[]
 
-.Stats
+.Stats shows statistics about the performance of the cache.
 image::bc_stats.png[]
 
-.L1 and L2
+.L1 and L2 shows information about the L1 and L2 caches.
 image::bc_l1.png[]
 
 This is not an exhaustive list of all the screens and reports available.