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

Do not add version 0 to failover history #3483

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

meiliang86
Copy link
Contributor

What changed?

Why?

How did you test it?

Potential risks

Is hotfix candidate?

@meiliang86 meiliang86 requested a review from a team as a code owner October 13, 2022 00:58
@@ -576,7 +576,7 @@ func (d *HandlerImpl) UpdateNamespace(
configVersion++
}

if configurationChanged || activeClusterChanged {
if (configurationChanged || activeClusterChanged) && isGlobalNamespace {
Copy link
Member

Choose a reason for hiding this comment

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

Can we only check if activeClusterChanged

Copy link
Contributor Author

Choose a reason for hiding this comment

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

maybe - I didn't write the original code, so I want to make this change relatively small.

Copy link
Member

Choose a reason for hiding this comment

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

see comment below, it really should not be this complicated.

@meiliang86 meiliang86 merged commit b8d46a5 into temporalio:master Oct 17, 2022
dnr pushed a commit that referenced this pull request Oct 17, 2022
dnr pushed a commit that referenced this pull request Oct 18, 2022
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.

None yet

3 participants