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/11/14 21:06:58 UTC

[GitHub] [incubator-druid] ceastman-ibm opened a new issue #8869: Servers not always showing up in the ui

ceastman-ibm opened a new issue #8869: Servers not always showing up in the ui
URL: https://github.com/apache/incubator-druid/issues/8869
 
 
   Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes").
   
   ### Affected Version
   
   apache-druid-0.16.0-incubating
   
   ### Description
   
   Please include as much detailed information about the problem as possible.
   - Cluster size
   - Configurations in use
   - Steps to reproduce the problem
   - The error message or stack traces encountered. Providing more context, such as nearby log messages or even entire logs, can be helpful.
   - Any debugging that you have already done
   
   sometimes when i reinstall my druid cluster in kubernetes it shows all the servers, other times it shows just the historical and middle manager. Where does this page get its information from? Is there a log i can look at to see why the query and master servers are not showing up?
   
   kubectl get pods |grep druid
   druid-7fb8b697ff-vb76w                            1/1     Running                 0          29m
   druid-data-0                                      1/1     Running                 0          29m
   druid-query-645f56d748-4q68p                      1/1     Running                 0          29m
   
   Carls-MacBook-Pro:configs carleastman$ kubectl get svc |grep druid
   druid-broker                          ClusterIP      172.21.7.8       <none>        8082/TCP                                                                                                                                                   29m
   druid-coordinator                     ClusterIP      172.21.68.222    <none>        8081/TCP                                                                                                                                                   29m
   druid-historical                      ClusterIP      172.21.236.141   <none>        8083/TCP                                                                                                                                                   29m
   druid-middlemanager                   ClusterIP      172.21.252.119   <none>        8091/TCP,8100/TCP,8101/TCP,8102/TCP,8103/TCP,8104/TCP,8105/TCP,8106/TCP,8107/TCP,8108/TCP,8109/TCP,8110/TCP,8111/TCP,8112/TCP,8113/TCP,8114/TCP,8115/TCP   29m
   druid-overlord                        ClusterIP      172.21.21.152    <none>        8090/TCP                                                                                                                                                   29m
   druid-router                          ClusterIP      172.21.197.137   <none>        8888/TCP                                                                                                                                                   29m
   druid-zookeeper                       ClusterIP      172.21.45.187    <none>        2181/TCP  
   <img width="410" alt="Screen Shot 2019-11-14 at 3 03 40 PM" src="https://user-images.githubusercontent.com/25593207/68896013-2c196180-06f0-11ea-9f98-234e721a142b.png">
   

----------------------------------------------------------------
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