-
Notifications
You must be signed in to change notification settings - Fork 805
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
Add shard not owned error #6233
Add shard not owned error #6233
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
0d7649d
to
56c78b9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with nit
@jakobht does it require specific order or rollout? Like frontend,history being rolled out before matching? |
@dkrotx Ideally it would be frontend -> history -> matching. But we will just get some log spam if not - so it's safe to do in any order. I don't think it's worth it to do any custom rollout. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. This is a clear miss
5beccc4
to
f1cca46
Compare
f1cca46
to
376eac1
Compare
37fa1a1
to
facd131
Compare
NOTE: This PR: cadence-workflow/cadence-idl#179 needs to be merged before this one. This one then needs to be updated to reference the correct commit on the main branch in the IDL repo.
What changed?
TaskListNotOwnedByHostError
in thrift and proto IDLsWhy?
How did you test it?
Potential risks
Release notes
Documentation Changes