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

fix: remove retry when the processor is not found. #868

Merged
merged 7 commits into from
Jul 19, 2023
Merged

fix: remove retry when the processor is not found. #868

merged 7 commits into from
Jul 19, 2023

Conversation

yhl25
Copy link
Contributor

@yhl25 yhl25 commented Jul 18, 2023

  • we shouldn't retry when the processor is not found, it will slow down the watermark progression because the watchers will be busy retrying.
  • panic if there are any reduce errors, so that we replay the messages when the pod comes up.

@yhl25 yhl25 changed the title fix: remove retry when getting the processor. fix: remove retry when the processor is not found. Jul 18, 2023
Signed-off-by: Yashash H L <[email protected]>
@yhl25 yhl25 requested a review from jy4096 July 19, 2023 11:59
"github.com/numaproj/numaflow/pkg/shared/logging"
"github.com/numaproj/numaflow/pkg/watermark/store"
"github.com/numaproj/numaflow/pkg/watermark/wmb"
"go.uber.org/zap"
Copy link
Member

Choose a reason for hiding this comment

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

this doesn't look right

pkg/watermark/processor/processor_manager.go Show resolved Hide resolved
yhl25 and others added 2 commits July 19, 2023 22:03
Signed-off-by: Yashash H L <[email protected]>

Co-authored-by: Vigith Maurice <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
@yhl25 yhl25 enabled auto-merge (squash) July 19, 2023 16:46
@yhl25 yhl25 merged commit a02f29a into main Jul 19, 2023
13 of 14 checks passed
@yhl25 yhl25 deleted the err branch July 19, 2023 17:22
@vigith
Copy link
Member

vigith commented Jul 19, 2023

we merged this with a failed check, could you please make sure it is not retrogressing?

KeranYang added a commit to KeranYang/numaflow that referenced this pull request Jul 20, 2023
KeranYang added a commit to KeranYang/numaflow that referenced this pull request Jul 20, 2023
yhl25 added a commit to yhl25/numaflow that referenced this pull request Aug 1, 2023
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.

4 participants