[ https://issues.apache.org/jira/browse/HBASE-11815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14160530#comment-14160530 ]
Hadoop QA commented on HBASE-11815: ----------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12673128/HBASE-11815_0.98.patch against trunk revision . ATTACHMENT ID: 12673128 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color:red}-1 patch{color}. The patch command could not apply the patch. Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/11222//console This message is automatically generated. > Flush and compaction could just close the tmp writer if there is an exception > ----------------------------------------------------------------------------- > > Key: HBASE-11815 > URL: https://issues.apache.org/jira/browse/HBASE-11815 > Project: HBase > Issue Type: Bug > Reporter: ramkrishna.s.vasudevan > Assignee: ramkrishna.s.vasudevan > Priority: Trivial > Fix For: 2.0.0, 0.98.7, 0.99.1 > > Attachments: HBASE-11815.patch, HBASE-11815_0.98.patch, > HBASE-11815_1.patch, HBASE-11815_2.patch > > > A minor change. > {code} > try { > flushed = performFlush(scanner, writer, smallestReadPoint); > } finally { > finalizeWriter(writer, cacheFlushId, status); > } > {code} > Whenever there is a failure during flush we should close the writer but > adding the meta data and setting the status would not be needed. > {code} > status.setStatus("Flushing " + store + ": appending metadata"); > writer.appendMetadata(cacheFlushSeqNum, false); > status.setStatus("Flushing " + store + ": closing flushed file"); > writer.close(); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)