Yesha Vora created HBASE-17697:
----------------------------------
Summary: testScanEmptyToEmpty and testScanOBBToOPP UT fails
Key: HBASE-17697
URL: https://issues.apache.org/jira/browse/HBASE-17697
Project: HBase
Issue Type: Bug
Reporter: Yesha Vora
testScanEmptyToEmpty and testScanOBBToOPP UT failed as below.
{code:title=testScanEmptyToEmpty}
Stacktrace
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat.testScan(TestMultiTableInputFormat.java:248)
at
org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat.testScanEmptyToEmpty(TestMultiTableInputFormat.java:180)
{code}
{code:title=testScanOBBToOPP}
Error Message
Failed after attempts=36, exceptions:
Thu Feb 23 21:38:12 UTC 2017, null, java.net.SocketTimeoutException:
callTimeout=60000, callDuration=68077: row 'scantest0,,00000000000000' on table
'hbase:meta' at region=hbase:meta,,1.1588230740,
hostname=xxx,36349,1487883585250, seqNum=0{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)