Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
In branch-1, the following test failure can be reproduced:
testBulkLoadNativeHFile(org.apache.hadoop.hbase.regionserver.TestScannerWithBulkload) Time elapsed: 0.944 sec <<< ERROR! java.io.IOException: The connection has to be unmanaged. at org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.getAdmin(ConnectionManager.java:715) at org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.doBulkLoad(LoadIncrementalHFiles.java:240) at org.apache.hadoop.hbase.regionserver.TestScannerWithBulkload.testBulkLoadNativeHFile(TestScannerWithBulkload.java:253)
TestScannerWithBulkload#init() creates table with managed connection, leading to the above failure.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-12835 HBASE-12422 changed new HTable(Configuration) to not use managed Connections anymore
- Closed