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

Adding method to ack #80

Merged
merged 3 commits into from
Dec 17, 2024
Merged

Adding method to ack #80

merged 3 commits into from
Dec 17, 2024

Conversation

jtaleric
Copy link
Member

@jtaleric jtaleric commented Dec 16, 2024

Type of change

We need a mechanism to ack issues we have opened issues for, or issues we have brought to the attention of dev teams.

  • Refactor
  • New feature
  • Bug fix
  • Optimization
  • Documentation Update

Description

Related Tickets & Documents

  • Related Issue #
  • Closes #

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

Testing

  • Please describe the System Under Test.
  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

We need a mechanism to ack issues we have opened issues for, or issues
we have brought to the attention of dev teams.

Signed-off-by: Joe Talerico aka rook <joe.talerico@gmail.com>
README.md Outdated Show resolved Hide resolved
@josecastillolema
Copy link
Collaborator

Closes #78

@josecastillolema
Copy link
Collaborator

So the ack.yml file will live in the orion repository right?
How often do you envision this file will need to be updated?

@vishnuchalla
Copy link
Collaborator

This approach will bring us overhead to specify yaml manually to acknowledge regressions which are just being deleted from our list of changepoints. Instead we need to think of an automated way of acknowledging regressions so that there is no manual intervention.

One possible idea could be, Why not have orion publish all the regressions detected to a separate elastic search index automatically? it can query list of existing regressions from the persistent store (.i.e es index that it has) and delete them from its reporting list to avoid duplicates every single time it notifies regressions.

@vishnuchalla vishnuchalla self-requested a review December 17, 2024 10:55
@jtaleric
Copy link
Member Author

jtaleric commented Dec 17, 2024

This approach will bring us overhead to specify yaml manually to acknowledge regressions which are just being deleted from our list of changepoints. Instead we need to think of an automated way of acknowledging regressions so that there is no manual intervention.

IMHO Performance Regressions should be manually ack'ed.

I don't think automated acks are the right way.

One possible idea could be, Why not have orion publish all the regressions detected to a separate elastic search index automatically? it can query list of existing regressions from the persistent store (.i.e es index that it has) and delete them from its reporting list to avoid duplicates every single time it notifies regressions.

This sounds like more overhead and additional accounting due to yet another index in OpenSearch. Today Orion is purely RO when it comes to OpenSearch.

Let's jump in a huddle so I can better explain what we are trying to accomplish! Thanks!

@jtaleric
Copy link
Member Author

So the ack.yml file will live in the orion repository right?

How often do you envision this file will need to be updated?

The workflow I proposed to @shashank-boyapally :

  1. Regression is found
  2. PerfEng User engages with component team, determines to open a bug
  3. PerfEng who engaged with component team opens PR to add the ack.

This way we know who is acking in the event we need to look back and ask questions.

@vishnuchalla
Copy link
Collaborator

This approach will bring us overhead to specify yaml manually to acknowledge regressions which are just being deleted from our list of changepoints. Instead we need to think of an automated way of acknowledging regressions so that there is no manual intervention.

IMHO Performance Regressions should be manually ack'ed.

I don't think automated acks are the right way.

One possible idea could be, Why not have orion publish all the regressions detected to a separate elastic search index automatically? it can query list of existing regressions from the persistent store (.i.e es index that it has) and delete them from its reporting list to avoid duplicates every single time it notifies regressions.

This sounds like more overhead and additional accounting due to yet another index in OpenSearch. Today Orion is purely RO when it comes to OpenSearch.

Okay, lets say if we ack regressions manually. What is the plan to make a note of all the previously detected regressions somewhere and feed them as input yaml for every single run of orion?

@vishnuchalla
Copy link
Collaborator

vishnuchalla commented Dec 17, 2024

So the ack.yml file will live in the orion repository right?
How often do you envision this file will need to be updated?

The workflow I proposed to @shashank-boyapally :

  1. Regression is found
  2. PerfEng User engages with component team, determines to open a bug
  3. PerfEng who engaged with component team opens PR to add the ack.

This way we know who is acking in the event we need to look back and ask questions.

So, do you mean to say that we will have a yaml in this repo itself which will keep on updating manually with the list of regressions every single time they are detected?

@jtaleric
Copy link
Member Author

So the ack.yml file will live in the orion repository right?
How often do you envision this file will need to be updated?

The workflow I proposed to @shashank-boyapally :

  1. Regression is found
  2. PerfEng User engages with component team, determines to open a bug
  3. PerfEng who engaged with component team opens PR to add the ack.

This way we know who is acking in the event we need to look back and ask questions.

So, do you mean to say that we will have a yaml in this repo itself which will keep on updating manually with the list of regressions every single time they are detected?

It doesn't need to be in this repo, but yes, the workflow should take a manual effort.. Regressions shouldn't be automagically silenced, IMHO.

Took Vishnu's feedback.
Updated README
Adding `reason` to example ack file

Signed-off-by: Joe Talerico aka rook <joe.talerico@gmail.com>
Copy link
Collaborator

@vishnuchalla vishnuchalla left a comment

Choose a reason for hiding this comment

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

lgtm

Signed-off-by: Joe Talerico aka rook <joe.talerico@gmail.com>
@vishnuchalla vishnuchalla merged commit bdf773e into cloud-bulldozer:main Dec 17, 2024
6 checks passed
@jtaleric jtaleric deleted the add-ack branch December 17, 2024 18:46
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.

3 participants