Skip to content

Conversation

@LujieDuan
Copy link
Contributor

@LujieDuan LujieDuan commented Jul 9, 2025

Description

SLES-15(amd64/arm64) image family has been updated to point to SP7 recently. Every since SP7, the previously missing log label tid became available, for Apache 3P test.

See #1173: tid was missing before because SLES uses prefork MPM which does not use threads.

Why it is available now: SLES 15 SP7 is still using prefork. Looking at an example log:

[Tue Jul 08 22:32:33.900278 2025] [mpm_prefork:notice] [pid 9248:tid 9248] AH00163: Apache/2.4.62 (Linux/SUSE) OpenSSL/3.2.3 configured -- resuming normal operations

It is populating the tid field with pid - this is probably an Apache change that shows tid as pid when using prefork.

This should not have any impact, since:

  1. this is an extra label for logs on SLES 15;
  2. all other distro already have this label.

Related issue

b/428016867

How has this been tested?

Integration tests passing.

Checklist:

  • Unit tests
    • Unit tests do not apply.
    • Unit tests have been added/modified and passed for this PR.
  • Integration tests
    • Integration tests do not apply.
    • Integration tests have been added/modified and passed for this PR.
  • Documentation
    • This PR introduces no user visible changes.
    • This PR introduces user visible changes and the corresponding documentation change has been made.
  • Minor version bump
    • This PR introduces no new features.
    • This PR introduces new features, and there is a separate PR to bump the minor version since the last release already.
    • This PR bumps the version.

@LujieDuan LujieDuan force-pushed the lujieduan-fix-sles-apache-tid-error branch from ed14c72 to 490e636 Compare July 9, 2025 15:08
@LujieDuan LujieDuan requested review from a team and jefferbrecht and removed request for a team July 9, 2025 16:46
@LujieDuan LujieDuan merged commit 09f2b15 into master Jul 9, 2025
64 of 68 checks passed
@LujieDuan LujieDuan deleted the lujieduan-fix-sles-apache-tid-error branch July 9, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants