-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
35.0.0.Final
-
None
When enabling the obfuscate-session-route option on the undertow subsystem, each call to Server.getRoute repeats the route encoding and associated INFO messages. Server.getRoute is repeated with any deployment and then also on any sent mod_cluster message.
2024-12-12 10:09:13,695 INFO [stdout] (MSC service thread 1-6) BTM Server.getRoute 2024-12-12 10:09:13,695 INFO [stdout] (MSC service thread 1-6) org.wildfly.extension.undertow.Server.getRoute(Server.java:-1) 2024-12-12 10:09:13,695 INFO [stdout] (MSC service thread 1-6) org.wildfly.extension.undertow.session.SimpleSessionIdentifierCodecServiceConfigurator.apply(SimpleSessionIdentifierCodecServiceConfigurator.java:65) 2024-12-12 10:09:13,695 INFO [stdout] (MSC service thread 1-6) org.wildfly.extension.undertow.session.SimpleSessionIdentifierCodecServiceConfigurator.apply(SimpleSessionIdentifierCodecServiceConfigurator.java:51) 2024-12-12 10:09:13,695 INFO [stdout] (MSC service thread 1-6) org.wildfly.clustering.service.FunctionalService.start(FunctionalService.java:64) 2024-12-12 11:28:35,405 INFO [stdout] (UndertowEventHandlerAdapterService - 1) BTM Server.getRoute 2024-12-12 11:28:35,405 INFO [stdout] (UndertowEventHandlerAdapterService - 1) org.wildfly.extension.undertow.Server.getRoute(Server.java:-1) 2024-12-12 11:28:35,405 INFO [stdout] (UndertowEventHandlerAdapterService - 1) org.wildfly.mod_cluster.undertow.UndertowEngine.getJvmRoute(UndertowEngine.java:135) 2024-12-12 11:28:35,405 INFO [stdout] (UndertowEventHandlerAdapterService - 1) org.jboss.modcluster.ModClusterService.status(ModClusterService.java:422) 2024-12-12 11:28:35,405 INFO [stdout] (UndertowEventHandlerAdapterService - 1) org.wildfly.mod_cluster.undertow.UndertowEventHandlerAdapterService.run(UndertowEventHandlerAdapterService.java:182) 2024-12-12 11:28:35,405 INFO [stdout] (UndertowEventHandlerAdapterService - 1) java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
So this route encoding and INFO message is repeated every 10 seconds with mod_cluster STATUS mcmps to create unwanted log chatter:
2024-12-12 10:09:42,774 INFO [org.wildfly.extension.undertow] (UndertowEventHandlerAdapterService - 1) WFLYUT0107: Generated obfuscated session route 'W1ojSre_AGlcGYcgtYv-iw' from 'aogburn-thinkpadp1gen3' 2024-12-12 10:09:52,780 INFO [org.wildfly.extension.undertow] (UndertowEventHandlerAdapterService - 1) WFLYUT0107: Generated obfuscated session route 'W1ojSre_AGlcGYcgtYv-iw' from 'aogburn-thinkpadp1gen3' 2024-12-12 10:10:02,787 INFO [org.wildfly.extension.undertow] (UndertowEventHandlerAdapterService - 1) WFLYUT0107: Generated obfuscated session route 'W1ojSre_AGlcGYcgtYv-iw' from 'aogburn-thinkpadp1gen3'
Should we only encode the obfuscated route and log once the first Server.getRoute call?
- is cloned by
-
JBEAP-28731 [GSS](7.4.z) - WFLY-20102 - Server.getRoute with obfuscate-session-route repeats INFO messages and route encoding
- Open
-
JBEAP-28732 [GSS](8.0.z) WFLY-20102 - Server.getRoute with obfuscate-session-route repeats INFO messages and route encoding
- Open