[
https://issues.apache.org/jira/browse/HBASE-11004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13979812#comment-13979812
]
Nick Dimiduk commented on HBASE-11004:
--------------------------------------
Hung test is probably a jenkins hiccup. TestTableMapReduceBase is an abstract
class; both children pass for me locally
{noformat}
Running org.apache.hadoop.hbase.mapred.TestTableMapReduce
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 191.083 sec
Running org.apache.hadoop.hbase.mapreduce.TestTableMapReduce
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 386.88 sec
{noformat}
> Extend traces through FSHLog#sync
> ---------------------------------
>
> Key: HBASE-11004
> URL: https://issues.apache.org/jira/browse/HBASE-11004
> Project: HBase
> Issue Type: Improvement
> Components: wal
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Attachments: HBASE-11004.00.patch, HBASE-11004.01.patch,
> HBASE-11004.02.patch, HBASE-11004.03.patch, spans.png, spans.txt
>
>
> Changes introduced in HBASE-8755 decouple wal append from wal sync. A gap was
> left in the tracing of these requests. I believe this means are spans are
> decoupled from the work happening over on HDFS-5274. This ticket is to close
> the air-gap between threads.
--
This message was sent by Atlassian JIRA
(v6.2#6252)