You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/05/27 02:54:21 UTC

[GitHub] [incubator-druid] vogievetsky opened a new pull request #7770: Web console: Adding a server view that can display all servers

vogievetsky opened a new pull request #7770: Web console: Adding a server view that can display all servers
URL: https://github.com/apache/incubator-druid/pull/7770
 
 
   This PR is the web console followup to https://github.com/apache/incubator-druid/pull/7654 which satisfies https://github.com/apache/incubator-druid/issues/7005
   
   The "Data servers" view is renamed to "Servers":
   
   Like so:
   
   ![after](https://user-images.githubusercontent.com/177816/58392464-f4f2af00-7fee-11e9-81a6-928d04ee1f6f.png)
   
   This is how it used to look:
   
   ![before](https://user-images.githubusercontent.com/177816/58392467-f8863600-7fee-11e9-9805-9fb46230a0fe.png)
   
   This change is pretty cool because it increases the utility of that view while also reducing complexity.
   Notice that you can now group the table by "Type".
   
   Misc important notes:
   
   - To save space there is now a `Detail` field for the table that is the load queue status for historical servers and last task (+ blacklist date) run for MMs
   - `Usage` is similarly overloaded to be capacity usage or task slot usage... I think it makes sense
   - A few properties of the react table moved to the default declaration
   - Fixed a typos and little issues discovered during coding
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org