dlmarion opened a new issue, #6187:
URL: https://github.com/apache/accumulo/issues/6187
The new Monitor server side code maintains a data structure that will
provide the number of configured, responding, and not responding servers by
process per resource group. This should allow a table to be created for each
resource group that looks like:
<table>
<th>Default</th>
<tr>
<td>
<table>
<th>Process</th>
<th>Configured</th>
<th>Responding</th>
<th>Not Responding</th>
<tr>
<td>Compactor</td><td>10</td><td>10</td><td>0</td>
</tr>
<tr>
<td>Garbage Collector</td><td>1</td><td>1</td><td>0</td>
</tr>
<tr>
<td>Manager</td><td>1</td><td>1</td><td>0</td>
</tr>
<tr>
<td>Scan Server</td><td>20</td><td>15</td><td>5</td>
</tr>
<tr>
<td>Tablet Server</td><td>40</td><td>20</td><td>20</td>
</tr>
</table>
</td>
</tr>
</table>
--
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]