Re: "Quickstart" on OmniOS/illumos not working, java eats CPU

2016-11-13 Thread Olaf Marzocchi
I checked and they are located in the same folder. I found that java and jstack come from two different packages (java from java and jstack from jdk), but they are both preinstalled with OmniOS, maintained by OmniTI and compiled at the same time as the operating system. They should be 100%

Re: "Quickstart" on OmniOS/illumos not working, java eats CPU

2016-11-13 Thread Ted Yu
bq. Caused by: java.lang.UnsatisfiedLinkError: no saproc in java.library.path Was the jstack of version 1.7.0_101 ? I used google and found: http://umchee.blogspot.com/p/i-recently-needed-to-investigate.html but it was about Java 1.5 You can use this command to find the commandline for hbase

Re: "Quickstart" on OmniOS/illumos not working, java eats CPU

2016-11-13 Thread Olaf Marzocchi
I'm not 100% sure about the stack trace (not a developer myself), but I searched online and used jstack: http://pastebin.com/AT6pScBv Additional info: after turning on DEBUG, the java process did not immediately jump to 100% cpu as it used to do, it ramped up and it took 3 minutes to get

Re: how to use StochasticLoadBalancer

2016-11-13 Thread Ted Yu
If you look at the source code, you would see ReadRequestCostFunction: private static final String READ_REQUEST_COST_KEY = "hbase.master.balancer.stochastic.readRequestCost"; private static final float DEFAULT_READ_REQUEST_COST = 5; and WriteRequestCostFunction : private