Skip to content

bugfix: fix _tp_delta missing in streaming agg#1118

Merged
yokofly merged 1 commit intodevelopfrom
fix-missing-tp-delta
Mar 2, 2026
Merged

bugfix: fix _tp_delta missing in streaming agg#1118
yokofly merged 1 commit intodevelopfrom
fix-missing-tp-delta

Conversation

@yokofly
Copy link
Copy Markdown
Collaborator

@yokofly yokofly commented Mar 2, 2026

  • Fix missing _tp_delta in streaming aggregation

  • Address PR review comments

  1. Fix typo in FIXME comment: 'requries' -> 'requires'
  2. Fix os.setpgid error handling to prevent killpg issues:
    • Check if process is group leader before calling killpg
    • Use os.getpgrp() == os.getpid() to avoid race conditions
    • Handle OSError exceptions gracefully

PR checklist:

  • Did you run ClangFormat ?
  • Did you separate headers to a different section in existing community code base ?
  • Did you surround proton: starts/ends for new code in existing community code base ?

Please write user-readable short description of the changes:

* Fix missing _tp_delta in streaming aggregation

* Address PR review comments

1. Fix typo in FIXME comment: 'requries' -> 'requires'
2. Fix os.setpgid error handling to prevent killpg issues:
   - Check if process is group leader before calling killpg
   - Use os.getpgrp() == os.getpid() to avoid race conditions
   - Handle OSError exceptions gracefully

Co-Authored-By: Claude <[email protected]>

---------

Co-authored-by: Claude <[email protected]>
@chatgpt-codex-connector
Copy link
Copy Markdown
Contributor

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@yokofly yokofly merged commit a4add25 into develop Mar 2, 2026
3 of 6 checks passed
@yokofly yokofly deleted the fix-missing-tp-delta branch March 2, 2026 08:25
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.

2 participants