zhangduo created HBASE-13293:
--------------------------------
Summary: TestHTraceHooks.testTraceCreateTable fails with
ConcurrentModificationException
Key: HBASE-13293
URL: https://issues.apache.org/jira/browse/HBASE-13293
Project: HBase
Issue Type: Bug
Reporter: zhangduo
https://builds.apache.org/job/HBase-TRUNK-jacoco/15/testReport/junit/org.apache.hadoop.hbase.trace/TestHTraceHooks/testTraceCreateTable/
{noformat}
java.util.ConcurrentModificationException: null
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:926)
at java.util.HashMap$KeyIterator.next(HashMap.java:960)
at
org.apache.htrace.TraceTree$SpansByProcessId.<init>(TraceTree.java:111)
at org.apache.htrace.TraceTree.<init>(TraceTree.java:151)
at
org.apache.hadoop.hbase.trace.TestHTraceHooks.testTraceCreateTable(TestHTraceHooks.java:120)
{noformat}
This should be a benefit of running unit test slow...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)