milleruntime commented on a change in pull request #1772:
URL: https://github.com/apache/accumulo/pull/1772#discussion_r520914867
##########
File path:
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 </th>
<th title="The number of Key/Value pairs inserted. (Note that
deletes are considered inserted)">Ingest </th>
<th title="The number of key/value pairs returned to clients.
(Not the number of scans)">Query </th>
- <th title="The amount of time that ingest operations are
suspended while waiting for data to be written to
disk.">Hold Time </th>
+ <th title="The amount of time live ingest (mutations, batch
writer) is suspended while waiting for tserver memory to free up. Writes are
attempting to exceed tserver.memory.maps.max">Hold Time </th>
Review comment:
I wanted to make more clear to admin what is happening for this number
to be high. To make it clear that live ingest is held up vs bulk imports.
What about "The duration live ingest ops (mutations, batch writes) have been
held while waiting for tserver to free up memory"
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]