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

rgw/v2: improve logging to io_info.yaml and tests logs #194

Open
rakeshgm opened this issue Nov 16, 2021 · 0 comments
Open

rgw/v2: improve logging to io_info.yaml and tests logs #194

rakeshgm opened this issue Nov 16, 2021 · 0 comments
Labels

Comments

@rakeshgm
Copy link
Member

Logs are written to a file for every io operation and every io information is logged into a file. The io info file opens and closes for every io entry. So the tests executions take a lot of time when tests run for days as the log and io entry file size grows.
for example, consider a scenario where the io info file is greater than 3 GB as a result of tests running for over 5 days. now for every io entry, we are opening 3 GB file and closing. the performance of the tests executions takes a hit here. this becomes more problematic if the io size is small like around 1 MB. Writing 1 MB to cluster will be faster than writing the entry to the io log file - this will increase the test execution time and portray it as slow IO on the cluster.

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

1 participant