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

Error with structured records with timestamps from standalone plugin #866

Closed
hariso opened this issue Feb 8, 2023 · 2 comments · Fixed by ConduitIO/conduit-site#61
Closed
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation
Milestone

Comments

@hariso
Copy link
Contributor

hariso commented Feb 8, 2023

Bug description

In a pipeline with a source using a standalone connector and with records with timestamp fields, an error occurs and causes the pipeline to stop. Here's what the logs says:

2023-02-08T11:07:30+00:00 ERR node stopped error="node pipeline1:source1 stopped with error: source stream was stopped unexpectedly: error reading from source: read stream error: error converting payload: error converting after: proto: invalid type: time.Time" component=pipeline.Service node_id=pipeline1:source1 stack=[{"file":"/home/haris/projects/conduitio/conduit/pkg/pipeline/lifecycle.go","func":"github.com/conduitio/conduit/pkg/pipeline.(*Service).runPipeline.func1","line":515},{"file":"/home/haris/projects/conduitio/conduit/pkg/pipeline/stream/source.go","func":"github.com/conduitio/conduit/pkg/pipeline/stream.(*SourceNode).Run","line":124},{"file":"/home/haris/projects/conduitio/conduit/pkg/pipeline/stream/source.go","func":"github.com/conduitio/conduit/pkg/pipeline/stream.(*SourceNode).Run.func2","line":100},{"file":"/home/haris/projects/conduitio/conduit/pkg/plugin/standalone/v1/client.go","func":"github.com/conduitio/conduit/pkg/plugin/standalone/v1.unwrapGRPCError","line":160}]

This does not happen with built-in connectors. This has originally been found here.

Steps to reproduce

  1. Build the generator plugin
  2. Copy conduit-connector-generator into Conduit's connectors directory (./connectors by default)
  3. Start Conduit with the following pipeline:
---
version: 1.0
pipelines:
  pipeline1:
    status: running
    name: pipeline1
    description: 'Standalone generator source, file destination'
    connectors:
      source1:
        type: source
        plugin: standalone:generator
        name: source1
        settings:
          recordCount: "-1"
          readTime: "1s"
          format.options: "testField:time"
          format.type: "structured"
      destination1:
        type: destination
        plugin: "builtin:file"
        name: destination1
        settings:
          path: /tmp/file-destination.txt

Expected results:
Pipeline starts successfully. Records are generated and written to the file destination.

Actual results:
Pipeline fails with described error.

Version

{"version":"v0.6.0-nightly.20230207-4-g69f4265", "os":"linux", "arch":"amd64"}

@hariso hariso added bug Something isn't working triage Needs to be triaged labels Feb 8, 2023
@hariso hariso added tmp-triage triage Needs to be triaged and removed triage Needs to be triaged tmp-triage labels Feb 27, 2023
@uchennakevinm1 uchennakevinm1 added this to the 0.6.0 milestone Feb 27, 2023
@uchennakevinm1 uchennakevinm1 moved this from Triage to Todo in Conduit Main Feb 27, 2023
@maha-hajja maha-hajja removed the triage Needs to be triaged label Feb 27, 2023
@hariso hariso moved this from Todo to In Progress in Conduit Main Feb 28, 2023
@hariso
Copy link
Contributor Author

hariso commented Mar 6, 2023

Issue is being discussed here.

@simonl2002 simonl2002 moved this from In Progress to Todo in Conduit Main Mar 20, 2023
@simonl2002 simonl2002 modified the milestones: 0.6.0, 0.7.0 Apr 3, 2023
@simonl2002 simonl2002 removed the status in Conduit Main Apr 3, 2023
@simonl2002 simonl2002 moved this to Todo in Conduit Main Apr 24, 2023
@simonl2002 simonl2002 modified the milestones: 0.7.0, next Jul 18, 2023
@simonl2002
Copy link
Member

goal here:

  • document the types we do support
  • If we encounter an unsupported type we should inform the user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants