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

Refresh package information does unneccesary loading #2286

Open
JeffreyDevloo opened this issue Apr 4, 2019 · 1 comment
Open

Refresh package information does unneccesary loading #2286

JeffreyDevloo opened this issue Apr 4, 2019 · 1 comment

Comments

@JeffreyDevloo
Copy link
Contributor

Observed on Nuvolat:

2019-04-04 07:30:00 85500 -0400 - NY1SRV0002 - 37325/140295038162688 - lib/ensure single - 0 - INFO - New task ovs.generic.refresh_package_information with default params scheduled for execution
2019-04-04 07:30:00 85900 -0400 - NY1SRV0002 - 37325/140295038162688 - lib/generic tasks - 1 - INFO - Updating package information
2019-04-04 07:30:01 08900 -0400 - NY1SRV0002 - 37325/140295038162688 - lib/statsmonkey - 2 - INFO - Send data task scheduling started
2019-04-04 07:30:01 69700 -0400 - NY1SRV0002 - 37325/140295038162688 - lib/statsmonkey - 3 - INFO - Send data task scheduling started
....

Looks like its coming from the loop:
https://github.com/openvstorage/framework/blob/develop/ovs/lib/generic.py#L306

Hooks are fetched from the local files, it shouldn't be executed for every storagerouter

@sjovdnbos
Copy link
Contributor

sjovdnbos commented Apr 15, 2019

Fixed by

#2288
openvstorage_2.13.6-dev.1556022010.a23be21

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

No branches or pull requests

2 participants