[ 
https://issues.apache.org/jira/browse/HBASE-14574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14947681#comment-14947681
 ] 

stack commented on HBASE-14574:
-------------------------------

Odd.

Report says this:

{code}
kalashnikov:hbase.git.commit stack$ python ./dev-support/findHangingTests.py 
https://builds.apache.org/job/PreCommit-HBASE-Build/15902//consoleText
Fetching https://builds.apache.org/job/PreCommit-HBASE-Build/15902//consoleText
Building remotely on H1 (Mapreduce Hadoop Pig Hdfs) in workspace 
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build
Testing patch for HBASE-14574.
Testing patch on branch master.
[INFO] Apache HBase ...................................... SUCCESS [2.957s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [0.467s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.143s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [0.755s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [11.201s]
[INFO] Apache HBase - Common ............................. SUCCESS [1:26.225s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [1:51.984s]
[INFO] Apache HBase - Client ............................. SUCCESS [1:21.059s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [7.339s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [7.497s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [10.289s]
[INFO] Apache HBase - Server ............................. SUCCESS 
[1:53:21.236s]
[INFO] Apache HBase - Testing Util ....................... SUCCESS [1.732s]
[INFO] Apache HBase - Thrift ............................. SUCCESS [3:41.119s]
[INFO] Apache HBase - Shell .............................. SUCCESS [4:43.090s]
[INFO] Apache HBase - Integration Tests .................. SUCCESS [1.760s]
[INFO] Apache HBase - Examples ........................... SUCCESS [12.545s]
[INFO] Apache HBase - Rest ............................... SUCCESS [10:16.128s]
[INFO] Apache HBase - External Block Cache ............... SUCCESS [0.933s]
[INFO] Apache HBase - Assembly ........................... SUCCESS [2.005s]
[INFO] Apache HBase - Shaded ............................. SUCCESS [0.125s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [0.359s]
[INFO] Apache HBase - Shaded - Server .................... SUCCESS [0.740s]
[INFO] Apache HBase - Spark .............................. SUCCESS [1:31.670s]
Printing hanging tests
Printing Failing tests
kalashnikov:hbase.git.commit stack$
{code}


... no hanging tests. The above set I've not seen hang before. Must be my 
messing with the zombie script. Let me keep an eye on it.

> TableOutputFormat#getRecordWriter javadoc misleads
> --------------------------------------------------
>
>                 Key: HBASE-14574
>                 URL: https://issues.apache.org/jira/browse/HBASE-14574
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: stack
>            Assignee: stack
>         Attachments: 14574.txt
>
>
> Some feedback from a user was that it was not plain that getRecordWriter 
> returns a NEW instance on each invocation. The base Interface javadoc on 
> OutputWriter would seem to indicate there is one instance for a whole 
> 'job'... That is not what we do. So, just reading the javadoc, you'd not 
> bother with closing the returned record writer since the framework will do 
> the close up for you; thats what the javadoc implies. This made it so it 
> seemed hbase was losing writes.
> Lets fix in javadoc at least.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to