Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Engines pick up stale simulation request #8

@akshaydewan

Description

@akshaydewan

Steps to reproduce:

  1. Run a simulation in multi-engine mode with, say, 2 engines.
  2. Let the simulation finish. Orchestrator and engines will terminate.
  3. Start another multi-engine simulation with 3 or 4 engines (> 2)
  4. The new engines will pick up the old simulation request and complain that no work was found for engines3 and 4.

Cause: Since we're adding new consumers (engines), Kafka delivers the older messages to the engines.

Possible fix: Let the orchestrator delete the simulation requests after the simulation finishes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions