Hi, I recently noticed some weird "gaps" in the logs of my JAX-RS application running on Jersey running on Tomcat (running on Docker):
15:25:06,912 [http-nio-7070-exec-9] DEBUG ApplicationFilter:135 - Request URI <https://localhost:4443/ns> has not matched any lapp:Dataset 15:25:15,759 [http-nio-7070-exec-9] DEBUG AuthenticationFilter:98 - Authenticating request URI: https://localhost:4443/ns 15:25:46,078 [http-nio-7070-exec-3] DEBUG ApplicationFilter:135 - Request URI <https://localhost:4443/ns> has not matched any lapp:Dataset 15:25:57,826 [http-nio-7070-exec-3] DEBUG AuthenticationFilter:98 - Authenticating request URI: https://localhost:4443/ns 15:26:28,110 [http-nio-7070-exec-5] DEBUG ApplicationFilter:135 - Request URI <https://localhost:4443/ns> has not matched any lapp:Dataset 15:26:40,966 [http-nio-7070-exec-5] DEBUG AuthenticationFilter:98 - Authenticating request URI: https://localhost:4443/ns 15:27:11,162 [http-nio-7070-exec-8] DEBUG ApplicationFilter:135 - Request URI <https://localhost:4443/ns> has not matched any lapp:Dataset 15:27:29,535 [http-nio-7070-exec-8] DEBUG AuthenticationFilter:98 - Authenticating request URI: https://localhost:4443/ns there's nothing executing between those request filters, but there's a ~10 second or longer gap. Later on it seems to go away: 15:35:45,965 [http-nio-7070-exec-4] DEBUG ApplicationFilter:135 - Request URI <https://localhost:4443/ns> has not matched any lapp:Dataset 15:35:45,965 [http-nio-7070-exec-4] DEBUG AuthenticationFilter:98 - Authenticating request URI: https://localhost:4443/ns 15:37:16,405 [http-nio-7070-exec-7] DEBUG ApplicationFilter:135 - Request URI <https://localhost:4443/ns> has not matched any lapp:Dataset 15:37:16,405 [http-nio-7070-exec-7] DEBUG AuthenticationFilter:98 - Authenticating request URI: https://localhost:4443/ns 15:38:16,644 [http-nio-7070-exec-1] DEBUG ApplicationFilter:135 - Request URI <https://localhost:4443/ns> has not matched any lapp:Dataset 15:38:16,645 [http-nio-7070-exec-1] DEBUG AuthenticationFilter:98 - Authenticating request URI: https://localhost:4443/ns What could be the explanation for this? There's no heavy load, there's a single client writing/reading data to/from the app. Martynas --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org