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 locality cache size to TransactionMetrics. #5758

Merged
merged 1 commit into from
Oct 12, 2021

Conversation

yao-xiao-github
Copy link
Contributor

Example
trace.127.0.0.1.4503.1633992341.5ZksM5.0.2.xml:<Event Severity="10" Time="1633993882.506102" DateTime="2021-10-11T23:11:22Z" Type="TransactionMetrics" ID="a111d7864c84926b" Elapsed="5.00001" Cluster="" Internal="1" ReadVersions="0.999997 5.32161e-11 1595" ReadVersionsThrottled="0 -1 0" ReadVersionsCompleted="0.999997 6.78055e-11 1544" ReadVersionBatches="0.999997 6.78055e-11 1593" BatchPriorityReadVersions="0 -1 0" DefaultPriorityReadVersions="0 -1 52" ImmediatePriorityReadVersions="0.999997 5.32161e-11 1543" BatchPriorityReadVersionsCompleted="0 -1 0" DefaultPriorityReadVersionsCompleted="0 -1 1" ImmediatePriorityReadVersionsCompleted="0.999997 6.78055e-11 1543" LogicalUncachedReads="2.99999 2 4679" PhysicalReadRequests="2.99999 2 4634" PhysicalReadRequestsCompleted="2.99999 2 4634" GetKeyRequests="0 -1 0" GetValueRequests="0 -1 4" GetRangeRequests="2.99999 2 4675" GetRangeStreamRequests="0 -1 0" WatchRequests="0 -1 11" GetAddressesForKeyRequests="0 -1 0" BytesRead="1823.99 1823 2809429" KeysRead="7.99998 7 12340" MetadataVersionReads="0 -1 0" CommittedMutations="0 -1 1" CommittedMutationBytes="0 -1 72" SetMutations="0 -1 1" ClearMutations="0 -1 0" AtomicMutations="0 -1 0" CommitStarted="0 -1 1" CommitCompleted="0 -1 1" KeyServerLocationRequests="0 -1 8" KeyServerLocationRequestsCompleted="0 -1 8" StatusRequests="0 -1 0" TooOld="0 -1 0" FutureVersions="0 -1 0" NotCommitted="0 -1 0" MaybeCommitted="0 -1 0" ResourceConstrained="0 -1 0" ProcessBehind="0 -1 0" Throttled="0 -1 0" ExpensiveClearCostEstCount="0 -1 0" NumGrvFullBatches="0 -1 0" NumGrvTimedOutBatches="0.999997 6.78055e-11 1593" LocationCacheEntryCount="1" MeanLatency="0" MedianLatency="0" Latency90="0" Latency98="0" MaxLatency="0" MeanRowReadLatency="0" MedianRowReadLatency="0" MaxRowReadLatency="0" MeanGRVLatency="2.00748e-05" MedianGRVLatency="1.93119e-05" MaxGRVLatency="2.43187e-05" MeanCommitLatency="0" MedianCommitLatency="0" MaxCommitLatency="0" MeanMutationsPerCommit="0" MedianMutationsPerCommit="0" MaxMutationsPerCommit="0" MeanBytesPerCommit="0" MedianBytesPerCommit="0" MaxBytesPerCommit="0" NumLocalityCacheEntries="1" ThreadID="17469908612552362851" Machine="127.0.0.1:4503" LogGroup="default" Roles="CC,CP,DD,GP,MS,RK,RV,SS,TL" />

Code-Reviewer Section

The general 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 master 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)

@foundationdb-ci
Copy link
Contributor

AWS CodeBuild CI Report for macOS Catalina 10.15

  • CodeBuild project: foundationdb-pull-request-build-macos
  • Commit ID: 90ee93a
  • Result: FAILED
  • Error: Unexpected EC2 error: RequestLimitExceeded
  • Build Logs (available for 30 days)

@foundationdb-ci
Copy link
Contributor

AWS CodeBuild CI Report for Linux CentOS 7

  • CodeBuild project: foundationdb-pull-request-build
  • Commit ID: 90ee93a
  • Result: FAILED
  • Error: Unexpected EC2 error: RequestLimitExceeded
  • Build Logs (available for 30 days)

@foundationdb-ci
Copy link
Contributor

AWS CodeBuild CI Report for Linux CentOS 7

  • CodeBuild project: foundationdb-pull-request-build
  • Commit ID: 90ee93a
  • Result: SUCCEEDED
  • Error: N/A
  • Build Logs (available for 30 days)

@yao-xiao-github yao-xiao-github merged commit e543570 into apple:master Oct 12, 2021
yao-xiao-github added a commit to yao-xiao-github/foundationdb that referenced this pull request Oct 13, 2021
Co-authored-by: Yao Xiao <yaoxiao@Yaos-MacBook-Pro.local>
yao-xiao-github added a commit to yao-xiao-github/foundationdb that referenced this pull request Oct 14, 2021
Co-authored-by: Yao Xiao <yaoxiao@Yaos-MacBook-Pro.local>
xumengpanda pushed a commit that referenced this pull request Oct 15, 2021
Co-authored-by: Yao Xiao <yaoxiao@Yaos-MacBook-Pro.local>
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.

3 participants