- WebUI console Server Dashboard shows Aggregate sensor event queue continuing to grow excessively larger.
- Seeing these JVM GC messages orver 20% in /var/log/messages of one or moreEDR nodes
Feb 12 14:57:25 prn-cb06 cb-enterprised[4139]: cb.enterprise.tasks.server_health_monitor.indicators.garbage_collection - JVM GC for cb-datastore is at 203.7%. Current threshold is 20.0%
Feb 12 14:58:27 prn-cb06 cb-enterprised[4139]: cb.enterprise.tasks.server_health_monitor.indicators.garbage_collection - JVM GC for cb-datastore is at 143.3%. Current threshold is 20.0%
- /var/log/cb/datastore/debug.log shows these WARNings:
2019-02-12 14:56:01,819 - [WARN] - from org.eclipse.jetty.http.HttpParser in qtp2059904228-932
badMessage: java.lang.IllegalStateException: too much data after closed for
HttpChannelOverHttp@6b8eebb2{r=1,c=false,a=IDLE,uri=-}
- /var/log/cb/access.log showing excessive "503" errors:
cat /var/log/cb/nginx/access.log | cut -d'"' -f3 | cut -d' ' -f2 | sort | uniq -c
1406550 200
1 204
18 400
39 402
48 403
827 408
273 499
12224 502
232598 503 << excessive 503 errors
73882 504