Closed
Conversation
Moved calculations from HTML to cloud.js
…er core name Show total number of docs and avg doc size in disk column In details view, show deletedDocs and warmupTime for each core
* Clickable links change background colour when hovered, and also has a thin dotted underline * Percentage numbers change colour: <60%: green, 60-80%: orange, >80%: red * Minimum width of the last "cores" column, prevents funny line wrap * Removed GC column (see SOLR-12318) * Pulls only necessary data from Metrics API (parameterised prefix) * Uses standard "System" angularJS service, but parameterised for "nodes" * Clicking host cell now toggles details for all nodes on that host * Renamed "reload" button to "Refresh" * Changed heading "Disk" to "Disk usage" to clarify that the percentage is used, not free * Now showing req15minRate instead of req1minRate for the RPM (this is all requests, on all handlers, i.e. search, update, admin..)
New details button for node column show avg size in replica details
# Conflicts: # solr/core/src/java/org/apache/solr/handler/admin/MetricsHandler.java
Adding "node" param which is not a known cloud node throws exception, as does attempt to use in non-cloud mode.
Fixed offset bug in paging text
# Conflicts: # solr/webapp/web/css/angular/cloud.css
…text fields before calling reload()
Fix some equality stuff
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New nodes tab