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

expose top-level ops count in http://<master>:7000/tablet-servers view #594

Open
kmuthukk opened this issue Nov 18, 2018 · 0 comments
Open
Assignees
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature kind/improve-ux Issues relating to improving user experience. priority/medium Medium priority issue

Comments

@kmuthukk
Copy link
Collaborator

kmuthukk commented Nov 18, 2018

Jira Link: DB-2184
Today, in the master UI's /tablet-servers view, the read/write IOPS shown correspond to the internal TServer/DocDB level read/write operations. This may not correspond 1-to-1 to the top-level operations coming via YCQL/YEDIS/YSQL protocols.

screen shot 2018-11-17 at 8 31 57 pm

For example, an update to a table with secondary index would typically result in 3 underlying operations at three different TServers (1 update going to the TServer which holds the row, 1 delete to the TServer holding the old index entry, and 1 insert to the TServer for the new index entry).

The /tablet-servers UI today shows the latter count (i.e. 3). We should also add counters in this view for the top-level operation (e.g., for the earlier example, that would be 1 YCQL/YSQL Update operation).

@kmuthukk kmuthukk added the kind/enhancement This is an enhancement of an existing feature label Nov 18, 2018
@kmuthukk kmuthukk added this to To Do in YBase features via automation Nov 18, 2018
@bmatican bmatican added the kind/improve-ux Issues relating to improving user experience. label Mar 16, 2019
@bmatican bmatican added this to To do in User Experience via automation Mar 16, 2019
@bmatican bmatican added this to To do in Usability via automation Oct 30, 2019
@bmatican bmatican added the area/docdb YugabyteDB core features label Mar 2, 2022
@bmatican bmatican self-assigned this Mar 2, 2022
@yugabyte-ci yugabyte-ci added the priority/medium Medium priority issue label Jun 9, 2022
@yugabyte-ci yugabyte-ci assigned rthallamko3 and unassigned bmatican Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature kind/improve-ux Issues relating to improving user experience. priority/medium Medium priority issue
Projects
Usability
  
To do
YBase features
  
Backlog
Development

No branches or pull requests

4 participants