The system periodically checks the number of connections to all Knox topologies. This alarm is generated when the number of connections to a topology exceeds the threshold (90% by default). This alarm is automatically cleared when the number of connections to a topology falls below the threshold.
This alarm applies to clusters of MRS 3.1.0 or later.
Alarm ID |
Alarm Severity |
Auto Clear |
---|---|---|
12190 |
Major |
Yes |
Name |
Meaning |
---|---|
Source |
Specifies the cluster or system for which the alarm is generated. |
ServiceName |
Specifies the service for which the alarm is generated. |
RoleName |
Specifies the role for which the alarm is generated. |
HostName |
Specifies the host for which the alarm is generated. |
Topology |
Specifies the Knox topology for which the alarm is generated. |
The topology may reach the upper limit of connections and fail to forward requests, adversely affecting the MRS functions.
Hue or Manager is too frequently used, but the default maximum number of Knox connections is small.
vi /opt/knox/conf/gateway-site.xml
<property> <name>gateway.httpclient.maxConnections</name> <value>64</value> </property>
sh /opt/knox/bin/restart-knox.sh
This alarm is automatically cleared after the fault is rectified.
None