Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The pipelines.exit-on-error works inconsistently #1179

Open
hariso opened this issue Aug 18, 2023 · 0 comments
Open

The pipelines.exit-on-error works inconsistently #1179

hariso opened this issue Aug 18, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@hariso
Copy link
Contributor

hariso commented Aug 18, 2023

Bug description

With the pipelines.exit-on-error specified via command line, Conduit doesn't always exit. Roughly, once in 3-4 times it stops. It's interesting that when used in GoLand, it always works.

Steps to reproduce

  1. Build Conduit (latest, main, v0.7.1, v0.6.2)
  2. Run with ./conduit -pipelines.exit-on-error -pipelines.path ./test.yaml.

Expected: Conduit exits
Actual: Conduit sometimes exits

Test file:

version: "2.0"
pipelines:
    - id: file-pipeline
      status: running
      name: file-pipeline
      description: test pipline
      connectors:
        - id: source-connector
          type: source
          plugin: builtin:s3
          name: source-connector
          settings:
            path: ${SOURCE_FILE}
          processors: []
        - id: destination-connector
          type: destination
          plugin: builtin:s3
          name: destination-connector
          settings:
            path: ${DESTINATION_FILE}
          processors: []
      processors: []
      dead-letter-queue:
        plugin: ""
        settings: {}
        window-size: null
        window-nack-threshold: null

Version

v0.8.0-nightly.20230817, v0.7.1, v0.6.2

@hariso hariso added bug Something isn't working triage Needs to be triaged labels Aug 18, 2023
@simonl2002 simonl2002 removed the triage Needs to be triaged label Oct 2, 2023
@simonl2002 simonl2002 added this to the Next milestone Oct 2, 2023
@simonl2002 simonl2002 removed the status in Conduit Main Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants