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

[BUG] StreamOperatorService graph fails when StreamClasses are deleted (and not recreated) #114

Closed
jrbentzon opened this issue Jul 16, 2024 · 0 comments · Fixed by #124
Closed
Assignees
Labels
code/bug Something isn't working

Comments

@jrbentzon
Copy link
Member

Description

When removing an existing StreamClass + CRD I've experienced the following error occur on the operator:

at Arcane.Operator.Services.Operators.StreamOperatorService.<>c__DisplayClass15_0.<Attach>b__0(Exception exception) in /app/Services/Operators/StreamOperatorService.cs:line 91
   at Akka.Streams.Implementation.Fusing.RecoverWith`2.Logic.OnFailure(Exception ex)
   at Akka.Streams.Implementation.Fusing.GraphInterpreter.Execute(Int32 eventLimit)
[14:54:04 ERR] Error in stage [Akka.Streams.Dsl.MergeHub`1+HubSink[Arcane.Operator.Models.Api.ResourceEvent`1[Arcane.Operator.Models.StreamDefinitions.Base.IStreamDefinition]]]: Upstream producer failed with exception, removing from MergeHub now
Akka.Streams.Dsl.MergeHub+ProducerFailed: Upstream producer failed with exception, removing from MergeHub now
 ---> k8s.Autorest.HttpOperationException: Operation returned an invalid status code 'NotFound', response body 404 page not found

Steps to reproduce the issue

  1. Create a CRD + StreamClass Reference for MyStream
  2. Deploy to cluster
  3. Delete CRD + StreamClass

Describe the results you expected

Detects deletion of streamclass and feels fine about it not coming back...

System information

v0.0.7

@jrbentzon jrbentzon added the code/bug Something isn't working label Jul 16, 2024
@s-vitaliy s-vitaliy self-assigned this Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants