apurtell edited a comment on issue #761: HBASE-23213 : Reopen regions with very high Store Ref Counts(backport… URL: https://github.com/apache/hbase/pull/761#issuecomment-547565078 On my new dev laptop testing TestAdmin1 is problematic: [INFO] Running org.apache.hadoop.hbase.client.TestAdmin1 [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.365 s <<< FAILURE! - in org.apache.hadoop.hbase.client.TestAdmin1 [ERROR] org.apache.hadoop.hbase.client.TestAdmin1 Time elapsed: 4.362 s <<< ERROR! java.io.IOException: Shutting down at org.apache.hadoop.hbase.client.TestAdmin1.setUpBeforeClass(TestAdmin1.java:101) Caused by: java.lang.RuntimeException: Failed construction of Master: class org.apache.hadoop.hbase.master.HMasterCan't assign requested address at org.apache.hadoop.hbase.client.TestAdmin1.setUpBeforeClass(TestAdmin1.java:101) Caused by: java.io.IOException: Problem binding to /10.29.170.32:0 : Can't assign requested address. To switch ports use the 'hbase.master.port' configuration property. at org.apache.hadoop.hbase.client.TestAdmin1.setUpBeforeClass(TestAdmin1.java:101) Caused by: java.net.BindException: Can't assign requested address at org.apache.hadoop.hbase.client.TestAdmin1.setUpBeforeClass(TestAdmin1.java:101) This happens before applying the patch here. I'm going to bisect to find where this was introduced. Edit: This looks like an old problem with JVMs doing weird things with binding to localhost when on VPN. The Azul JVM may be at issue. I will test on a linux host to work around this.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
