forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds a ring buffer to the scanners manager which holds historical scan details, so that the scan dashboard can show recently completed scans. The size of the buffer is configurable with a new experimental flag, --scan-history-count which defaults to 20. A new 'state' column has been added to indicate the state of the scan (active, expired, failed, or complete). * Mustache-ifies the scans dashboard. * The dashboard previously showed raw values, with pretty-printed values as a tooltip. In order to match the maintenance manager dashboard, these have been swapped so that pretty-printed values are more prominent. * Adds a new pseudo-SQL query description column, replacing the predicates columns. This allows the table, projected columns, and optimized predicates to be shown in a very concise way. Previously the table name and projected columns weren't exposed at all. * Removes 'from disk' from statistics names, since it was misleading, or downright wrong. The tooltip for the cells, bytes, and cblocks read columns now indicates that the values could have been read from cache or from disk. It would probably be nice to add a cache hit rate to the stats, but I didn't want to include it in this commit as it's already big. * Adds aggregated totals for scan stats. * A bunch of other polish, like tooltip descriptions of the non-completely-obvious column headers, and adding a link from the tablet ID to the replica's page. example: https://i.imgur.com/WLMK263.png Change-Id: Iadbdee00d8a343fd3728c6ec8ee252d64d0e416a Reviewed-on: http://gerrit.cloudera.org:8080/8891 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]>
- Loading branch information
1 parent
d78b272
commit 5356334
Showing
17 changed files
with
505 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.