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

Add new latency samples for GetValue, GetRange, QueueWait, and VersionWait #8215

Merged
merged 3 commits into from Sep 17, 2022

Conversation

neethuhaneesha
Copy link
Contributor

cherry-pick of #8173

4 new latency samples are added to StorageServer reads

ReadValueLatency - total request to response latency for GetValue requests, measured the same was as the generic ReadLatency
ReadRangeLatency - total request to response latency for GetKeyValues requests, measured the same was as the generic ReadLatency
ReadQueueWaitLatency - delay between request receipt and when it starts executing after any execution or queuing delays
ReadVersionWaitLatency - delay after QueueWait caused by waiting for the storage server to receive the data version necessary for the read
So far, nothing is added to these new latency samples for Streaming Range Read requests.

Code-Reviewer Section

The general pull request guidelines can be found here.

Please check each of the following things and check all boxes before accepting a PR.

  • The PR has a description, explaining both the problem and the solution.
  • The description mentions which forms of testing were done and the testing seems reasonable.
  • Every function/class/actor that was touched is reasonably well documented.

For Release-Branches

If this PR is made against a release-branch, please also check the following:

  • This change/bugfix is a cherry-pick from the next younger branch (younger release-branch or main if this is the youngest branch)
  • There is a good reason why this PR needs to go into a release branch and this reason is documented (either in the description above or in a linked GitHub issue)

…e time between request receipt and when it starts to be processed, and VersionWait which is the time after QueueWait spent waiting for the necessary data version to arrive.
@foundationdb-ci
Copy link
Contributor

Result of foundationdb-pr on Linux CentOS 7

@fdb-windows-ci
Copy link
Collaborator

Doxense CI Report for Windows 10

@foundationdb-ci
Copy link
Contributor

Result of foundationdb-pr-cluster-tests on Linux CentOS 7

@jzhou77 jzhou77 merged commit 617b957 into apple:release-7.1 Sep 17, 2022
@neethuhaneesha neethuhaneesha deleted the read-latencies branch April 3, 2023 20:54
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

5 participants