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

[bug:1710371] Minor improvements across codebase for performance gain #1053

Closed
gluster-ant opened this issue Mar 12, 2020 · 3 comments
Closed
Labels
Migrated Type:Bug wontfix Managed by stale[bot]

Comments

@gluster-ant
Copy link
Collaborator

URL: https://bugzilla.redhat.com/1710371
Creator: atumball at redhat
Time: 20190515T12:43:00

Description of problem:
There are many places in glusterfs code, where we can do minor improvements to handle CPU cycles better.

  • No need for memset().
  • Initializing large array!
  • revisit locked regions, and see if it can be optimized.
  • Reduce call to library functions, instead cache some results.
  • other such minor improvements, which would help overall performance.

Version-Release number of selected component (if applicable):
master

Expected results:
With focus on such improvement, we expect better CPU utilization, which means better performance in the long run.

Additional info:
This bug can be a tracker bug, and hence this shouldn't be closed as long as we feel we have good performance.

@gluster-ant
Copy link
Collaborator Author

Time: 20190515T12:47:50
bugzilla-bot at gluster.org commented:
REVIEW: https://review.gluster.org/22242 (inode: reduce inode-path execution time) posted (#3) for review on master by Amar Tumballi

@stale
Copy link

stale bot commented Oct 8, 2020

Thank you for your contributions.
Noticed that this issue is not having any activity in last ~6 months! We are marking this issue as stale because it has not had recent activity.
It will be closed in 2 weeks if no one responds with a comment here.

@stale stale bot added the wontfix Managed by stale[bot] label Oct 8, 2020
@stale
Copy link

stale bot commented Oct 23, 2020

Closing this issue as there was no update since my last update on issue. If this is an issue which is still valid, feel free to open it.

@stale stale bot closed this as completed Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Migrated Type:Bug wontfix Managed by stale[bot]
Projects
None yet
Development

No branches or pull requests

1 participant