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

chore(vald): update tm-events dependency #1326

Merged
merged 3 commits into from
Feb 19, 2022
Merged

chore(vald): update tm-events dependency #1326

merged 3 commits into from
Feb 19, 2022

Conversation

cgorenflo
Copy link
Contributor

Description

Bring the tm-events dependency up to date. This means addressing a small change in the jobs.Job signature

Comment on lines +259 to +261
for _, subscription := range subscriptions {
<-subscription.Done()
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this change is independent of the dependency update, but the cleanup should wait for all subscriptions to complete

Copy link
Member

Choose a reason for hiding this comment

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

There was an issue noticed by a validator that vald would not stop with a SIGTERM signal. It seemed like vald never cleaned up properly? #1016

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure this will solve this, but it is a step in the right direction :)

@@ -34,119 +34,10 @@ require (
google.golang.org/protobuf v1.27.1
)

require (
filippo.io/edwards25519 v1.0.0-beta.2 // indirect
Copy link
Member

Choose a reason for hiding this comment

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

This was all unnecessary??

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think there are some issues in the team with using different golang versions. When 1.18 is released we should all switch to that

Comment on lines +259 to +261
for _, subscription := range subscriptions {
<-subscription.Done()
}
Copy link
Member

Choose a reason for hiding this comment

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

There was an issue noticed by a validator that vald would not stop with a SIGTERM signal. It seemed like vald never cleaned up properly? #1016

@cgorenflo cgorenflo enabled auto-merge (squash) February 19, 2022 05:23
@cgorenflo cgorenflo merged commit 97a6b0c into main Feb 19, 2022
@cgorenflo cgorenflo deleted the tmevents_update branch February 19, 2022 05:26
@milapsheth milapsheth mentioned this pull request Feb 19, 2022
6 tasks
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