8000 Make shard more resilient to append history timeout by wxing1292 · Pull Request #3564 · temporalio/temporal · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Make shard more resilient to append history timeout #3564

New issue 8000

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

Merged
merged 6 commits into from
Nov 8, 2022
Merged

Make shard more resilient to append history timeout #3564

merged 6 commits into from
Nov 8, 2022

Conversation

wxing1292
Copy link
Contributor

What changed?

  • Make shard more resilient to append history timeout by not triggering shard ownership check

Why?
See above

How did you test it?
N/A

Potential risks
N/A

Is hotfix candidate?
N/A

@wxing1292 wxing1292 requested a review from a team as a code owner November 7, 2022 19:49
@@ -113,6 +113,11 @@ type (
Msg string
}

// AppendHistoryError represents a failed insert to history tree / node request
AppendHistoryError struct {
Msg string
Copy link
Member

Choose a reason for hiding this comment

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

AppendHistoryTimeoutError maybe?

Please also update the logic in persistence metrics client (the switch case).

@wxing1292 wxing1292 enabled auto-merge (squash) November 7, 2022 23:45
@wxing1292 wxing1292 merged commit 02b8cca into temporalio:master Nov 8, 2022
@wxing1292 wxing1292 deleted the append-history-error branch November 8, 2022 01:14
wxing1292 added a commit that referenced this pull request Nov 8, 2022
* Make shard more resilient to append history timeout by not triggering shard ownership check
yux0 pushed a commit to yux0/temporal that referenced this pull request Nov 8, 2022
* Make shard more resilient to append history timeout by not triggering shard ownership check
nagl-temporal pushed a commit that referenced this pull request Nov 9, 2022
* Make shard more resilient to append history timeout by not triggering shard ownership check
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.

2 participants
0