[Bug 68868] Log rotation in a Spring Boot application leaves threads in timed_waiting state

2024-04-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68868

Mark Thomas  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Mark Thomas  ---
Please do not reopen this issue.

Bugzilla is not a support forum.

If you do not understand why it is a bad idea for multiple process to try and
write to and/or rotate the same file then please use the Tomcat users mailing
list for assistance.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 68868] Log rotation in a Spring Boot application leaves threads in timed_waiting state

2024-04-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68868

Naman  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

--- Comment #2 from Naman  ---
(In reply to Mark Thomas from comment #1)
> That stack trace is perfectly normal. It is a thread in the thread pool
> waiting for a task.
> 
> There is no evidence in this bug report of an issue with Tomcat.
> 
> The linked SO questions seems to suggest a k8s configuration issue with
> multiple processes writing to a single file.

@mark configurations shared are not really a K8s config, it is a spring boot
application config with Tomcat server as the default implementation -
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto.webserver.configure-access-logs

and its the same application deployed on three different instances(pods)
writing to the same file, but is that something Tomcat doesn't recommend for
logging?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 68868] Log rotation in a Spring Boot application leaves threads in timed_waiting state

2024-04-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68868

Mark Thomas  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |RESOLVED

--- Comment #1 from Mark Thomas  ---
That stack trace is perfectly normal. It is a thread in the thread pool waiting
for a task.

There is no evidence in this bug report of an issue with Tomcat.

The linked SO questions seems to suggest a k8s configuration issue with
multiple processes writing to a single file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org