Replies: 3 comments 4 replies
-
I would recommend upgrading to the latest release. This was likely resolved in #1026 which was available in 4.3.0. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We upgraded dependency track to v4.3.6. Still seeing the same issue, Dependency track periodically peaks to 36% cpu utilisation, and then just crashes after a few days at one of the peaks. The crashing period is usually around 5 days every time. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@stevespringett any suggestions ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have dependency track war hosted on a dedicated m5.24xlarge ec2 instance. The usual CPU load is <10%, but there are periodic spikes in cpu utilization, gradually touching higher and higher marks with more days the service is live. These are the usual log errors seen at time of these spikes :-
javax.jdo.JDODataStoreException: HikariPool-4 - Connection is not available, request timed out after 30492ms.
Caused by: java.sql.SQLTransientConnectionException: HikariPool-4 - Connection is not available, request timed out after 30602ms.[Cache] >> EC.preCommit L1Cache op IS NULL!
Service details
version - 4.2.1
jdk version - 11
AWS ec2 instance type - m5.24xlarge
Vulnerability analysis is enabled
Env variables -
-e ALPINE_WORKER_THREADS=32
-e ALPINE_DATABASE_MODE='external'
-e ALPINE_DATABASE_URL='jdbc:postgresql://${db_host}:${db_port}/${db_name}'
-e ALPINE_DATABASE_DRIVER='org.postgresql.Driver'
-e ALPINE_DATABASE_DRIVER_PATH='/extlib/postgresql-42.2.18.jar'
-e ALPINE_DATABASE_USERNAME='${db_user}'
-e ALPINE_DATABASE_PASSWORD='${db_pass}'
-e ALPINE_DATABASE_POOL_ENABLED=true
-e ALPINE_DATABASE_POOL_MAX_SIZE=100
-e ALPINE_DATABASE_POOL_IDLE_TIMEOUT=600000
-e ALPINE_DATABASE_POOL_MAX_LIFETIME=600000
-e LOGGING_LEVEL=INFO
-e ALPINE_HTTP_PROXY_ADDRESS='${iboss_proxy_fqdn}'
-e ALPINE_HTTP_PROXY_PORT=443
-e ALPINE_NO_PROXY='${no_proxy_list}'
-e ALPINE_DATA_DIRECTORY='/data' \
Beta Was this translation helpful? Give feedback.
All reactions