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

Time calls to flush, close and complete to accurately measure I/O time #2693

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

gohar94
Copy link
Contributor

@gohar94 gohar94 commented Apr 8, 2021

The existing timer logs seemingly undercount the time taken to write to Blob storage, likely because of ongoing buffering and some pending operations that complete after flush/close which are not being accounted for in the timer.
This PR times flush/close/complete methods also to more accurately measure the entire time spent in I/O.

The existing timer logs seemingly undercount the time taken to write to Blob storage, likely because of ongoing buffering and some pending operations that complete after flush/close which are not being accounted for in the timer.
This PR times flush/close/complete methods also to more accurately measure the entire time spent in I/O.
@gohar94 gohar94 requested review from pragnagopa and goiri April 8, 2021 00:27
@gohar94 gohar94 self-assigned this Apr 8, 2021
@gohar94
Copy link
Contributor Author

gohar94 commented Apr 13, 2021

@pragnagopa please review whenever you get a chance. Thanks a lot.

@liliankasem
Copy link
Member

@pragnagopa is this something we still need, can you take another look?

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.

None yet

3 participants