Open nicktelford opened 11 years ago
Do you have several instances of org.hbase.async.HBaseClient in you application? I had several async hbase clients in my test code. Also on each test completion I was shutting down unnecessary instances of async hbase and as a result the whole application freezes with this exception in logs. If I do not shutdown those multiple instances of async hbase client then my tests were able to succeed.
HBaseClient
fails to properly start.Reported by Chaitanya Sharma.
asynchbase version: 1.4.0 Dropwizard version: 0.6.0-SNAPSHOT?