Skip to main content
1 vote
0 answers
77 views

I noticed, that in my java GC sometimes I find lines like that: [2025-01-02T09:22:50.244+0100][1670644.559s][info][gc,cpu ] GC(152394) User=0.05s Sys=0.00s Real=0.01s [2025-01-02T09:22:50.245+...
Ziutek Wadowski's user avatar
1 vote
0 answers
206 views

I have a Java process consuming upwards of 400% CPU on my server (AlmaLinux) which shouldn’t be the case. On my analysis I find multiple QTPs (Queued Thread Pools) consuming the CPU: After analysing ...
Fabio Abreu's user avatar
3 votes
1 answer
189 views

In below thread dump, there seems to be two different thread states: JVM thread_state and java.lang.Thread.State. Which one is the actual state of the thread? JVM thread_state is "_thread_blocked&...
vinay sharma's user avatar
2 votes
1 answer
130 views

I have a Java Thread Dump which clearly says I have a deadlock in my application: "pool-2-thread-1": waiting to lock monitor 0x00007f17b0040120 (object 0x00000000f731a9e0, a com.MyClass), ...
MiamiBeach's user avatar
  • 3,505
3 votes
1 answer
583 views

Application Context: We are currently deploying an application based on spring-boot:3.2.0 which involves REST-based APIs exposed to clients using spring-boot-starter-web, integrating with our ...
Naman's user avatar
  • 32.7k
0 votes
0 answers
169 views

I would like to take a thread dump of a maven run on CI server. The thread dump should be taken for example every 10 minutes to debug hanged maven runs. Is there an existing extention / configuration ...
galusben's user avatar
  • 6,472
1 vote
0 answers
34 views

One of the services is giving high CPU utilization. I analysed the thread dump and found the following stacktrace to be the culprit of the problem. But I am not able to identify how to fix it. This is ...
Karthik sharma's user avatar
1 vote
0 answers
97 views

I have a Java desktop application which hangs at-times while running a scenario. I tried to take heap and thread dump for analysis. Up until the application hangs I am able to take the heap and thread ...
user3164187's user avatar
  • 1,442
0 votes
0 answers
54 views

Our application is running in wildfly 9.0.1. We had taken thread dump using command jstack -l while application was running. One of thread (default task-201) from thread dump is here "default ...
vishal patel's user avatar
5 votes
2 answers
242 views

Rinning jstack -e produces a dump like this (at least in Java 19): "Thread-0" #25 [23276] prio=5 os_prio=0 cpu=0.00ms elapsed=593.30s allocated=6720B defined_classes=1 tid=...
AlexElin's user avatar
  • 1,799
0 votes
1 answer
216 views

I am running the JMeter script with 100 RPS/TPS using Throughput Shaping Timer on Linux VM using Non-GUI mode, as I am not able to reach the desired TPS/RPS with enough RAM and CPU resource available. ...
SAIR's user avatar
  • 499
0 votes
1 answer
866 views

Taking thread dump on Java in a linux machine is getting failed sometimes with following error with jstack:- 1455: Unable to open socket file /proc/1455/root/tmp/.java_pid1455: target process 1455 ...
sunder's user avatar
  • 1,037
1 vote
0 answers
809 views

One of our embedded jetty applications doesn't exit even though there are no non-daemon threads according to the thread dump: Threads class SMR info: _java_thread_list=0x00007fede8001c60, length=15, ...
seriousgeek's user avatar
  • 1,034
1 vote
1 answer
5k views

I am trying to generate a thread dump of a java process being run on a Linux instance in AWS. I am using the jstack command on OpenJDK version 1.8.0. The current command I am running is sudo -u <...
Kobias III's user avatar
1 vote
1 answer
2k views

I have PySpark jobs running in AWS EMR. Recently, I upgraded (AWS EMR 6.4, Spark 3.1.2) and switched to running the job in a docker container. Ever since, there are sporadic thread dumps in the stdout ...
Maksim Grinman's user avatar

15 30 50 per page
1
2 3 4 5
15