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

Removing flow_history from flow_stats #7

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

italovalcy
Copy link
Contributor

Fixes #5

Description of the change

The way flow_stats does the flow_history leads to poor performance on the Kytos startup process. Since the flow history feature is being addressed as part of flow_manager (kytos-ng/flow_manager#45), it does not make sense to have a sub-optimal, duplicated feature in flow_stats as well.

Release notes

  • Flow history will be removed from flow_stats since it is being added as a new feature of flow_manager

Copy link
Member

@viniarck viniarck left a comment

Choose a reason for hiding this comment

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

LGTM

@italovalcy italovalcy merged commit 2cfe38b into kytos-ng:master Nov 23, 2021
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.

Creation of flow_history degrades Kytos storehouse performance
2 participants