Member since
03-22-2019
3
Posts
0
Kudos Received
0
Solutions
03-24-2019
01:48 PM
Will the rebalancer distribute the leaders evenly amongst the cluster. It is not clear from the docs, seems it only balances the replica's which should result in leaders also being balanced as well? Let’s say “I only have 1 host reading from the cluster and I select closest_replica. Won’t I end up in the same situation? How does the master distribute load? IP address hash? Can I change this to RR or this something controlled from the client side? For others reading this post, I was able to identify the leader tablet distribution without using the rebalance tool. I am on an older Kudu that does not provide the tool. I was able to copy and paste the live tablet info from the UI of the t-servers into excel and found that 95% of the of leaders are on the first t-server. Thanks
... View more
03-23-2019
11:38 PM
Yes, we are using the API via the Kudu client java libs. I don’t see the code passing a replica selection policy when we create a scanner object so it is the default which I believe must be Leader. How can I find the balance of the leader replica’s amongst the nodes?
... View more
03-22-2019
10:49 PM
I have a cluster with 3 tservers. When running a workload that heavily reads from the cluster, 1 of the 3 tservers is reaching nearly 100% CPU utilization while the other two are less than 10%. The tablets are equally balanced amongst the 3. I am thinking that by chance, all my data used in this particular workload happens to reside on the 1 tserver. thoughts? How might I diagnose this further?
... View more
Labels:
- Labels:
-
Apache Kudu