Skip to content

Stop ractor workers after receiving their exceptions - #378

Merged
grosser merged 4 commits into
grosser:masterfrom
OskarEichler:codex/stop-failed-ractors
Aug 29, 2026
Merged

Stop ractor workers after receiving their exceptions#378
grosser merged 4 commits into
grosser:masterfrom
OskarEichler:codex/stop-failed-ractors

Conversation

@OskarEichler

Copy link
Copy Markdown
Contributor

Summary

Send the normal stop message to a Ractor after consuming its exception result, on both receive paths.

Reproduction and verification

When a callback raises, the Ractor sends its exception result and loops back to receive. The parent currently removes or skips it without sending a stop message. Three bounded fixtures covering initial/final and mid-stream failures each leave one waiting worker on baseline; the candidate leaves none. The fixture explicitly releases baseline workers afterward.

Three lifecycle fixtures pass; 29 existing Ractor examples pass with seven existing pending cases. The original callback error is still raised.

The combined installed-release candidate passes 800 model checks across direct, thread, process and Ractor modes. Existing selected suite: 165 examples, zero failures, nine pending, baseline and candidate on rbenv Ruby 4.0.6. Global process-name kill tests and the 200-process stress example were excluded for shared-host safety. SQLite examples use temporary databases. An external verification bundle uses already-installed dependencies; upstream Gemfile/lockfile/tests remain unchanged.

Runtime RuboCop passes. Full upstream RuboCop reports the same pre-existing RSpec/MatchWithSimpleRegex offense in spec/parallel_spec.rb:278 on both versions; no full green-lint claim. Gem packaging retains 2.1.0, Ruby >= 3.3, all four published paths and metadata, with no dependency changes.

Compatibility and limitations

Successful work and error propagation are unchanged. This fixes ordinary callback-error/Break result cleanup, not arbitrary start/finish/producer exceptions or forced cancellation. Ruby 4.0.6 exercised; the Ruby 3 Ractor.yield branch awaits upstream CI.

No tests were added or modified under the consuming repository's no-new-tests policy. Reproductions/model checks are external scratch scripts. No production operations or claim of complete concurrency/platform coverage.

@grosser grosser left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah good catch

@grosser
grosser merged commit 693e18a into grosser:master Aug 29, 2026
0 of 4 checks passed
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