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

why only bytes-read-rate has value in hot command #1481

Closed
siddontang opened this issue Mar 27, 2019 · 1 comment
Closed

why only bytes-read-rate has value in hot command #1481

siddontang opened this issue Mar 27, 2019 · 1 comment
Assignees

Comments

@siddontang
Copy link
Contributor

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?

run sysbench update_non_index with just only 1 table and 1m rows

» hot store
{
  "bytes-write-rate": {
    "1": 0,
    "4": 0,
    "5": 0
  },
  "bytes-read-rate": {
    "1": 2472,
    "4": 36933,
    "5": 193
  },
  "keys-write-rate": {
    "1": 0,
    "4": 0,
    "5": 0
  },
  "keys-read-rate": {
    "1": 0,
    "4": 0,
    "5": 0
  }
}
  1. What did you expect to see?

I think bytes-write-rate should also have value.

Btw, maybe keys-read-rate and keys-write-rate have value too.

  1. What did you see instead?

Only bytes-read-rate has value, I am confused about this result.

  1. What version of PD are you using (pd-server -V)?
./bin/pd-server -V
Release Version: v3.0.0-beta.1
Git Commit Hash: 57170171811130d7d39759efb9f9677aebfc03db
Git Branch: master
UTC Build Time:  2019-03-27 01:51:58
@rleungx
Copy link
Member

rleungx commented Mar 29, 2019

Fixed via #1487 and tikv/tikv#4436.

@disksing disksing closed this as completed Apr 1, 2019
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

No branches or pull requests

3 participants