Hi,
I was having a look at the org.apache.hadoop.hbase.util.JVMClusterUtil.
The startup method has the following signature
public static String startup(final List<JVMClusterUtil.MasterThread>
masters, final List<JVMClusterUtil.RegionServerThread> regionservers)
The return type is a string which return the ActiveMaster Information in the
string format which doesn't seem to be used anywhere. I am planning to make
it a void return type and change so that it doesn't wait for the active
master.
Please do let me know if any1 finds an issue with this change?
Cheers,
Akash A