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

Process a given GoalState just once #474

Closed
brendandixon opened this issue Oct 31, 2016 · 2 comments
Closed

Process a given GoalState just once #474

brendandixon opened this issue Oct 31, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@brendandixon
Copy link
Contributor

The code in exthandlers.py#run notes that latest processed GoalState in self.last_etag, however it never checks the value before processing the GoalState. This can cause unnecessary work and redundant messages in the log files.

@brendandixon brendandixon added this to the v2.2.1 milestone Oct 31, 2016
@jinhyunr jinhyunr self-assigned this Nov 7, 2016
@jinhyunr
Copy link
Contributor

jinhyunr commented Nov 8, 2016

Talked with Brendan and went trough the code offline. WALA is not processing GoalState when etag is not updated yet prints out excessive logs. Thus lowering the log level.

@hglkrijger
Copy link
Member

fixed with #483

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants