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

mmiller pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new fe4d4d1  Improve tool tip for hold time in Monitor (#1772)
fe4d4d1 is described below

commit fe4d4d1f8d9a7c62a5372b6adacfa6d9f55a9900
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Thu Nov 12 11:02:16 2020 -0500

    Improve tool tip for hold time in Monitor (#1772)
    
    * Also make the description for Ingest the same on all pages
---
 .../main/resources/org/apache/accumulo/monitor/templates/table.ftl  | 2 +-
 .../main/resources/org/apache/accumulo/monitor/templates/tables.ftl | 2 +-
 .../resources/org/apache/accumulo/monitor/templates/tservers.ftl    | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/table.ftl
 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/table.ftl
index 5506a1a..891589d 100644
--- 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/table.ftl
+++ 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/table.ftl
@@ -44,7 +44,7 @@
                 <th title="Key/value pairs over each instance, table or 
tablet.">Entries&nbsp;</th>
                 <th title="The number of Key/Value pairs inserted. (Note that 
deletes are considered inserted)">Ingest&nbsp;</th>
                 <th title="The number of key/value pairs returned to clients. 
(Not the number of scans)">Query&nbsp;</th>
-                <th title="The amount of time that ingest operations are 
suspended while waiting for data to be written to 
disk.">Hold&nbsp;Time&nbsp;</th>
+                <th title="The amount of time live ingest operations 
(mutations, batch writes) have been waiting for the tserver to free up 
memory.">Hold&nbsp;Time&nbsp;</th>
                 <th title="Information about the scans threads. Shows how many 
threads are running and how much work is queued for the 
threads.">Running<br/>Scans&nbsp;</th>
                 <th title="The action of flushing memory to disk. Multiple 
tablets can be compacted simultaneously, but sometimes they must wait for 
resources to be available. The number of tablets waiting for compaction are in 
parentheses.">Minor<br/>Compactions&nbsp;</th>
                 <th title="The action of gathering up many small files and 
rewriting them as one larger file.">Major<br/>Compactions&nbsp;</th>
diff --git 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/tables.ftl
 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/tables.ftl
index 38212f2..d4b232b 100644
--- 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/tables.ftl
+++ 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/tables.ftl
@@ -101,7 +101,7 @@
               <th title="The rate of Key/Value pairs inserted. (Note that 
deletes are considered inserted)" class="big-num">Ingest</th>
               <th title="The rate of Key/Value pairs read on the server side. 
Not all key values read may be returned to client because of filtering." 
class="big-num">Read</th>
               <th title="The rate of Key/Value pairs returned to clients 
during queries. This is not the number of scans." class="big-num">Returned</th>
-              <th title="The amount of time that ingest operations are 
suspended while waiting for data to be written to disk." 
class="duration">Hold&nbsp;Time</th>
+              <th title="The amount of time live ingest operations (mutations, 
batch writes) have been waiting for the tserver to free up memory." 
class="duration">Hold&nbsp;Time</th>
               <th title="Running scans. The number queued waiting are in 
parentheses.">Scans</th>
               <th title="Minor Compactions. The number of tablets waiting for 
compaction are in parentheses.">MinC</th>
               <th title="Major Compactions. The number of tablets waiting for 
compaction are in parentheses.">MajC</th>
diff --git 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/tservers.ftl
 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/tservers.ftl
index 2066f24..291595a 100644
--- 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/tservers.ftl
+++ 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/tservers.ftl
@@ -57,15 +57,15 @@
                 <th class="duration">Last&nbsp;Contact&nbsp;</th>
                 <th title="The time it took for the tserver to return its 
status." class="duration">Response&nbsp;Time&nbsp;</th>
                 <th title="Key/value pairs over each instance, table or 
tablet." class="big-num">Entries&nbsp;</th>
-                <th title="The number of Key/Value pairs inserted. (Note that 
deletes are inserted)" class="big-num">Ingest&nbsp;</th>
+                <th title="The number of Key/Value pairs inserted. (Note that 
deletes are considered inserted)" class="big-num">Ingest&nbsp;</th>
                 <th title="The number of key/value pairs returned to clients. 
(Not the number of scans)" class="big-num">Query&nbsp;</th>
-                <th title="The amount of time that ingest operations are 
suspended while waiting for data to be written to disk." 
class="duration">Hold&nbsp;Time&nbsp;</th>
+                <th title="The amount of time live ingest operations 
(mutations, batch writes) have been waiting for the tserver to free up memory." 
class="duration">Hold&nbsp;Time&nbsp;</th>
                 <th title="Information about the scans threads. Shows how many 
threads are running and how much work is queued for the 
threads.">Running<br/>Scans&nbsp;</th>
                 <th title="The action of flushing memory to disk. Multiple 
tablets can be compacted simultaneously, but sometimes they must wait for 
resources to be available. The number of tablets waiting for compaction are in 
parentheses.">Minor<br/>Compactions&nbsp;</th>
                 <th title="The action of gathering up many small files and 
rewriting them as one larger file. The number of tablets waiting for compaction 
are in parentheses.">Major<br/>Compactions&nbsp;</th>
                 <th title="The recent index cache hit rate." 
class="percent">Index Cache<br/>Hit Rate&nbsp;</th>
                 <th title="The recent data cache hit rate." 
class="percent">Data Cache<br/>Hit Rate&nbsp;</th>
-                <th title="The Unix one minute load average. The average 
number of processes in the run queue over a one minute interval."  
class="big-num">OS&nbsp;Load&nbsp;</th>
+                <th title="The Unix one minute load average. The average 
number of processes in the run queue over a one minute interval." 
class="big-num">OS&nbsp;Load&nbsp;</th>
               </tr>
             </thead>
             <tbody></tbody>

Reply via email to