Skip to content

Conversation

@dwoz
Copy link
Contributor

@dwoz dwoz commented Dec 17, 2025

  • Fix process name pollution when multiprocessing=False (issue [BUG] Minions append to parent process name when multiprocessing=False #68553) Skip appending _thread_return to process title when jobs run in threads instead of separate processes to prevent indefinite name accumulation

  • Allow minion process managers to append their name even in MainProcess Ensures MinionProcessManager appears in process title when running with --disable-keepalive for better process identification

  • Add integration tests for process name behavior Tests verify no _thread_return pollution and proper ProcessManager naming

Fixes #68553

- Fix process name pollution when multiprocessing=False (issue saltstack#68553)
  Skip appending _thread_return to process title when jobs run in threads
  instead of separate processes to prevent indefinite name accumulation

- Allow minion process managers to append their name even in MainProcess
  Ensures MinionProcessManager appears in process title when running with
  --disable-keepalive for better process identification

- Add integration tests for process name behavior
  Tests verify no _thread_return pollution and proper ProcessManager naming
@dwoz dwoz requested a review from a team as a code owner December 17, 2025 23:12
@dwoz dwoz added the test:full Run the full test suite label Dec 17, 2025
@dwoz dwoz merged commit 26fed3b into saltstack:3006.x Dec 18, 2025
411 of 416 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test:full Run the full test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant